UsplashHibernation

Differences between revisions 3 and 6 (spanning 3 versions)
Revision 3 as of 2006-06-03 01:11:20
Size: 751
Editor: cpe-071-075-064-011
Comment: Add a use case
Revision 6 as of 2008-08-06 16:29:05
Size: 1203
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
It would also be great if there was some notification through usplash when resuming. Currently (Dapper) there is just a long delay at "Mounting root filesystem" before the system suddenly is up and showing the screen lock password dialog. Update: This is bug [https://launchpad.net/malone/bugs/41137 #41137] which has already gotten some love. It would also be great if there was some notification through usplash when resuming. Currently (Dapper) there is just a long delay at "Mounting root filesystem" before the system suddenly is up and showing the screen lock password dialog. Update: This is bug [[https://launchpad.net/malone/bugs/41137|#41137]] which has already gotten some love.
Line 8: Line 8:

== Implementation ==

I have an implementation of this using the [[http://www.suspend2.net/|hibernate]] scripts. I enumerated and reimplemented (or simply added the configuration for) each action in the dapper acpi-support scripts. I then added a module using usplash to provide a status screen. However, the use of usplash created some compatibility issues in the form of video corruption from resume on some machines I tested -- ScottRobinson

Hibernation

Resuming

It would also be great if there was some notification through usplash when resuming. Currently (Dapper) there is just a long delay at "Mounting root filesystem" before the system suddenly is up and showing the screen lock password dialog. Update: This is bug #41137 which has already gotten some love.

Use Cases

Sussie hears about this great new feature called "hibernate": her computer kinda turns off, but resumes exactly where she left off. She goes to try it out, but upon seeing nothing but her computer disk light churn, and her monitor go black, she thinks her computer crashed (never a good thing). So she just pulls the plug and does a hard-restart.

Implementation

I have an implementation of this using the hibernate scripts. I enumerated and reimplemented (or simply added the configuration for) each action in the dapper acpi-support scripts. I then added a module using usplash to provide a status screen. However, the use of usplash created some compatibility issues in the form of video corruption from resume on some machines I tested -- ScottRobinson

UsplashHibernation (last edited 2008-08-06 16:29:05 by localhost)