On some Linux machines, annoying screen tearing issues can occur when scrolling in the browser or watching videos. Depending on the graphic card you are currently using, there are some simple fixes for this.
See if your system is affected by watching the video.
Check out our install CUDA and cuDNN tutorial to learn how to install the NVIDIA graphic driver on Linux.
Step 1: Determine the graphic cards installed in the system
If you didn’t previously do our Install CUDA and cuDNN tutorial, run the following line in your terminal to figure out which graphic cards are installed in your system
Step 2: Change configurations for Intel or NVIDIA
For Intel:
Create a Xorg configuration file with the name “20-intel.conf” similar to:
Identifier “Intel Graphics”
Driver “intel”
Option “TearFree” “true”
Option “DRI” “3”
EndSection
Reboot the system.
For NVIDIA:
After installing the binary drivers for your NVIDIA graphic card, create a xorg.conf file, if non existent yet. The file should be located in
Reboot the system.