Skip to content

Instantly share code, notes, and snippets.

@mattcollier
Created January 26, 2020 16:39
Show Gist options
  • Save mattcollier/6b04f8fa98e52e82bf9f57c09b9eb697 to your computer and use it in GitHub Desktop.
Save mattcollier/6b04f8fa98e52e82bf9f57c09b9eb697 to your computer and use it in GitHub Desktop.
fix amd screen tearing ubuntu rx570
# 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