Skip to content

Instantly share code, notes, and snippets.

@hertz1
hertz1 / 20-intel.conf
Created June 22, 2018 20:19 — forked from k-lazarevv/20-intel.conf
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