On Thu, Aug 10, 2006 at 04:30:08PM +0200, Davide Mancusi wrote: > Hi, > > I managed to make s2ram work on my laptop, which is not in the whitelist > (I only checked from a minimal environment, though... no X or fancy > stuff). You need to use "-f -a 1" as options; "-f -p -s" works as well. > If you don't disable the framebuffer (vga=0), the machine comes back to > life and is actually working (you can type commands and they get > executed), but the display remains blank. > > So, summarizing: > kernel parameter: vga=0 > s2ram options: -f -a 1
good. > s2ram -i output: > sys_vendor = "ASUSTeK Computer Inc." > sys_product = "A2D " > sys_version = "1.0 " > bios_version = "0208 " > > Do you think it will be possible to keep the framebuffer and use s2ram? Well, it depends. "Usually", machines that need vga=0 are totally dead on resume unless vga=0 is given, so i think there is hope :-) What framebuffer are you using? vesafb or a hardware-specific one? I assume that you already tried "-f -a 3"? This is usually needed to switch back to the correct graphics mode on framebuffer-using machines. If you are using the latest s2ram from CVS, you could also try the (still undocumented, i know) "s2ram -f -p -m" option, which also does a "save the video mode before suspend, post the card after resume, then reset the video mode" like "-a 3" does. I'm taking suspend-devel into cc, to let the outcome of our research end up in the archives ;-) -- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/suspend-devel
