Skip to content

Instantly share code, notes, and snippets.

@lloss
Created April 11, 2017 22:13
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 lloss/3304d4cc5be90495ef03e29294d1751b to your computer and use it in GitHub Desktop.
Save lloss/3304d4cc5be90495ef03e29294d1751b to your computer and use it in GitHub Desktop.
xorg.conf.d
#/usr/share/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
Option "DRI" "3"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment