Skip to content

Instantly share code, notes, and snippets.

@abairo
Created May 13, 2018 17:15
Show Gist options
  • Save abairo/fb41110f0c1aaa7e0703a1bc3ffa6bb4 to your computer and use it in GitHub Desktop.
Save abairo/fb41110f0c1aaa7e0703a1bc3ffa6bb4 to your computer and use it in GitHub Desktop.
Source: https://cubethethird.wordpress.com/2016/06/14/eliminate-screen-tearing-with-amd-gpu-on-ubuntu/
create or edit 20-radeon.conf in /usr/share/X11/xorg.conf.d/:
Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "TearFree" "on"
EndSection
Improving 2d rendering tasks (old radeon gpus may not work):
Section "Device"
Identifier "Radeon"
Driver "radeon"
Option "TearFree" "on"
Option "DRI" "3"
Option "AccelMethod" "glamor"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment