Re: Bootscreen

From: Jos Hulzink (josh@stack.nl)
Date: Tue Jan 28 2003 - 08:22:25 EST


On Tue, 28 Jan 2003, Alan Cox wrote:

> On Tue, 2003-01-28 at 11:48, Wichert Akkerman wrote:
> > Kiosks and things like ATMs are another place where you do not want
> > a bootscreen. You do not want to possibly confuse customers with
> > stuff that they can't understand but show a nice friendly message saying
> > 'the system is currently unavailable'.
>
> The real question is whether you want to do this in the kernel or simply at
> the moment the kernel flips to user space. An init can easily open vt2,
> draw a pretty boot screen with something like nanogui or bogl and then
> continue to spew the text to vt1 so anyone can see the text messages if
> need be.
>

I agree with you that it's not the kernels main task to draw logos, though
it might be a little late to handle it in init. 2.4 kernels take quite
some time before entering init. True, 2.5 kernels are a lot faster
already, but, take an embedded device: all drivers might be built into the
kernel, and when the kernel is entering init, most stuff is done already.

Besides: There is no need for a user to see that the kernel detected the
CPU again. Maybe the kernel messages should automagically show up in case
of errors, and flip away the logo. Of course this implies the logo is
handled completely by the kernel.

I think you are mostly done by tweaking some fbcon code, it has
implemented some logo code already.

Jos

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Jan 31 2003 - 22:00:19 EST