FC5T3 Suspend/Resume Fails

Tom London selinux at gmail.com
Sun Mar 5 18:48:42 UTC 2006


OK, I've managed to restore 'suspend/resume' to working state on my
Thinkpad X41 (Intel 915 Express/82801FB/FBM/FR/FW/FRW) by patching
/etc/pm/functions-intel.

Here is what I did:
--- function-intel.save 2006-03-05 10:45:49.000000000 -0800
+++ functions-intel     2006-03-05 10:40:55.000000000 -0800
@@ -13,8 +13,9 @@
 resume_video()
 {
 (
-       /usr/sbin/vbetool post
-       /usr/sbin/vbetool vbestate restore < /var/run/vbestate
+#      /usr/sbin/vbetool post
+#      /usr/sbin/vbetool vbestate restore < /var/run/vbestate
+       /usr/sbin/vbetool dpms on
 ) >/dev/null 2>&1
 }

I'm sure this is not perfect, but the screen now comes back on (I see
the 'enter your password to unlock' popup).

I'm not sure what is 'wrong' with the post and vbestate/restore, since
they work when run in text mode.

tom




More information about the fedora-test-list mailing list