Skip to content

Instantly share code, notes, and snippets.

@marcioAlmada
Forked from dwilkins/20-intel.conf
Created November 25, 2013 01:40
Show Gist options
  • Save marcioAlmada/7634966 to your computer and use it in GitHub Desktop.
Save marcioAlmada/7634966 to your computer and use it in GitHub Desktop.
# file: /etc/X11/xorg.conf.d/20-intel.conf
# source: https://wiki.archlinux.org/index.php/Intel_Graphics#Choose_acceleration_method
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