Skip to content

Instantly share code, notes, and snippets.

@ahawthorne
Created January 12, 2016 22:56
Show Gist options
  • Save ahawthorne/15a0e5a296b371d5fb93 to your computer and use it in GitHub Desktop.
Save ahawthorne/15a0e5a296b371d5fb93 to your computer and use it in GitHub Desktop.
xorg config to fix rendering issues in chrome
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