TOOL » LINUX » CONFIG

Intel

Fix screen tearing by adding this configuration to /etc/X11/xorg.conf.d/20-intel.conf:

ini
Section "Device"
  Identifier "Intel Graphics"
  Driver "intel"
  Option "TearFree" "true"
EndSection