Skip to content

Instantly share code, notes, and snippets.

@r0xsh
Created August 30, 2016 20:29
Show Gist options
  • Save r0xsh/a868e794f14335b4fdb6dad5b9e743dc to your computer and use it in GitHub Desktop.
Save r0xsh/a868e794f14335b4fdb6dad5b9e743dc to your computer and use it in GitHub Desktop.
## /etc/X11/xorg.conf.d
Section "Device"
Identifier "Intel Graphics"
Driver "Intel"
Option "AccelMethod" "sna"
Option "TearFree" "True"
Option "Tiling" "True"
Option "SwapbuffersWait" "True"
#Option "AccelMethod" "uxa"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment