computerToshiba z935OS#! WaldorfDebian SIDSiduction Kernelproblemwith a very recent update (the ones that came with kernel 3.8.1) My screen would stay off after suspend.
My system is able to resume from suspend only after I've let it hibernate:scratch:.
When I do a fresh boot and suspend the system just after the desktop started, resuming will result in a black screen and I had to power off the computer (see pm-suspend-kde-fail.log).
I need to lock the screen when my computer is waken up from memory suspend,
So I tried to put the following script to /usr/lib/pm-utils/sleep.d and /etc/pm/sleep.d, but it never got executed,
#!/bin/sh
case "$1" in
hibernate|suspend)
;;
thaw|resume)
vlock -ans
;;
*) exit $NA
;;
esac
P.S It's pm-suspend not pm-hibernate.
I have a problem with the resume on this laptop:Compaq CQ61-125EQ
Getting a screen full of white and black pixels when trying to resume operation on a laptop.
Suspend operation in one of two ways:
1) simply close the cover
2) select "suspend" from the menu
By resuming, I mean to try to turn on the laptop again.
I get a bunch of "failed" messages re. channel 1, channel 2, etc.
Hi,
I am running Fedora 17 on a Fujitsu Siemens Amilo li1718 laptop with Radeon Xpress 200m graphics card. When trying to resume after suspend I just get a blank screen. Also the wireless light goes out. No buttons work. I have to hold the power button to force the computer to turn off, then reboot.
Hi,
Initially hibernate/resume was working fine. But now system hibernate but doesn't resume, instead it boot-up normally.
After a kernel update from 3.3.7-1 to 3.4.0-1, my AMD64 F17 desktop system will no longer resume from suspend. The keyboard has no effect. When I hit the power button, I can hear the disk spin up, but the system is still unresponsive. /var/log/pm-suspend.log shows a normal suspend, but nothing else ( a successful resume will start with an "Awake" entry after the last suspend entry).
Hey Bangers. Sorry to be such a pain. Fixed the reboot/shutdown problem for now. It's a bug in Plymouth causing me grief, so I've taken it out again for now. But now I have another issue. On resume, the system is giving me a black screen, nothing more.