intel driver suspend/resume failure

Keith Packard keithp at keithp.com
Fri Jun 8 13:29:40 PDT 2007


On Fri, 2007-06-08 at 12:25 -0500, James Bottomley wrote:

> The symptoms are that the X server always crashes on resume (log
> attached).  I've tried the various quirk options to pm-suspend but
> nothing seems to work.

As usual, the BIOS leaves the chip in a random state on resume, and the
driver isn't going through and carefully resetting everything.

Can you try using 'vbetool post' between the resume and the switch back
to X to see if that makes it work?

Here's a script I used to use:

#
# remember current console, switch to spare console
#
CONSOLE=`fgconsole`
chvt 12
#
# suspend
#
echo mem > /sys/power/state
#
# POST video
#
/usr/sbin/vbetool post
#
# switch back to remembered console
#
chvt $CONSOLE

-- 
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg/attachments/20070608/189715ed/attachment.pgp>


More information about the xorg mailing list