Hi guys
I'm running lubuntu on a laptop with intel onboard gfx. Screen tearing was beginning to drive me nuts. I have, however, found a solution on youtube:
sudo nano /etc/X11/xorg.conf.d/20-intel.conf
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "TearFree" "true"...