Hi!

> > > Which key do you prefer?
> > 
> > I don't know. Escape sounds pretty logical :-)
> > Go ahead, i don't even know if this is an issue (Holger could probably test
> > what happens to the escape that sends bootsplash into verbose mode, i'm not
> > sure if this one is even propagated to userspace) and if it is, i could 
> > still
> > either change the define for the SUSE package or
> > 
> >     if (bootsplash.is_silent())
> >     ignore_first_esc;
> > 
> > something ugly like that.
> 
> Bootsplash only drops to verbose mode on escape and F2 as far as I can
> see. At least the kernel has something like this:
> 
> ---
> #ifdef CONFIG_BOOTSPLASH
>       /* This code has to be redone for some non-x86 platforms */
>       if (down == 1 && (keycode == 0x3c || keycode == 0x01)) {        /* F2 
> and ESC on PC keyboard */
>               extern int splash_verbose(void);
>               printk(KERN_INFO "splash_verbose in keyboard.c 1\n");
>               if (splash_verbose())
>                       return;
>       }
> #endif
> ---
> 
> But I agree escape would be more senseable. So why is this an issue
> at

...well, but this code is only active during boot, no?
                                                                        Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) 
http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

-------------------------------------------------------------------------
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