APOLITECH -
What's new:

How to Solve video tearing on Intel Graphics + Ubuntu, Linux Mint, elementary OS ......

Share this on:

1:00 AM | 0 Comments



!!!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"
   Identifier  "Intel Graphics"
   Driver      "intel"
   Option      "TearFree"    "true"
EndSection' | sudo tee /etc/X11/xorg.conf.d/20-intel.conf

 
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!!!!



Support us

Follow us

Linux fact of the day

Linux fact of the day
Back to top