summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-01-15 23:10:41 -0800
committerxyz <gky44px1999@gmail.com>2022-01-15 23:10:41 -0800
commita6b015228bb969e593c0a5ebd58543da9723309e (patch)
treea6ecefef5c7e99944b82448662438f3d534c530d
parent7c3cde9f47c1e3bf1412036cf6c0a3144e5f3ce4 (diff)
fix by youtube video j8YDUveazWY, my graphics card is Mobility Radeon HD 4000 series and according to wikipedia it uses TeraScale architecture, thus according to xorg archwiki I install xf86-video-ati and modify 20-radeon.conf according to ati archwiki
-rw-r--r--etc/X11/xorg.conf.d/20-radeon.conf5
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