Skip to content

Instantly share code, notes, and snippets.

@k-lazarevv
k-lazarevv / 20-intel.conf
Last active February 28, 2019 09:32
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