about summary refs log tree commit diff
path: root/configs/configs_root_dir
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-10-23 22:05:17 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-10-23 22:05:17 -0700
commit94fa901613059c1784a9f8ec096eacfcf039f782 (patch)
tree08b4c79dede9c99c7cb8b1cd9bd471620f0e6285 /configs/configs_root_dir
parent41d0340c75377ca2d147b831f3cd405384433570 (diff)
studio laptop x11 gpu no screen tearing config
Diffstat (limited to 'configs/configs_root_dir')
-rw-r--r--configs/configs_root_dir/etc/X11/xorg.conf.d/20-radeon.conf5
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