Skip to content

Instantly share code, notes, and snippets.

@manpages
Created August 25, 2013 09:33
Show Gist options
  • Save manpages/6332974 to your computer and use it in GitHub Desktop.
Save manpages/6332974 to your computer and use it in GitHub Desktop.
Intel
>>> This driver now uses SNA as the default acceleration method. You can
still fall back to UXA if you run into trouble. To do so, save a file
with the following content as /etc/X11/xorg.conf.d/20-intel.conf :
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment