hmm, using the video.txt you referenced, i noticed some of this is not still applicable, like /proc/acpi/sleep also, what is fedora equiv of rckbd?
#!/bin/bash statedir=/root/s3/state curcons=`fgconsole` fuser /dev/tty$curcons 2>/dev/null|xargs ps -o comm= -p|grep -q X && chvt 2 cat /dev/vcsa >$statedir/vcsa sync echo "mem" > /sys/power/state sync vbetool post vbetool vbestate restore <$statedir/vbe cat $statedir/vcsa >/dev/vcsa rckbd restart chvt $[curcons%6+1] chvt $curcons On 1/14/06, John H. <[EMAIL PROTECTED]> wrote: > btw, how can i still have acpid running and use suspend to ram, as i > had the same problem you described(power off on resume) until i turned > off acpid. > > > On 1/14/06, Karol Kozimor <[EMAIL PROTECTED]> wrote: > > [trimmed Cc:, it's no longer related to acpi4asus] > > > > Thus wrote John H.: > > > wow! i stopped acpid. and suspend didn't power off on resume from > > > hitting one of the mm keys! > > > > > > the only problem is, the motor and stuff seems to resume, and it seems > > > to try to read the cdrw drive again, and the various lights are on, > > > but > > > > > > 1. i cannot use any key, even caps lock does not turn on > > > > Search acpi-devel archives, I believe this was reported recently. > > > > > 2. i see nothing on the display > > > > Documentation/power/video.txt > > Best regards, > > > > -- > > Karol 'sziwan' Kozimor > > [EMAIL PROTECTED] > > - > > To unsubscribe from this list: send the line "unsubscribe linux-acpi" in > > the body of a message to [EMAIL PROTECTED] > > More majordomo info at http://vger.kernel.org/majordomo-info.html > > > - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
