Bugzilla – Bug 153272
Resume from suspend to disk fails
Last modified: 2006-03-05 21:50:38 UTC
Resuming from suspend to disk fails. It appears that everything is loaded into memory correctly, however the X display hangs on startup, displaying 4 copies of the booting logs in each corner. I cannot switch to any tty console, or restart X with ALT+CTRL+Backspace. I'm using ext3 instead of ReiserFS.
Created attachment 70084 [details] Hardware info and suspend logs
One for pavel.
Can you try it from text console (and if that fails, from minimal boot?) Any chance to try suse10.1?
I can try the suspend from the console. Unfortunately, I'm not sure I'm ready to upgrade to 10.1 yet. I use Suse for development of c++ open source linux projects, and I don't want to run the risk of damaging my development environment.
I was able to resume from the "shutdown -z now" command, however the behavior was not as expected. I logged in to tty1 as root, and X was running. I executed "shutdown -Z now" and the suspend executed successfully. However, when the resume was finished the shutdown command continued to execute by sending the term and kill signal, shutting down my laptop again.
Try triggering suspend manually, without using shutdown command. echo disk > /sys/power/state (and I'm sure there's nice howto somewhere).
I was able to suspend manually from tty1 and resume. However as soon as I switch to the X diplay by CTRL+ALT+F7 my pc freezed. This is apparently an X issued with my video card so I am witching the component to X.Org.
Adding the boot parameters acpi_sleep=s3_bios,s3_mode resolves this issue even though this is "not supposed to work". The documentation is available here. http://en.opensuse.org/ACPI_Suspend_debugging
cool. Although i am pretty sure that acpi_sleep=... does absolutely nothing in the suspend-to-disk case. If it does, this would be a bug ;-)