http://bugzilla.kernel.org/show_bug.cgi?id=4123

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
     Kernel Version|2.6.13-rc6                  |2.6.14



------- Additional Comments From [EMAIL PROTECTED]  2006-01-26 12:00 -------
There is a workaround for the problem that recently actually worked for me. The 
trick is to run vbetool to save the video card state before resuming. Like with 
the following script:

--------------------------------------------
#!/bin/sh
# Make laptop sleep
vbetool vbestate save > my_vbestate_file
echo -n "mem" > /sys/power/state

# Wake up laptop
vbetool post
vbletool vbestate restore < my_vbestate_file
--------------------------------------------

I used vbestate version 0.3 and kernel 2.6.14.

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to