I have tried everything, from changing smooth in scrolling chrome://flags to updating drivers. Currently running ubuntu 16.04, and I only get screen tearing in google chrome whether it's watching youtube videos or casually browsing the internet...
Asked
Active
Viewed 6,859 times
10
1 Answers
1
screen tearing probably is mostly graphic card issue.
if you use nvidia, you can try :
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.

Jastria Rahmat
- 302
sudo lshw -C display
and if not, please share your solution with the community. Thank you! – Elder Geek Dec 21 '17 at 14:59