Skip to content

Instantly share code, notes, and snippets.

Created August 10, 2015 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/ac33a3859658c23f60b9 to your computer and use it in GitHub Desktop.
Save anonymous/ac33a3859658c23f60b9 to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/glamor.conf
Section "Module"
Load "dri2"
Load "glamoregl"
EndSection
Section "Device"
Identifier "intel"
Driver "intel"
Option "AccelMethod" "glamor"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment