On Mon, 28 Aug 2006 11:28:19 +0200 Pavel Machek <[EMAIL PROTECTED]> wrote:
> Hi! > > > As I announced a long time ago, I'm trying to get uswsusp to work with > > splashy. I've been working on getting splashy to expose a nice library > > interface which uswsusp can hook into. It is now more or less working, > > but before I produce a patch I have a few questions. > > > > The splash stucture as it is defined now, has a few functions of which > > don't quite understand the meaning: > > > > splash->switch_to > > splash->to_silent > > splash->to_verbose > > > > Am I correct to say that that to_silent/to_verbose are meant to make > > bootsplash drop in a mode where a user can provide some interaction? > > Yes, we need password from user. > > > resume.c: > > splash.to_verbose(); > > encrypt_init(key, ivec, buffer, 0); > > splash.to_silent(); > > > > If that's true, then I think that could be changed in suspend.c too: > > > > suspend.c > > chvt(vt_no); > > encrypt_init(key_data->key, key_data->ivec, handle.write_buffer, 1); > > splash.switch_to(); > > Would not this need one more virtual terminal? We should be on our own VT since prepare_console. And why wouldn't we need that in resume.c then? grts Tim ------------------------------------------------------------------------- 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