diff options
-rw-r--r-- | etc/X11/xorg.conf.d/20-radeon.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/X11/xorg.conf.d/20-radeon.conf b/etc/X11/xorg.conf.d/20-radeon.conf new file mode 100644 index 00000000..3facd79d --- /dev/null +++ b/etc/X11/xorg.conf.d/20-radeon.conf @@ -0,0 +1,5 @@ +Section "Device" + Identifier "Radeon" + Driver "radeon" + Option "TearFree" "on" +EndSection |