Skip to content

Instantly share code, notes, and snippets.

@k-lazarevv
Last active February 28, 2019 09:32
Show Gist options
  • Save k-lazarevv/8a82b61ebf6101173bf211b415890753 to your computer and use it in GitHub Desktop.
Save k-lazarevv/8a82b61ebf6101173bf211b415890753 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
@nils-se
Copy link

nils-se commented Dec 11, 2018

This seems to fix it for me too! Thank you! I tried various approaches and yours somehow worked. How did you come up with this solution? Where can I find such informations the next time I have a graphics issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment