2

I have white or black horizontal striped lines on my windows.

lspci :

root@ubuntu15:~# lspci -k | grep -EA2 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation 82Q35 Express Integrated Graphics Controller (rev 02)
    Subsystem: Elitegroup Computer Systems Device 2636

How to fix it ?

Thank you.

Here comes screenshots.

Crappy lines

What the hell are these lines

bain
  • 12,200
chraz
  • 23
  • 4

1 Answers1

1

Looks like bug #1393205 - Intel q35 bug on Ubuntu 14.04 (Screen Artifacts) which is fixed by upgrading to a later kernel (3.19 or later). Make sure you have latest drivers installed as well (sudo apt-get update && sudo apt-get dist-upgrade).

bain
  • 12,200