Skip to content

Instantly share code, notes, and snippets.

@thatchrisblack
Created May 10, 2018 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thatchrisblack/2f1fa7921561e0cafffcdb55c4b4365e to your computer and use it in GitHub Desktop.
Save thatchrisblack/2f1fa7921561e0cafffcdb55c4b4365e to your computer and use it in GitHub Desktop.
Stop screen tearing on Dell XPS 9360 with Intel HD 620
#Depending on your distro this goes in /usr/share/X11/xorg.conf.d/ or /etc//usr/share/X11/xorg.conf.d/
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "sna"
Option "TearFree" "true"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment