Fix Intel graphics tearing on Xorg
Page content
How to fix the rotten tearing on Xorg with an Intel card
Create /etc/X11/xorg.conf.d/20-intel.conf with the following contents:
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
EndSection
Reboot