Comment 40 for bug 727594

Revision history for this message
Bryce Harrington (bryce) wrote : Re: [Bug 727594] Re: SRU: [i915gm] GPU lockup (ESR: 0x00000001 IPEHR: 0x02000004)

On Sun, May 01, 2011 at 03:15:29AM -0000, mic wrote:
> I am using the package xserver-xorg-video-intel from natty-proposed for
> several days, freezes are less frequent. It is better than before, unity
> is able (sometimes) to run for several hours. Still I have to reboot
> machine several times a day.

You could have another bug at work (we've seen this before), or an
underlying condition that exacerbates the problem.

What this fix does is increase the size of the memory pool the gpu uses.
It's sort of like instead of requiring it to hit the bullseye on a
target we're just asking that it hit anywhere on the target or the hay
bales behind it. So whatever causes your GPU to be such a bad shot
still exists, but it's not getting kicked out of the competition so
much.

In general, the two things needed for GPU bug reports are the 'dmesg'
and /sys/kernel/debug/dri/0/i915_error_state. Look at the IPEHR value
especially, as that seems to be a roughly good indicator of dupes. If
it's still the same values as this bug (0x02xxxxxx or 0x7xxxxxxx) then
your system may just be sensitive. If it's a very different value, then
might be worth handling it as a second, unrelated bug and handling it
separately.