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