* RE: Scaring the non-geeks (was Bootscreen)
@ 2003-01-29 13:25 Raphael Schmid
2003-01-29 13:48 ` Bootscreen suggestions that don't involve kernel modifications John Bradford
0 siblings, 1 reply; 3+ messages in thread
From: Raphael Schmid @ 2003-01-29 13:25 UTC (permalink / raw)
To: 'Richard B. Tilley ""(Brad)',
Roy Sigurd Karlsbakk
Cc: John Bradford, jeff millar, rob, linux-kernel
> How do positive terms such as OK or YES scare people?
The problem is not necessarily the init scripts. Each
distributor can customise these quite easily. The problem
is (how I see it) divided into two parts:
I. The kernel messages. (And yes, I do know
about both, "quiet" and "console=/foo/bar)
II. Both, using "quiet" or "console=/foo/bar",
and customising the init scripts only leaves
you with a blank, black screen. Now, you might
argue how "classic" or "beatieful" black is.
But it should be obvious this is an absolute
matter of taste. A nice picture is far more
appealing, and pleasing, and whatnot.
- Raphael
^ permalink raw reply [flat|nested] 3+ messages in thread
* Bootscreen suggestions that don't involve kernel modifications
2003-01-29 13:25 Scaring the non-geeks (was Bootscreen) Raphael Schmid
@ 2003-01-29 13:48 ` John Bradford
2003-01-30 14:13 ` Stefan Reinauer
0 siblings, 1 reply; 3+ messages in thread
From: John Bradford @ 2003-01-29 13:48 UTC (permalink / raw)
To: Raphael Schmid; +Cc: rtilley, roy, wa1hco, rob, linux-kernel
> The problem is not necessarily the init scripts. Each
> distributor can customise these quite easily. The problem
> is (how I see it) divided into two parts:
>
> I. The kernel messages. (And yes, I do know
> about both, "quiet" and "console=/foo/bar)
>
> II. Both, using "quiet" or "console=/foo/bar",
> and customising the init scripts only leaves
> you with a blank, black screen. Now, you might
> argue how "classic" or "beatieful" black is.
> But it should be obvious this is an absolute
> matter of taste. A nice picture is far more
> appealing, and pleasing, and whatnot.
I don't think it is appropriate to include graphical boot screen
capabilities in the kernel. There are better ways to achieve what you
want to do:
* Verbose start-up messages on the console
Leave things how they are
* No start up messages on the console
Either use the quiet option, or re-direct the output to serial console
or another virtual terminal.
* Graphical boot screen
Do not have the VGA card configured as a console device at all. Set
the console output to a serial port for debugging, if necessary. Have
the bootloader configure the VGA card, and display the graphic. Boot
in to X, and let X re-configure the VGA card at startup.
Where no console is available for diagnostic messages, the keyboard
LEDs could be lit up in sequence to indicate that the system is
booting.
John.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Bootscreen suggestions that don't involve kernel modifications
2003-01-29 13:48 ` Bootscreen suggestions that don't involve kernel modifications John Bradford
@ 2003-01-30 14:13 ` Stefan Reinauer
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Reinauer @ 2003-01-30 14:13 UTC (permalink / raw)
To: John Bradford; +Cc: linux-kernel
* John Bradford <john@grabjohn.com> [030129 14:48]:
> I don't think it is appropriate to include graphical boot screen
> capabilities in the kernel. There are better ways to achieve what you
> want to do:
>
> * Verbose start-up messages on the console
> Leave things how they are
agreed
> * No start up messages on the console
> Either use the quiet option, or re-direct the output to serial console
> or another virtual terminal.
> * Graphical boot screen
> Do not have the VGA card configured as a console device at all. Set
> the console output to a serial port for debugging, if necessary. Have
> the bootloader configure the VGA card, and display the graphic. Boot
> in to X, and let X re-configure the VGA card at startup.
Some method to switch between verbose and non-verbose mode on the screen
interactively would be useful and it should not loose old messages. Not
have vga configured as console device kind of gives you a hard time
here. My bootsplash patch takes care of this by only "hiding" the text
instead of not redirect it to vga, so the text buffers are valid all the
time and visible as soon as you switch them on
Stefan
--
The use of COBOL cripples the mind; its teaching should, therefore, be
regarded as a criminal offense. -- E. W. Dijkstra
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-01-30 14:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-01-29 13:25 Scaring the non-geeks (was Bootscreen) Raphael Schmid
2003-01-29 13:48 ` Bootscreen suggestions that don't involve kernel modifications John Bradford
2003-01-30 14:13 ` Stefan Reinauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox