Skip to content

Instantly share code, notes, and snippets.

@M66B
Last active April 1, 2017 04:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save M66B/62793616a6359886d4c8 to your computer and use it in GitHub Desktop.
Save M66B/62793616a6359886d4c8 to your computer and use it in GitHub Desktop.
Acer C720 fix tearing
sudo nano /usr/share/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
EndSection
Settings > Window Manager Tweaks > Enable display compositing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment