On Tue, Jul 04, 2006 at 02:49:28PM -0400, Jason Lunz wrote:
 
> s2ram -f -p
>       SUCCESS!  POSTing the video bios after resume is what's needed
>       for this laptop.
> 
>       On the console, nothing works quite right. After a
>       suspend/resume with no framebuffer (booted with vga=0), The
>       console is OK, but it's shrunk to a quarter-size rectangle in
>       the middle of the screen. Before suspend, it was a normal vga
>       console filling the whole screen.

Ok, try the following (not with s2ram, but with plain vbetool. If it works,
it will be in s2ram real soon ;-):

-------------------------------------------------------
#!/bin/bash
X=`vbetool vbemode get`
echo mem > /sys/power/state
vbetool post
vbetool vbemode set $X
-------------------------------------------------------

(maybe try the "vbetool vbemode get" beforehand, it should do no harm to
the running system. If this also segfaults, there is probably not much sense
in trying it in combination with suspend...)
-- 
Stefan Seyfried                     | "Please, just tell people
QA / R&D Team Mobile Devices        |               to use KDE."
SUSE LINUX Products GmbH, Nürnberg  |          -- Linus Torvalds


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Suspend-devel mailing list
Suspend-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/suspend-devel

Reply via email to