From a6b015228bb969e593c0a5ebd58543da9723309e Mon Sep 17 00:00:00 2001 From: xyz Date: Sat, 15 Jan 2022 23:10:41 -0800 Subject: 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 --- etc/X11/xorg.conf.d/20-radeon.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 etc/X11/xorg.conf.d/20-radeon.conf (limited to 'etc') 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 -- cgit v1.2.3-70-g09d2