How can I fix screen tearing in google chrome? [duplicate]
Solution 1:
screen tearing probably is mostly graphic card issue.
if you use nvidia, you can try :
screenshot
Load "nvidia-settings"(see screenshot) and you will need to go to this screen and then hit “Advanced” at the bottom (my screenshot doesn't have the button, as this is what you see after you hit it). Tick the boxes for “Force Composition Pipeline” and “Force Full Composition Pipeline” and then hit "Apply". Then you can then enjoy a tear-free experience on Linux with an NVIDIA GPU.
make sure you update to latest graphic driver by adding this repo in terminal:
sudo add-apt-repository ppa:graphics-drivers/ppa -y
also, it's better to post your system configuration before posting to help getting accurate answer by running in terminal:
inxi -Fxxrzc0
and paste the result to gist or pastebin.
hope this helps.