Skip to content

Instantly share code, notes, and snippets.

@mklkj
Created March 15, 2020 14:27
Show Gist options
  • Save mklkj/34b20984d21173ba02a10798c1d5193c to your computer and use it in GitHub Desktop.
Save mklkj/34b20984d21173ba02a10798c1d5193c to your computer and use it in GitHub Desktop.
Fix intel g4560 hd tearing
# /usr/share/X11/xorg.conf.d/20-intel_tearing.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TripleBuffer" "true"
Option "TearFree" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment