Created
October 31, 2017 14:08
-
-
Save astamicu/0507afb98411450c43d2d0b992702f12 to your computer and use it in GitHub Desktop.
Revisions
-
astamicu created this gist
Oct 31, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ 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.