Last active
April 1, 2017 04:37
-
-
Save M66B/62793616a6359886d4c8 to your computer and use it in GitHub Desktop.
Acer C720 fix tearing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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