Comment 5 for bug 1435861

Revision history for this message
Guy Van Sanden (gvs) wrote :

Doing this suggested by a redditor takes away most flickering, some tearing is left though:

sudo apt-get install mesa-utils
sudo mkdir /etc/X11/xorg.conf.d/
echo -e 'Section "Device"\n Identifier "Intel Graphics"\n Driver "Intel"\n Option "AccelMethod" "sna"\n Option "TearFree" "true"\nEndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf
sudo reboot