Intel GPU i915 driver problems, "drm/i915: Resetting chip after gpu hang"

Since updating to 42.3, I’ve been getting weird crashes, jumbled text, and non-optimal performance. Error message is, “drm/i915: Resetting chip after gpu hang”. Device is IBM T61 with an Intel GPU. Does anyone have a workaround for this problem until a kernel patch is out?

Could this be related to acceleration ?

If your LEAP acceleration uses sna, does switching default acceleration from sna to uxa help ?

Back in the ‘ancient’ openSUSE-13.1 days, this was the guidance: https://en.opensuse.org/SDB:Switch_xf86-video-intel_to_UXA

Whether the same is applicable to LEAP-42.3 ?? well I have no idea. This is just a speculative query that ‘might’ help. Possibly others can chime in with the precise solution.
.

Nice try…no cigar.
Inserting this,

Section “Device”
Identifier “Intel Graphics”
Driver “intel”
Option “AccelMethod” “uxa”
EndSection

into /etc/X11/xorg.conf.d/50-device.conf put me in command line mode with “startx” not initiating the gui. Lemme know if I’ve missed anything. Thanks.

Hi, don’t really know if it is the same problem, but on my test laptop with Intel 965GM graphics I need the “video=SVIDEO-1:d” boot option with kernels 4.4.x and up, even if I have no SVIDEO output on that rig.

If it puts you into run level 3 (ie a full screen terminal) with that inserted then clearly it did not work.

Having typed that, I’m surprised to read of you trying ‘startx’. My understanding is that command functionality had been depreciated/ removed many releases ago. Was it put back in recently ?
.

It would help to know which GPU yoy are using. Since apparently it is one of the older Intel GPUs, maybe you have to uninstall drm-kmp-default according to par. 1.4 of the release notes:
https://doc.opensuse.org/release-notes/x86_64/openSUSE/Leap/42.3/

That got it. Thanks.

startx can be run as root, but not as user.

This was precisely what resolved my problem with a Dell 620.

Uninstalling the package via “zypper rm drm-kmp-default” resolved the hung gpu issue for me. This problem was present in the last kernel update.

Might be helpful to other readers of this thread to know which Intel gfx OP has:

inxi -c0 -G

I just upgraded to the 3 day old 4.4.103 kernel, so mine is:

Graphics:  Card: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller
           Display Server: X.Org 1.18.3 drivers: modesetting (unloaded: fbdev,vesa) Resolution: 1920x1200@59.95hz
           GLX Renderer: Mesa DRI Intel Haswell Desktop GLX Version: 3.0 Mesa 17.0.5

…Thinkpad T61
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) [8086:2a02] (rev 0c)
00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (secondary) [8086:2a03] (rev 0c)