!!!First
install mesa utilitis if you
dont have it!!
---------Terminal------------
sudo apt-get install mesa-utils
Now to solve the video tearing
---------Terminal------------
sudo mkdir /etc/X11/xorg.conf.d/
echo -e 'Section "Device"
EndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.confIdentifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"
sudo reboot
-------------------------------------------------------
*"sudo reboot" will restart the pc!!!!
To revert back to the default acceleration method , just delete the file you created.
---------Terminal------------
sudo rm /etc/X11/xorg.conf.d/20-intel.conf
sudo reboot
---------------------------------------------------------------------------
*"sudo reboot" will restart the pc!!!!