You are not logged in.

#1 2012-03-31 20:15:51

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Intel i915 hangs but doesn't kill system when runlevel 5 starts

Experiencing a problem similar to the one reported in this thread with my G45-based motherboard using the xf86-video-intel and libva-driver-intel driver.  I have this hooked-up to a Samsung HD TV via HDMI if that matters.

When the system boots into runlevel 3, no problems.  When I go into runlevel 5, there is a 5-10 sec delay (black screen) before X finally comes up.  Inspecting dmesg gives the following:

[  283.207987] [drm] capturing error event; look for more information in /debug/dri/0/i915_error_state
[  283.209976] render error detected, EIR: 0x00000010
[  283.209976]   IPEIR: 0x00000000
[  283.209976]   IPEHR: 0x00000000
[  283.209976]   INSTDONE: 0xfffffffe
[  283.209976]   INSTPS: 0x0001e000
[  283.209976]   INSTDONE1: 0xffffffff
[  283.209976]   ACTHD: 0x00000008
[  283.209976] page table error
[  283.209976]   PGTBL_ER: 0x00000002
[  283.209976] [drm:i915_report_and_clear_eir] *ERROR* EIR stuck: 0x00000010, masking

*Contrary to the message, there is nothing under /sys/kernel/debug/
*I can find nothing relevant in /var/log/errors (just a mirroring of the dmesg output).
*Nothing in /var/log/Xorg.0.log (which I have posted Here.

Suggested are welcome.

Offline

#2 2012-03-31 20:31:33

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: Intel i915 hangs but doesn't kill system when runlevel 5 starts

graysky wrote:

*Contrary to the message, there is nothing under /sys/kernel/debug/

Likely because debugfs isn't mounted

# mount -t debugfs debugfs /sys/kernel/debug

Offline

#3 2012-03-31 20:34:28

Gusar
Member
Registered: 2009-08-25
Posts: 3,607

Re: Intel i915 hangs but doesn't kill system when runlevel 5 starts

graysky wrote:

*Contrary to the message, there is nothing under /sys/kernel/debug/

You need to mount debugfs there

mount -t debugfs none /sys/kernel/debug

or in /etc/fstab

debugfs		/sys/kernel/debug	debugfs		0 0

Edit: bah, falconindy was faster

Last edited by Gusar (2012-03-31 20:35:35)

Offline

#4 2012-03-31 20:58:42

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: Intel i915 hangs but doesn't kill system when runlevel 5 starts

Thanks for the quick replies, guys. 

# mount -t debugfs debugfs /sys/kernel/debug
# telinit 5
... wait about 10 sec
# cat /sys/kernel/debug/dri/0/i915_error_state > ohshit

The resulting file is 1.4 M large.  I removed much of the file and posted the results here.  Does that output mean anything to you?

Offline

#5 2012-04-02 11:31:43

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,734
Website

Re: Intel i915 hangs but doesn't kill system when runlevel 5 starts

Offline

Board footer

Powered by FluxBB