Intel Graphics – Fixing GPU Hang Caused by i915 Driver

debugginggpugpu-driversi915intel graphics

Ran updates on my laptop recently, and after rebooting, my laptop started behaving weirdly. After I logged in, the screen started flickering, and as soon as I opened a window (the application menu worked just fine), the whole screen froze, except that I was still able to move the mouse.

dmesg is reporting a GPU hang, dmesg output cna be found here: https://pastebin.com/jha5bXQe . The problem still persists after a complete system reinstall, and after installing all updates.

What could I try to get the PC back to working?

Best Answer

z.Z. kannst du die "nomodeset" option beim booten nutzen.

  • im Grub Menü Taste "e" drücken
  • nomodeset an der richtigen Stelle einfügen (s.h. ubuntuusers nomodeset)
  • "F10" drücken
  • bei jedem bootvorgang

oder dauerhaft in /boot/grub/grub.cfg eintragen

bis die Inteltreiber aktualisiert wurden.


currently you can use the "nomodeset" option when booting.

  • Press the "e" key in the Grub menu
  • Insert nomodeset in the right place (see ubuntuusers nomodeset)
  • Press "F10"
  • with every boot process

or enter it permanently in /boot/grub/grub.cfg

until the Intel drivers have been updated.

Related Question