>From Comment #124
(https://bugs.launchpad.net/linux/+bug/1488719/comments/124):

> ... I did this now for a lot of times (because setting the display
settings up again sucks)

I had luck with the following. It removed all of the dmesg's except one:

   $ uname -a
   Linux qotom 3.19.0-49-generic ...

   $ sudo lspci | grep -is vga
   00:02.0 VGA compatible controller: Intel Corporation
   Broadwell-U Integrated Graphics (rev 09)

And then use the "00:02.0":

   $ sudo cat /etc/rc.local
   #!/bin/sh -e
   # ...
   # By default this script does nothing.

   setpci -s 00:02.0 F4.B=30

   exit 0

Also see http://askubuntu.com/q/136593 and http://askubuntu.com/a/157344
.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1488719

Title:
  dmesg shows "[drm:gen8_irq_handler [i915]] *ERROR* The master control
  interrupt lied (SDE)!"

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1488719/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to