Created
January 12, 2016 22:56
-
-
Save ahawthorne/15a0e5a296b371d5fb93 to your computer and use it in GitHub Desktop.
xorg config to fix rendering issues in chrome
This file contains hidden or 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
Section "Device" | |
Identifier "Intel Graphics" | |
Driver "intel" | |
Option "AccelMethod" "glamor" | |
Option "DRI" "3" | |
Option "TearFree" "true" | |
Option "SwapbuffersWait" "true" | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment