Skip to content

Instantly share code, notes, and snippets.

@zinovyev
Created October 17, 2019 06:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zinovyev/924ab8626894f512fee6b229734ab708 to your computer and use it in GitHub Desktop.
Save zinovyev/924ab8626894f512fee6b229734ab708 to your computer and use it in GitHub Desktop.
Fix video tearing on Thinkpad t480 with Archlinux on board /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
Option "AccelMethod" "uxa"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment