Skip to content

Instantly share code, notes, and snippets.

@reliq
Forked from radupotop/20-intel.conf
Last active September 11, 2016 03:51
Show Gist options
  • Save reliq/d0cf1c320418bf44479a6e0ac1f61e6e to your computer and use it in GitHub Desktop.
Save reliq/d0cf1c320418bf44479a6e0ac1f61e6e to your computer and use it in GitHub Desktop.
/etc/X11/xorg.conf.d/20-intel.conf
# /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "card0"
Driver "intel"
Option "Backlight" "intel_backlight"
BusID "PCI:0:2:0"
Option "AccelMethod" "uxa"
Option "TearFree" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment