|
|
|
|
|
by k1rcher
1708 days ago
|
|
If you’re on an Intel CPU Linux loves screen tearing.
Create /etc/X11/xorg.conf.d/20-intel.conf
And add this: Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection Might fix your issues. |
|