diff --git a/_fix-amdgpu-screen-tearing.txt b/_fix-amdgpu-screen-tearing.txt new file mode 100644 index 0000000000000000000000000000000000000000..2f8de87fcdef881421f3c40a0e858cb8458488ec --- /dev/null +++ b/_fix-amdgpu-screen-tearing.txt @@ -0,0 +1,16 @@ +# Refer to - https://linuxreviews.org/HOWTO_fix_screen_tearing +# Create "/etc/X11/xorg.conf.d/20-amdgpu.conf" with the contents below + +Section "Device" + Identifier "AMD Graphics" + Driver "amdgpu" + Option "TearFree" "true" +EndSection + +# Log out and back in / restart x11 - then verify "TearFree" is enabled on all displays like this: + +$ xrandr --verbose | grep Tear + TearFree: on + TearFree: on + TearFree: on + TearFree: on