Skip to content

Instantly share code, notes, and snippets.

@astamicu
Created October 31, 2017 14:08
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 astamicu/0507afb98411450c43d2d0b992702f12 to your computer and use it in GitHub Desktop.
Save astamicu/0507afb98411450c43d2d0b992702f12 to your computer and use it in GitHub Desktop.
thinkpad tearing
RESOLVE SCREEN TEARING
Intel HD 3000 graphics will sometimes show tearing during video playback or other fast movement on the screen.
To resolve this, enter the following commands in the Terminal:
sudo mkdir /etc/X11/xorg.conf.d/
echo -e 'Section "Device" \n Identifier "Intel Graphics" \n Driver "Intel" \n Option "TearFree" "true" \nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf
Restart the computer to make the settings active.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment