Created
January 26, 2020 16:39
-
-
Save mattcollier/6b04f8fa98e52e82bf9f57c09b9eb697 to your computer and use it in GitHub Desktop.
fix amd screen tearing ubuntu rx570
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
# works on Ubuntu 19.10 | |
sudo mkdir /etc/X11/xorg.conf.d | |
sudo nano /etc/X11/xorg.conf.d/20-amdgpu.conf | |
Section "Device" | |
Identifier "AMD" | |
Driver "amdgpu" | |
Option "TearFree" "true" | |
EndSection | |
# thank you! https://www.youtube.com/watch?v=WWg8q_f7nI4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment