10

I've been having some fairly major issues with Ubuntu graphics. Googling turns up many Launchpad bugs, many Stack Exchange articles and pages from other forums. But no one seems to be fixing this so I'm just going to post this in the hope someone can help/fix this issue. (Here's one from 9 days ago: Intel graphics and DisplayPort: *ERROR* failed to train DP, aborting and here's my Launchpad bug: https://bugs.launchpad.net/ubuntu/+bug/1574617)

I have a ThinkPad T450s with an Intel Integrated Broadwell GPU. I used to own an Ironlake T410. On both of these laptops, when upgrading to 16.04 from 15.10 I have begun encountering:

  • Major screen flickering and blanking
  • Decreased graphics performance (YouTube, HTML5 etc.)
  • Issues when connecting external monitors (monitors drop out, refuse to come out of sleep saying there is no connection but Xrandr has the monitor down as active and thinks it is piping data to it)
  • If you're lucky enough to get a connection, if you move your pointer across the monitors (extended display) you'll get an epileptic fit from the amount of blinking and flashing...

These are generally when plugged into the docking station and across any digital output (DP, DVI, HDMI...), VGA seems more stable but my monitors are all digital so I only get to 'trial' it when I plug into the meeting room projector... It is possible to get a connection to the monitor over digital ports, it's pretty random but generally it will stay working for a while then when your laptop goes to sleep, the monitor goes to sleep and then doesn't wake up: sometimes it does, most times it doesn't. Either way, it soon drops out as you drag something across...

These bugs are driving my crazy, I've tried the Intel drivers, updating the kernel modifying xorg.conf files - I'm pretty sure this is a bug but if I'm doing something really stupid I'd like to know as otherwise I'm really starting to lose faith in the 'open source bugs fixed ASAP' model that everyone is championing...

CrabLab
  • 101

1 Answers1

4

I am also getting this issue with Intel integrated graphics on my Dell XPS 13 after upgrading to 16.04 LTS.

Let's see if we can fix this together. Can you copy-pasta the output of the following terminal commands:

sudo su
*password for super user*
lshw -c video

Tell me what you get and if it's similar to my trouble maybe my solution attempt will work for you.

UPDATE: I use Intel Integrated graphics for my machine so I think I have a solution. I will update by the end of the day, but it seems to be working fine with dual display at work. I did the following:

sudo su
*password for su*
apt-get install --reinstall xserver-xorg-video-intel
dpkg-reconfigure xserver-xorg
apt autoremove

UPDATE: The above stopped my screen from flickering until I opened google chrome, or chromium. I believe this may be related to gpu optimization in chrome and chromium. I will look into this more and clean up this update when I have narrowed the problem down.

Final UPDATE: I pushed a short bash file to my github page that definitively solves this problem for intel integrated graphics users. You can download it and run it from https://github.com/0xSteve/Ubuntu-16.04-LTS-Bug-Fixes-for-Dell-XPS-13

If my answer helped you please give me an up vote and help me make better posts in the future by commenting.