You are not logged in.
Pages: 1
Hi could this be screen tearing? I've noticed screen tearing before but more with video games and scenes not being aligned where this seems slightly different.
Regards jon
Last edited by jonboy (2015-10-03 16:17:16)
Offline
Yeah that's screen tearing and pretty harsh too. You might try disabling compositing before you attempt to watch a video on the web or whatever and see if that helps.
Offline
It was when scrolling down fast on a webpage. I can't remember if i had this before with #!, and if it was a graphical package i needed to down load.
Regards
Offline
What is your hardware?
lspci -knn|grep -iA2 'vga\|3d'
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
[== Undefined ==]
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller [8086:27a2] (rev 03)
Subsystem: Hewlett-Packard Company Device [103c:30a5]
Kernel driver in use: i915
Offline
Try this:
sudo -i
cat > /etc/X11/xorg.conf << "EOF"
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "uxa"
EndSection
EOF
exit
Then reboot.
If there is no improvement, delete the file at /etc/X11/xorg.conf
“Et ignotas animum dimittit in artes.” — Ovid, Metamorphoses, VIII., 18.
Offline
Ok tried that and rebooted,,, me into tty, so from there deleted the file and so far so good. Cheers.
Offline
Pages: 1