Skip to content

Instantly share code, notes, and snippets.

@hertz1
Forked from k-lazarevv/20-intel.conf
Created June 22, 2018 20:19
Show Gist options
  • Save hertz1/759013517caa89a0e490ba958bbbe3c2 to your computer and use it in GitHub Desktop.
Save hertz1/759013517caa89a0e490ba958bbbe3c2 to your computer and use it in GitHub Desktop.
Getting rid from screen tearing (Xfce on Intel Graphics)
# /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "DRI" "3"
Option "TearFree" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment