Created
August 14, 2017 06:39
-
-
Save cherepanov/3abb84b7f7b8b683de243d4832651606 to your computer and use it in GitHub Desktop.
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
# /etc/X11/xorg.conf.d/20-intel.conf | |
Section "Device" | |
Identifier "Intel Graphics" | |
Driver "Intel" | |
Option "AccelMethod" "sna" | |
Option "TearFree" "true" | |
Option "TripleBuffer" "true" | |
Option "MigrationHeuristic" "greedy" | |
Option "Tiling" "true" | |
Option "Pageflip" "true" | |
Option "ExaNoComposite" "false" | |
Option "Tiling" "true" | |
Option "Pageflip" "true" | |
Option "VSync" "false" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment