Created
May 13, 2018 17:15
-
-
Save abairo/fb41110f0c1aaa7e0703a1bc3ffa6bb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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