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"
EndSection
crtl o to save edit
Hope this of some help to people out there having a similar issue.
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"
EndSection
crtl o to save edit
Hope this of some help to people out there having a similar issue.