Created
October 31, 2017 14:08
-
-
Save astamicu/0507afb98411450c43d2d0b992702f12 to your computer and use it in GitHub Desktop.
thinkpad tearing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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