diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-15 23:10:41 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-15 23:10:41 -0800 |
commit | a6b015228bb969e593c0a5ebd58543da9723309e (patch) | |
tree | a6ecefef5c7e99944b82448662438f3d534c530d /etc | |
parent | 7c3cde9f47c1e3bf1412036cf6c0a3144e5f3ce4 (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
Diffstat (limited to 'etc')
-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 |