* AW: Bootscreen
@ 2003-01-28 14:11 Raphael Schmid
2003-01-28 14:26 ` John Bradford
` (2 more replies)
0 siblings, 3 replies; 46+ messages in thread
From: Raphael Schmid @ 2003-01-28 14:11 UTC (permalink / raw)
To: 'Robert Morris', John Bradford; +Cc: Raphael Schmid, linux-kernel
> I agree that it may be less inappropriate for certain specialised
> applications, such as the one you suggested, but Raphael made specific
> reference to Windows and Mac OS, which implies desktop use.
Indeed, I'm looking at desktop usage.
> I am totally fed up with the quest to make Linux into as close to a copy
> of Windows as possible.
See, if there was no Windows, and no MacOS, and I'd see Linux boot...
...don't you think I'd still say -at some point- "Gee, these text messages
are so geeky. I'd like to have a cute picture shown while booting"? I mean,
really. Can we get rid of the "stupid guy who's trying to clone Windows"
dogma, please?
> OK, but in this case you would have problems with BIOS output etc. If you
> left Linux alone, but fixed the BIOS to output at the required
> frequencies, it would work - and using the quiet option, together with
> appropriate output from the init scripts (which would presuambly be
> heavily customised, in such an application) would yield a similar result.
I don't know about any TV applications. In my very case, the BIOS doesn't
do anything wrong. (Besides: there's also LinuxBIOS, which can also display
a cute picture, iirc). I have a bootloader, which puts a nice picture on
the screen. And I want that picture to remain there until X is running.
That's all. In actual fact, I'm really frugal.
> Wait screen, then just hangs", which would then require an engineer visit,
> as opposed to, for example, "it says Obtaining IP Address... then hangs"
I do have a solution for that. Just make the image 640x440 instead 640x480,
and have the initscripts output on one of the lower lines only, always over-
writing the previous message. That way, the support engineer would know
what's
going wrong and you'd still have a cute picture.
^ permalink raw reply [flat|nested] 46+ messages in thread* Re: AW: Bootscreen
2003-01-28 14:11 AW: Bootscreen Raphael Schmid
@ 2003-01-28 14:26 ` John Bradford
2003-01-28 14:48 ` Bootscreen Stefan Reinauer
2003-01-28 14:29 ` AW: Bootscreen Robert Morris
2003-01-28 14:34 ` Bootscreen jeff millar
2 siblings, 1 reply; 46+ messages in thread
From: John Bradford @ 2003-01-28 14:26 UTC (permalink / raw)
To: Raphael Schmid; +Cc: rob, Raphael_Schmid, linux-kernel
> > Wait screen, then just hangs", which would then require an
> > engineer visit, as opposed to, for example, "it says Obtaining IP
> > Address... then hangs"
> I do have a solution for that. Just make the image 640x440 instead
> 640x480, and have the initscripts output on one of the lower lines
> only, always over-writing the previous message. That way, the
> support engineer would know what's going wrong and you'd still have
> a cute picture.
At the moment, the framebuffer reserves a few lines for the Tux icons,
and uses the rest for text. Why not just modify that code to achieve
what you want, (a large logo, and a text window).
You could do that on the Atari 65XE, have a text mode window at the
bottom of a graphics screen :-)
John
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Bootscreen
2003-01-28 14:26 ` John Bradford
@ 2003-01-28 14:48 ` Stefan Reinauer
0 siblings, 0 replies; 46+ messages in thread
From: Stefan Reinauer @ 2003-01-28 14:48 UTC (permalink / raw)
To: John Bradford; +Cc: Raphael Schmid, rob, linux-kernel
* John Bradford <john@grabjohn.com> [030128 15:26]:
> At the moment, the framebuffer reserves a few lines for the Tux icons,
> and uses the rest for text. Why not just modify that code to achieve
> what you want, (a large logo, and a text window).
Ack, besides:
You have to attach the huge logo to your kernel image. Using my
bootsplash patch allows you to use a plain and small jpg picture for
that (jpg because the decoder and the picture are smaller than a raw
picture gzipped)
ftp://ftp.suse.com/pub/people/stepan/bootsplash/
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] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-28 14:11 AW: Bootscreen Raphael Schmid
2003-01-28 14:26 ` John Bradford
@ 2003-01-28 14:29 ` Robert Morris
2003-01-28 14:59 ` Bootscreen Stefan Reinauer
2003-01-28 14:34 ` Bootscreen jeff millar
2 siblings, 1 reply; 46+ messages in thread
From: Robert Morris @ 2003-01-28 14:29 UTC (permalink / raw)
To: Raphael Schmid; +Cc: linux-kernel
Hello there,
On Tue, 28 Jan 2003, Raphael Schmid wrote:
> See, if there was no Windows, and no MacOS, and I'd see Linux boot...
> ...don't you think I'd still say -at some point- "Gee, these text messages
> are so geeky. I'd like to have a cute picture shown while booting"? I mean,
> really.
I've been using Linux since 1.0.9 - and I've *never* *ever* thought of the
idea of covering up the output from either kernel or other startup stuff
with a graphic. Sure some of the kernel's output could be cleaned up a
little, but for the most part its not "geeky" - its useful and
informative.
And, I think that assuming that non-"geeky" users prefer to see something
"cute" when their OS boots up, rather than output which is useful to
someone else if not themselves, is rather insulting to them.
> Can we get rid of the "stupid guy who's trying to clone Windows" dogma,
> please?
I didn't say you were a stupid guy. I did say cloning Windows is a stupid
idea. There is a difference.
> I do have a solution for that. Just make the image 640x440 instead
> 640x480, and have the initscripts output on one of the lower lines only,
> always over- writing the previous message. That way, the support
> engineer would know what's going wrong and you'd still have a cute
> picture.
*sigh*
Robert Morris
08707 458710
http://www.r-morris.co.uk/
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Bootscreen
2003-01-28 14:29 ` AW: Bootscreen Robert Morris
@ 2003-01-28 14:59 ` Stefan Reinauer
0 siblings, 0 replies; 46+ messages in thread
From: Stefan Reinauer @ 2003-01-28 14:59 UTC (permalink / raw)
To: Robert Morris; +Cc: Raphael Schmid, linux-kernel
* Robert Morris <rob@r-morris.co.uk> [030128 15:29]:
> I've been using Linux since 1.0.9 - and I've *never* *ever* thought of the
> idea of covering up the output from either kernel or other startup stuff
> with a graphic.
That is exactly the point. If you are so long with Linux, you can
consider yourself a technical person. For you, different that probably
more than 98% of the people on this planet, these messages are useful,
because it's your job.
> Sure some of the kernel's output could be cleaned up a
> little, but for the most part its not "geeky" - its useful and
> informative.
They are geeky, but useful - If you got a system that causes trouble.
Otherwise, if your system works right, they are just some more bits
flickering on your screen.
> And, I think that assuming that non-"geeky" users prefer to see something
> "cute" when their OS boots up, rather than output which is useful to
> someone else if not themselves, is rather insulting to them.
If I go to the doctor and get an X-Ray, while the machine fails, I have
no whatsoever advantage if I see the error log, simply because I could not
interpret it even if I wanted to. All I understand is "it worked" or "it
did not work" and if someone tells me that it does not insult me that I
lack some details that are important to the doctor.
> > Can we get rid of the "stupid guy who's trying to clone Windows" dogma,
> > please?
>
> I didn't say you were a stupid guy. I did say cloning Windows is a stupid
> idea. There is a difference.
Why oh why do we always need to compare ourselfes to Windows. "Windows
does this, windows does that" Whatever.. that is of no relevance. And if
it was QNX or RTOS we are cloning and the thing we cloned is a good
idea, what shalls...? It seems to me that everything that lacks the
status quo in kernel message visability is a windows clone?
> *sigh*
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] 46+ messages in thread
* Re: Bootscreen
2003-01-28 14:11 AW: Bootscreen Raphael Schmid
2003-01-28 14:26 ` John Bradford
2003-01-28 14:29 ` AW: Bootscreen Robert Morris
@ 2003-01-28 14:34 ` jeff millar
2003-01-28 14:40 ` Bootscreen John Bradford
2003-01-28 16:41 ` Bootscreen Valdis.Kletnieks
2 siblings, 2 replies; 46+ messages in thread
From: jeff millar @ 2003-01-28 14:34 UTC (permalink / raw)
To: Raphael Schmid, 'Robert Morris', John Bradford
Cc: Raphael Schmid, linux-kernel
> I do have a solution for that. Just make the image 640x440 instead
640x480,
> and have the initscripts output on one of the lower lines only, always
over-
> writing the previous message. That way, the support engineer would know
> what's going wrong and you'd still have a cute picture.
There's a good way to encode startup sequence info into the screen...it
doesn't require text.
WinXP outputs an image, starts it dim, fades it up to bright, starts a
sliding indicator, moves the slider back and forth at various speeds, then
starts the gui (?) and it goes more various steps.
I imagine someone with the right documentation could say exactly what's
going on at each step.
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Bootscreen
2003-01-28 14:34 ` Bootscreen jeff millar
@ 2003-01-28 14:40 ` John Bradford
2003-01-29 13:09 ` Scaring the non-geeks (was Bootscreen) Roy Sigurd Karlsbakk
2003-01-28 16:41 ` Bootscreen Valdis.Kletnieks
1 sibling, 1 reply; 46+ messages in thread
From: John Bradford @ 2003-01-28 14:40 UTC (permalink / raw)
To: jeff millar; +Cc: Raphael_Schmid, rob, linux-kernel
> I imagine someone with the right documentation could say exactly what's
> going on at each step.
Hmmm, I think the traditional text diagnostic messages are best kept
as they are, otherwise we'll end up with bug reports like this:
Date: Jan 28 14:39:29 2006
Subject: Kernel 3.6.2 boot failiure
To: linux-kernel@vger.kernel.org
Hi,
I just upgraded from 3.6.1, which booted fine, to 3.6.2, which stops
after Tux has waved twice, and winked his left eye.
John
^ permalink raw reply [flat|nested] 46+ messages in thread
* Scaring the non-geeks (was Bootscreen)
2003-01-28 14:40 ` Bootscreen John Bradford
@ 2003-01-29 13:09 ` Roy Sigurd Karlsbakk
2003-01-29 13:19 ` Richard B. Tilley (Brad)
` (2 more replies)
0 siblings, 3 replies; 46+ messages in thread
From: Roy Sigurd Karlsbakk @ 2003-01-29 13:09 UTC (permalink / raw)
To: John Bradford, jeff millar; +Cc: Raphael_Schmid, rob, linux-kernel
> Hmmm, I think the traditional text diagnostic messages are best kept
> as they are, otherwise we'll end up with bug reports like this:
>
> Date: Jan 28 14:39:29 2006
> Subject: Kernel 3.6.2 boot failiure
> To: linux-kernel@vger.kernel.org
>
> Hi,
>
> I just upgraded from 3.6.1, which booted fine, to 3.6.2, which stops
> after Tux has waved twice, and winked his left eye.
The point is that Linux should allow for a user-friendly image (yes! possibly
with Tux winking with the eyes or something - in a Mac sorta way). This will
allow for higher user-friendlyness, but should be turned off by default. That
way, SuSE, RedHat and the rest can turn it on if they want to do support
without the verbose messaging. Perhaps do it like 'if splash screen's active,
one can disable it by holding SHIFT or something pressed down'.
I don't know about you, but most non-technical people DO NOT LIKE verbose
messages they can't understand. My father was scared by the linux bootup when
I installed Linux on their PC. I beleive most non-techies like the 'windows
is now hopefully starting' screen. It shields the info they don't want.
So please - don't scare the 'normal' people with (in their eyes) verbose crap.
roy
--
Roy Sigurd Karlsbakk, Datavaktmester
ProntoTV AS - http://www.pronto.tv/
Tel: +47 9801 3356
Computers are like air conditioners.
They stop working when you open Windows.
^ permalink raw reply [flat|nested] 46+ messages in thread* Re: Scaring the non-geeks (was Bootscreen)
2003-01-29 13:09 ` Scaring the non-geeks (was Bootscreen) Roy Sigurd Karlsbakk
@ 2003-01-29 13:19 ` Richard B. Tilley (Brad)
2003-01-29 13:58 ` Xavier Bestel
2003-01-29 15:08 ` Alan Cox
2003-01-29 17:12 ` Rik van Riel
2003-01-30 18:53 ` Lars 'Cebewee' Noschinski
2 siblings, 2 replies; 46+ messages in thread
From: Richard B. Tilley (Brad) @ 2003-01-29 13:19 UTC (permalink / raw)
To: Roy Sigurd Karlsbakk
Cc: John Bradford, jeff millar, Raphael_Schmid, rob, linux-kernel
On Wed, 2003-01-29 at 08:09, Roy Sigurd Karlsbakk wrote:
> > Hmmm, I think the traditional text diagnostic messages are best kept
> > as they are, otherwise we'll end up with bug reports like this:
> >
> > Date: Jan 28 14:39:29 2006
> > Subject: Kernel 3.6.2 boot failiure
> > To: linux-kernel@vger.kernel.org
> >
> > Hi,
> >
> > I just upgraded from 3.6.1, which booted fine, to 3.6.2, which stops
> > after Tux has waved twice, and winked his left eye.
>
> The point is that Linux should allow for a user-friendly image (yes! possibly
> with Tux winking with the eyes or something - in a Mac sorta way). This will
> allow for higher user-friendlyness, but should be turned off by default. That
> way, SuSE, RedHat and the rest can turn it on if they want to do support
> without the verbose messaging. Perhaps do it like 'if splash screen's active,
> one can disable it by holding SHIFT or something pressed down'.
>
> I don't know about you, but most non-technical people DO NOT LIKE verbose
> messages they can't understand. My father was scared by the linux bootup when
> I installed Linux on their PC.
How do positive terms such as OK or YES scare people?
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Scaring the non-geeks (was Bootscreen)
2003-01-29 13:19 ` Richard B. Tilley (Brad)
@ 2003-01-29 13:58 ` Xavier Bestel
2003-01-29 14:01 ` Richard B. Tilley (Brad)
2003-01-29 14:12 ` Murray J. Root
2003-01-29 15:08 ` Alan Cox
1 sibling, 2 replies; 46+ messages in thread
From: Xavier Bestel @ 2003-01-29 13:58 UTC (permalink / raw)
To: Richard B. Tilley (Brad)
Cc: Roy Sigurd Karlsbakk, John Bradford, jeff millar, Raphael_Schmid,
rob, Linux Kernel Mailing List
> How do positive terms such as OK or YES scare people?
Goblodoing the frungled devil [OK]
Escraping various gunfred [OK]
Erasing sdfjebr documents [OK]
.. ad nauseum
now who's scared ?
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Scaring the non-geeks (was Bootscreen)
2003-01-29 13:58 ` Xavier Bestel
@ 2003-01-29 14:01 ` Richard B. Tilley (Brad)
2003-01-29 17:15 ` Wakko Warner
2003-01-29 14:12 ` Murray J. Root
1 sibling, 1 reply; 46+ messages in thread
From: Richard B. Tilley (Brad) @ 2003-01-29 14:01 UTC (permalink / raw)
To: Xavier Bestel
Cc: Roy Sigurd Karlsbakk, John Bradford, jeff millar, Raphael_Schmid,
rob, Linux Kernel Mailing List
How About This:
Reading Your Credit Card Number [OK]
Obtaining Your Date Of Birth [OK]
Bringing Up Network Interface [OK]
Transferring Your Personal Info to Finland [OK]
Guess that would scare people.
On Wed, 2003-01-29 at 08:58, Xavier Bestel wrote:
>
> > How do positive terms such as OK or YES scare people?
>
> Goblodoing the frungled devil [OK]
> Escraping various gunfred [OK]
> Erasing sdfjebr documents [OK]
>
> .. ad nauseum
>
> now who's scared ?
>
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Scaring the non-geeks (was Bootscreen)
2003-01-29 13:58 ` Xavier Bestel
2003-01-29 14:01 ` Richard B. Tilley (Brad)
@ 2003-01-29 14:12 ` Murray J. Root
2003-01-29 14:51 ` Tomas Szepe
1 sibling, 1 reply; 46+ messages in thread
From: Murray J. Root @ 2003-01-29 14:12 UTC (permalink / raw)
To: Linux Kernel Mailing List
On Wed, Jan 29, 2003 at 02:58:21PM +0100, Xavier Bestel wrote:
>
> > How do positive terms such as OK or YES scare people?
>
> Goblodoing the frungled devil [OK]
> Escraping various gunfred [OK]
> Erasing sdfjebr documents [OK]
>
> .. ad nauseum
>
> now who's scared ?
>
Seems to me the best place to do the graphical thing is at the distro.
Mandrake has been messing with GUI bootscreens for a few versions, now, and
while I haven't been excited by the results I think it's the right place. My
only reason for not liking Mandrake's screens is that I *like* plain text.
The distros will want to tailor the screens themselves, anyway, so let em
do the code, too.
--
Murray J. Root
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Scaring the non-geeks (was Bootscreen)
2003-01-29 14:12 ` Murray J. Root
@ 2003-01-29 14:51 ` Tomas Szepe
0 siblings, 0 replies; 46+ messages in thread
From: Tomas Szepe @ 2003-01-29 14:51 UTC (permalink / raw)
To: linux-kernel
> [murrayr@brain.org]
>
> Seems to me the best place to do the graphical thing is at the distro.
> Mandrake has been messing with GUI bootscreens for a few versions, now, and
> while I haven't been excited by the results I think it's the right place.
"Don't worry, Mr B., I have a cunning plan to solve the problem."
"Yes Baldrick, let us not forget that you tried to solve the problem
of your mother's low ceiling by cutting off her head."
"But this is a really good one. You become a dashing highwayman, then
you can pay all your bills and, on top of that, everyone'll want to
sleep with you."
Okay, anyone else has found Mandrake resemble Baldrick? Maybe it's not
so ugly-looking but their ideas are clearly of the same philosophy.
--
Tomas Szepe <szepe@pinerecords.com>
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Scaring the non-geeks (was Bootscreen)
2003-01-29 13:19 ` Richard B. Tilley (Brad)
2003-01-29 13:58 ` Xavier Bestel
@ 2003-01-29 15:08 ` Alan Cox
1 sibling, 0 replies; 46+ messages in thread
From: Alan Cox @ 2003-01-29 15:08 UTC (permalink / raw)
To: Richard B. Tilley (Brad)
Cc: Roy Sigurd Karlsbakk, John Bradford, jeff millar, Raphael_Schmid,
rob, Linux Kernel Mailing List
On Wed, 2003-01-29 at 13:19, Richard B. Tilley (Brad) wrote:
> How do positive terms such as OK or YES scare people?
Because they contain phrases that are not understood. Sometimes
they also contain phrases which trigger concerned responses
even when that isnt appropriate. I've for example been tweaking
some messages so it is clear that the problem the kernel found
it also fixed.
People find the PC boot intimidating (ask PC support people about
people who call in 'lost in the cosmos' and other such gems). Thats
why the PC boot has often gone graphical.
Alan
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Scaring the non-geeks (was Bootscreen)
2003-01-29 13:09 ` Scaring the non-geeks (was Bootscreen) Roy Sigurd Karlsbakk
2003-01-29 13:19 ` Richard B. Tilley (Brad)
@ 2003-01-29 17:12 ` Rik van Riel
2003-01-30 18:53 ` Lars 'Cebewee' Noschinski
2 siblings, 0 replies; 46+ messages in thread
From: Rik van Riel @ 2003-01-29 17:12 UTC (permalink / raw)
To: Roy Sigurd Karlsbakk
Cc: John Bradford, jeff millar, Raphael_Schmid, rob, linux-kernel
On Wed, 29 Jan 2003, Roy Sigurd Karlsbakk wrote:
> The point is that Linux should allow for a user-friendly image (yes!
> possibly with Tux winking with the eyes or something - in a Mac sorta
> way). This will allow for higher user-friendlyness,
0 2 4 6 8 10
/
/
/
/
/
/
/
TROLL-O-METER
Even though you might not have intended it, the effect on
lkml will be the same ;)
Rik
--
Bravely reimplemented by the knights who say "NIH".
http://www.surriel.com/ http://guru.conectiva.com/
Current spamtrap: <a href=mailto:"october@surriel.com">october@surriel.com</a>
^ permalink raw reply [flat|nested] 46+ messages in thread* Re: Scaring the non-geeks (was Bootscreen)
2003-01-29 13:09 ` Scaring the non-geeks (was Bootscreen) Roy Sigurd Karlsbakk
2003-01-29 13:19 ` Richard B. Tilley (Brad)
2003-01-29 17:12 ` Rik van Riel
@ 2003-01-30 18:53 ` Lars 'Cebewee' Noschinski
2003-01-30 19:29 ` Chris Friesen
2003-01-31 2:04 ` Barry K. Nathan
2 siblings, 2 replies; 46+ messages in thread
From: Lars 'Cebewee' Noschinski @ 2003-01-30 18:53 UTC (permalink / raw)
To: Roy Sigurd Karlsbakk
Cc: John Bradford, (jeff millar), Raphael_Schmid, rob, linux-kernel
Roy wrote:
[Bootscreen]
> I don't know about you, but most non-technical people DO NOT LIKE verbose
> messages they can't understand. My father was scared by the linux bootup when
> I installed Linux on their PC. I beleive most non-techies like the 'windows
> is now hopefully starting' screen. It shields the info they don't want.
>
> So please - don't scare the 'normal' people with (in their eyes) verbose crap.
Till Windows Me, every Windows user got textmode messages at boot time.
And they survived it.
--
CU Lars
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Scaring the non-geeks (was Bootscreen)
2003-01-30 18:53 ` Lars 'Cebewee' Noschinski
@ 2003-01-30 19:29 ` Chris Friesen
2003-01-31 2:04 ` Barry K. Nathan
1 sibling, 0 replies; 46+ messages in thread
From: Chris Friesen @ 2003-01-30 19:29 UTC (permalink / raw)
To: Lars 'Cebewee' Noschinski
Cc: Roy Sigurd Karlsbakk, John Bradford, (jeff millar),
Raphael_Schmid, rob, linux-kernel
Lars 'Cebewee' Noschinski wrote:
> Till Windows Me, every Windows user got textmode messages at boot time.
> And they survived it.
I don't know what you're running, but I get nothing between "starting
windows 98" and the gui starting up. Win95 was the same way."
Chris
--
Chris Friesen | MailStop: 043/33/F10
Nortel Networks | work: (613) 765-0557
3500 Carling Avenue | fax: (613) 765-2986
Nepean, ON K2H 8E9 Canada | email: cfriesen@nortelnetworks.com
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Scaring the non-geeks (was Bootscreen)
2003-01-30 18:53 ` Lars 'Cebewee' Noschinski
2003-01-30 19:29 ` Chris Friesen
@ 2003-01-31 2:04 ` Barry K. Nathan
2003-01-31 16:09 ` Alvaro Lopes
1 sibling, 1 reply; 46+ messages in thread
From: Barry K. Nathan @ 2003-01-31 2:04 UTC (permalink / raw)
To: Lars 'Cebewee' Noschinski
Cc: Roy Sigurd Karlsbakk, John Bradford, (jeff millar),
Raphael_Schmid, rob, linux-kernel
On Thu, Jan 30, 2003 at 07:53:03PM +0100, Lars 'Cebewee' Noschinski wrote:
> Till Windows Me, every Windows user got textmode messages at boot time.
> And they survived it.
Most Win98 boxes (at least in my experience) don't show text-mode
message as boot either. Same for *all* of the (now rare) Win95 boxes
I've seen lately.
It depends on whether you have any DOS programs installed in
autoexec.bat or config.sys that output text. AFAICT many old antivirus
programs used to spew stuff at boot, but as people update their
antivirus programs over time, this is becoming less common.
Also, Win95/98 rarely displayed more than a screenful of text, virtually
never displayed more than two screenfuls, and usually displayed only a
few lines. Compare with Linux, spewing a multi-screen waterfall of text
before init even starts. Some people respond by backing away from the
computer in fear. Others say things like "Daaaaaaamn!" when they
suddenly recognize the true speed of their video hardware.
I haven't tried confronting an average person with "quiet" added to the
boot command line arguments yet. That might be sufficient to fix the
problem. (OTOH I haven't read the full thread yet so I don't know if
anyone else has tried this.)
-Barry K. Nathan <barryn@pobox.com>
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Scaring the non-geeks (was Bootscreen)
2003-01-31 2:04 ` Barry K. Nathan
@ 2003-01-31 16:09 ` Alvaro Lopes
0 siblings, 0 replies; 46+ messages in thread
From: Alvaro Lopes @ 2003-01-31 16:09 UTC (permalink / raw)
To: linux-kernel; +Cc: Barry K. Nathan
Barry K. Nathan wrote:
>On Thu, Jan 30, 2003 at 07:53:03PM +0100, Lars 'Cebewee' Noschinski wrote:
>
>
>>Till Windows Me, every Windows user got textmode messages at boot time.
>>And they survived it.
>>
>>
>
>Most Win98 boxes (at least in my experience) don't show text-mode
>message as boot either. Same for *all* of the (now rare) Win95 boxes
>I've seen lately.
>
>
FYI:
If you press "ESC" during those SO's bootup, you'll get the text
(actually I think you have to press it twice (one for pre-OS initial
loading and other for until display adapter is reinitialized)).
Also there's an option if I recall in msdos.sys that will disable the
M$W logo at bootup.
--
Álvaro Lopes
---------------------
A .sig is just a .sig
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: Bootscreen
2003-01-28 14:34 ` Bootscreen jeff millar
2003-01-28 14:40 ` Bootscreen John Bradford
@ 2003-01-28 16:41 ` Valdis.Kletnieks
1 sibling, 0 replies; 46+ messages in thread
From: Valdis.Kletnieks @ 2003-01-28 16:41 UTC (permalink / raw)
To: jeff millar
Cc: Raphael Schmid, 'Robert Morris', John Bradford, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 547 bytes --]
On Tue, 28 Jan 2003 09:34:46 EST, jeff millar said:
> I imagine someone with the right documentation could say exactly what's
> going on at each step.
That's the problem with that right there - "with the right documentation".
The current boot system, you can *SEE* "oh, it wedged trying to bring up
the sound card". No "Well, if the slider is all the way to the left and
the screen is half-dim, then it's the sound card, else if it's all the
way to the left but the screen is bright, it's the joystick port, unless
you've also installed...."
[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]
^ permalink raw reply [flat|nested] 46+ messages in thread
* RE: AW: Bootscreen
@ 2003-01-29 14:01 Raphael Schmid
0 siblings, 0 replies; 46+ messages in thread
From: Raphael Schmid @ 2003-01-29 14:01 UTC (permalink / raw)
To: 'Jesse Pollard'; +Cc: linux-kernel
> Of course, you HAVE to suppress the new line at the end of
> every line - and force a newline at the beginning of every message
> ... or you will only have a blank line.
Why not modify printk, so it just skips \n? *evil grin*
^ permalink raw reply [flat|nested] 46+ messages in thread
* RE: AW: Bootscreen
@ 2003-01-29 11:56 Raphael Schmid
2003-01-29 12:33 ` Tomas Szepe
2003-01-29 14:00 ` Jesse Pollard
0 siblings, 2 replies; 46+ messages in thread
From: Raphael Schmid @ 2003-01-29 11:56 UTC (permalink / raw)
To: 'Horst von Brand'; +Cc: linux-kernel
> Right.
>
> Q: It hangs when booting! Just get to see the cute penguin
> (whatshisnameagain?)
>
> A: What version of Linux? What exactly did the bird do before hanging?
BTW,
> his (her?) name is Tux
>
> Q: Oh, yo mean like $BIG_DISTRO 10.7.3? Yep, Tux winked.
>
> A. No, the kernel version... [longish explanation deleted]. And exactly
how
> many times did he wink? Which wings? Did he waddle about? How many
> steps? Did he blink? Did you install wink-blink-boot version 27.3, or
> are you still with the older one?
C'moon! It'd make IT so much more interesting and fun!
Think of all the increased communication skills mankind
would develop through this!
Seriously, *laughs*, I don't think debugging user problems
would escalate into such a scenario. Let me again point out
my proposal:
There is *one* line of boot messages shown. Whenever the
System hangs, you will see the last message. Carefully
designed messages will greatly help, of course.
- Raphael
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-29 11:56 Raphael Schmid
@ 2003-01-29 12:33 ` Tomas Szepe
2003-01-29 13:54 ` John Bradford
2003-01-29 14:00 ` Jesse Pollard
1 sibling, 1 reply; 46+ messages in thread
From: Tomas Szepe @ 2003-01-29 12:33 UTC (permalink / raw)
To: Raphael Schmid; +Cc: 'Horst von Brand', linux-kernel
> [Raphael_Schmid@CUBUS.COM]
>
> There is *one* line of boot messages shown. Whenever the
> System hangs, you will see the last message. Carefully
> designed messages will greatly help, of course.
This whole idea has been vetoed and scrapped a great many
times before, and for very valid reasons. Read the archives
and respect the conclusions drawn.
If you can't live w/o a fancy penguin logo and a progress bar,
hack the silly thing for yourself and don't bother others with it.
Ideas like yours remind me just how GREAT it is that Linus is
so hard to get to accept patches. People are constantly trying
to get such a tremendous quantity of absolute junk into the
tree that it ceases to be funny.
--
Tomas Szepe <szepe@pinerecords.com>
PS. The hall of fame thing is actually pretty cool.
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-29 12:33 ` Tomas Szepe
@ 2003-01-29 13:54 ` John Bradford
2003-01-29 15:11 ` Dave Jones
0 siblings, 1 reply; 46+ messages in thread
From: John Bradford @ 2003-01-29 13:54 UTC (permalink / raw)
To: Tomas Szepe; +Cc: linux-kernel
> Ideas like yours remind me just how GREAT it is that Linus is
> so hard to get to accept patches. People are constantly trying
> to get such a tremendous quantity of absolute junk into the
> tree that it ceases to be funny.
Also, when a really good idea *does* come along, (morse code on the
keyboard LEDs, for example), it get included, which is good.
I am thinking of re-wiring the MHz indicator on this machine to the
parallel port, so that it can display the number of unread E-Mails
I've got :-). The turbo light is currently a SCSI bus activity
indicator. Oh, and it would be really cool would be two bulbs behind
Linux and BSD case badges, which light up to indicate which OS is
running :-).
John
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-29 13:54 ` John Bradford
@ 2003-01-29 15:11 ` Dave Jones
0 siblings, 0 replies; 46+ messages in thread
From: Dave Jones @ 2003-01-29 15:11 UTC (permalink / raw)
To: John Bradford; +Cc: Tomas Szepe, linux-kernel
On Wed, Jan 29, 2003 at 01:54:14PM +0000, John Bradford wrote:
> > Ideas like yours remind me just how GREAT it is that Linus is
> > so hard to get to accept patches. People are constantly trying
> > to get such a tremendous quantity of absolute junk into the
> > tree that it ceases to be funny.
>
> Also, when a really good idea *does* come along, (morse code on the
> keyboard LEDs, for example), it get included, which is good.
That was never included in mainline, and only exists in Alans tree afaik.
Dave
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-29 11:56 Raphael Schmid
2003-01-29 12:33 ` Tomas Szepe
@ 2003-01-29 14:00 ` Jesse Pollard
1 sibling, 0 replies; 46+ messages in thread
From: Jesse Pollard @ 2003-01-29 14:00 UTC (permalink / raw)
To: Raphael Schmid, 'Horst von Brand'; +Cc: linux-kernel
On Wednesday 29 January 2003 05:56 am, Raphael Schmid wrote:
[snip]
>
> Seriously, *laughs*, I don't think debugging user problems
> would escalate into such a scenario. Let me again point out
> my proposal:
>
> There is *one* line of boot messages shown. Whenever the
> System hangs, you will see the last message. Carefully
> designed messages will greatly help, of course.
Of course, you HAVE to suppress the new line at the end of
every line - and force a newline at the beginning of every message
... or you will only have a blank line.
--
-------------------------------------------------------------------------
Jesse I Pollard, II
Email: pollard@navo.hpc.mil
Any opinions expressed are solely my own.
^ permalink raw reply [flat|nested] 46+ messages in thread
* AW: Bootscreen
@ 2003-01-28 15:18 Raphael Schmid
0 siblings, 0 replies; 46+ messages in thread
From: Raphael Schmid @ 2003-01-28 15:18 UTC (permalink / raw)
To: 'Stefan Reinauer'; +Cc: linux-kernel
> > Sure some of the kernel's output could be cleaned up a
> > little, but for the most part its not "geeky" - its useful and
> > informative.
> They are geeky, but useful - If you got a system that causes trouble.
> Otherwise, if your system works right, they are just some more bits
> flickering on your screen.
I was the one who began with "geeky". Sorry for that, was probably a
bit ... well, strong.
> Why oh why do we always need to compare ourselfes to Windows. "Windows
> does this, windows does that" Whatever.. that is of no relevance. And if
> it was QNX or RTOS we are cloning and the thing we cloned is a good
> idea, what shalls...? It seems to me that everything that lacks the
> status quo in kernel message visability is a windows clone?
That what I wanted to say with "Can we get rid of the "stupid guy who's
trying to clone Windows" dogma, please?". Yours are more appropriate words.
^ permalink raw reply [flat|nested] 46+ messages in thread
* AW: Bootscreen
@ 2003-01-28 14:58 Raphael Schmid
2003-01-28 15:52 ` Stephen Wille Padnos
2003-01-28 17:05 ` Alan Cox
0 siblings, 2 replies; 46+ messages in thread
From: Raphael Schmid @ 2003-01-28 14:58 UTC (permalink / raw)
To: 'Alan Cox'; +Cc: linux-kernel
> Lots of systems cannot do 800x600 or 1024x768. Some of them cannot
> do 640x480 very well but 640x480 is safe except for weird kit because
> of the VGA mode support.
Again feeling a little uneducated here. What's "Wierd Kit"?
Besides that, thanks for your agreement ;-)
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-28 14:58 Raphael Schmid
@ 2003-01-28 15:52 ` Stephen Wille Padnos
2003-01-28 17:05 ` Alan Cox
1 sibling, 0 replies; 46+ messages in thread
From: Stephen Wille Padnos @ 2003-01-28 15:52 UTC (permalink / raw)
To: Raphael Schmid; +Cc: 'Alan Cox', linux-kernel
You need an English to English translation dictionary :)
"Kit" in British English means "equipment" or "stuff", so "weird kit" is
"strange equipment".
(It can also mean sleep, and a number of other things, from violins to
clothing.)
- Steve
Raphael Schmid wrote:
>>Lots of systems cannot do 800x600 or 1024x768. Some of them cannot
>>do 640x480 very well but 640x480 is safe except for weird kit because
>>of the VGA mode support.
>>
>>
>Again feeling a little uneducated here. What's "Wierd Kit"?
>Besides that, thanks for your agreement ;-)
>
>
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-28 14:58 Raphael Schmid
2003-01-28 15:52 ` Stephen Wille Padnos
@ 2003-01-28 17:05 ` Alan Cox
1 sibling, 0 replies; 46+ messages in thread
From: Alan Cox @ 2003-01-28 17:05 UTC (permalink / raw)
To: Raphael Schmid; +Cc: Linux Kernel Mailing List
On Tue, 2003-01-28 at 14:58, Raphael Schmid wrote:
> > Lots of systems cannot do 800x600 or 1024x768. Some of them cannot
> > do 640x480 very well but 640x480 is safe except for weird kit because
> > of the VGA mode support.
> Again feeling a little uneducated here. What's "Wierd Kit"?
No idea, but wEIrd kit is real English for "unusual hardware"
^ permalink raw reply [flat|nested] 46+ messages in thread
* AW: Bootscreen
@ 2003-01-28 14:53 Raphael Schmid
2003-01-28 18:21 ` Aaron Lehmann
0 siblings, 1 reply; 46+ messages in thread
From: Raphael Schmid @ 2003-01-28 14:53 UTC (permalink / raw)
To: 'Stefan Reinauer'; +Cc: linux-kernel
> In vesafb this is different. The video mode is set before 32bit mode is
> entered, then the 32bit part of the kernel just assumes it can paint to
> some memory found attached to the graphics device.
> Still, for painting a bootsplash screen using fbcon, this does not
> matter as all you need is the framebuffer memory.
Well, I believe we had quite some "threads" developing in this thread now,
where I was trying to find any possible solution to fit my needs. This
idea had come up before your pointing out your patch.
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-28 14:53 Raphael Schmid
@ 2003-01-28 18:21 ` Aaron Lehmann
0 siblings, 0 replies; 46+ messages in thread
From: Aaron Lehmann @ 2003-01-28 18:21 UTC (permalink / raw)
To: Raphael Schmid; +Cc: 'Stefan Reinauer', linux-kernel
On Tue, Jan 28, 2003 at 03:53:58PM +0100, Raphael Schmid wrote:
> > In vesafb this is different. The video mode is set before 32bit mode is
> > entered, then the 32bit part of the kernel just assumes it can paint to
> > some memory found attached to the graphics device.
> > Still, for painting a bootsplash screen using fbcon, this does not
> > matter as all you need is the framebuffer memory.
> Well, I believe we had quite some "threads" developing in this thread now,
Yes, can you please stop breaking threading?
^ permalink raw reply [flat|nested] 46+ messages in thread
* AW: Bootscreen
@ 2003-01-28 14:51 Raphael Schmid
0 siblings, 0 replies; 46+ messages in thread
From: Raphael Schmid @ 2003-01-28 14:51 UTC (permalink / raw)
To: 'Stefan Reinauer'; +Cc: linux-kernel
> Have a look at ftp.suse.com/pub/people/stepan/bootsplash/ - There you
> find kernel patches, user space utilities and such to display a
> bootsplash screen. You can either choose to have a picture put "behind"
> your text, or have a picture _instead_ of text. (triggerable with a
> boot parameter so anybody is happy). And yes, it _does_ look cool to see
> your kernel messages scrolling up on a background of a slightly faded
> out penguin, looking like a water sign. ;-)
Janne has already posted that URL, but if you're the one who's written it,
thanks a lot! Looks like a pretty ultimate solution :-)
> My patch above includes a small and efficient jpeg decoder (8k), which
> allows you to read any jpg picture from an initrd.
There is still good in the world!
> It's not alien, and it does make sense. I, speaking for myself, know the
> kernel boot messages by heart and I don't expect them to change with the
> 2957596. bootup of my linux box. ;)
*g*
> Any comments?
Not anymore. ;-)
- Raphael
^ permalink raw reply [flat|nested] 46+ messages in thread
* AW: Bootscreen
@ 2003-01-28 14:48 Raphael Schmid
2003-01-28 15:41 ` Xavier Bestel
0 siblings, 1 reply; 46+ messages in thread
From: Raphael Schmid @ 2003-01-28 14:48 UTC (permalink / raw)
To: 'Xavier Bestel'; +Cc: linux-kernel
> Yeah, I'd really like a stable working swsusp (on a working kernel) to
> shortcut the fscking boot. Go pawel !
What's an swsusp?
^ permalink raw reply [flat|nested] 46+ messages in thread
* AW: Bootscreen
@ 2003-01-28 14:47 Raphael Schmid
2003-01-29 10:10 ` Horst von Brand
0 siblings, 1 reply; 46+ messages in thread
From: Raphael Schmid @ 2003-01-28 14:47 UTC (permalink / raw)
To: 'John Bradford'; +Cc: linux-kernel
> Hi,
>
> I just upgraded from 3.6.1, which booted fine, to 3.6.2, which stops
> after Tux has waved twice, and winked his left eye.
>
> John
Sounds pretty fun to me!
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-28 14:47 Raphael Schmid
@ 2003-01-29 10:10 ` Horst von Brand
2003-01-29 10:18 ` John Bradford
2003-01-29 15:16 ` Valdis.Kletnieks
0 siblings, 2 replies; 46+ messages in thread
From: Horst von Brand @ 2003-01-29 10:10 UTC (permalink / raw)
To: Raphael Schmid; +Cc: 'John Bradford', linux-kernel, brand
Raphael Schmid <Raphael_Schmid@CUBUS.COM> said:
> > Hi,
> >
> > I just upgraded from 3.6.1, which booted fine, to 3.6.2, which stops
> > after Tux has waved twice, and winked his left eye.
> >
> > John
> Sounds pretty fun to me!
Right.
Q: It hangs when booting! Just get to see the cute penguin
(whatshisnameagain?)
A: What version of Linux? What exactly did the bird do before hanging? BTW,
his (her?) name is Tux
Q: Oh, yo mean like $BIG_DISTRO 10.7.3? Yep, Tux winked.
A. No, the kernel version... [longish explanation deleted]. And exactly how
many times did he wink? Which wings? Did he waddle about? How many
steps? Did he blink? Did you install wink-blink-boot version 27.3, or
are you still with the older one?
[ad nauseam]
No, thanks. I'd had enough with Aunt Tillie and her family.
--
Dr. Horst H. von Brand User #22616 counter.li.org
Departamento de Informatica Fono: +56 32 654431
Universidad Tecnica Federico Santa Maria +56 32 654239
Casilla 110-V, Valparaiso, Chile Fax: +56 32 797513
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-29 10:10 ` Horst von Brand
@ 2003-01-29 10:18 ` John Bradford
2003-01-29 15:16 ` Valdis.Kletnieks
1 sibling, 0 replies; 46+ messages in thread
From: John Bradford @ 2003-01-29 10:18 UTC (permalink / raw)
To: Horst von Brand; +Cc: Raphael_Schmid, linux-kernel, brand
> > > I just upgraded from 3.6.1, which booted fine, to 3.6.2, which stops
> > > after Tux has waved twice, and winked his left eye.
> > >
> > Sounds pretty fun to me!
>
> Right.
>
> Q: It hangs when booting! Just get to see the cute penguin
> (whatshisnameagain?)
>
> A: What version of Linux? What exactly did the bird do before hanging? BTW,
> his (her?) name is Tux
>
> Q: Oh, yo mean like $BIG_DISTRO 10.7.3? Yep, Tux winked.
>
> A. No, the kernel version... [longish explanation deleted]. And exactly how
> many times did he wink? Which wings? Did he waddle about? How many
> steps? Did he blink? Did you install wink-blink-boot version 27.3, or
> are you still with the older one?
>
> [ad nauseam]
The funny thing is, in a few years, somebody will probably read
through these old comments in the archive, and decide to implement the
animated Tux boot sequence just for a laugh, and then we really *will*
get bug reports like that. I will then probably get flamed for
suggesting it in the begining :-).
John
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-29 10:10 ` Horst von Brand
2003-01-29 10:18 ` John Bradford
@ 2003-01-29 15:16 ` Valdis.Kletnieks
1 sibling, 0 replies; 46+ messages in thread
From: Valdis.Kletnieks @ 2003-01-29 15:16 UTC (permalink / raw)
To: Horst von Brand; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 417 bytes --]
On Wed, 29 Jan 2003 11:10:23 +0100, Horst von Brand said:
> Q: It hangs when booting! Just get to see the cute penguin
> (whatshisnameagain?)
>
> A: What version of Linux? What exactly did the bird do before hanging? BTW,
> his (her?) name is Tux
Q: Actually, Tux made an obscene gesture and fell over.
A: Oh, that's the F00bar worm. You forgot to apply the security patch for
Frizbee 2.3, didn't you?
:)
[-- Attachment #2: Type: application/pgp-signature, Size: 226 bytes --]
^ permalink raw reply [flat|nested] 46+ messages in thread
* AW: Bootscreen
@ 2003-01-28 14:46 Raphael Schmid
0 siblings, 0 replies; 46+ messages in thread
From: Raphael Schmid @ 2003-01-28 14:46 UTC (permalink / raw)
To: 'jeff millar'; +Cc: linux-kernel
> WinXP outputs an image, starts it dim, fades it up to bright, starts a
> sliding indicator, moves the slider back and forth at various speeds, then
> starts the gui (?) and it goes more various steps.
>
> I imagine someone with the right documentation could say exactly what's
> going on at each step.
I imagine you'll hardly find such a "someone" ;-)
^ permalink raw reply [flat|nested] 46+ messages in thread
* AW: Bootscreen
@ 2003-01-28 12:52 Raphael Schmid
0 siblings, 0 replies; 46+ messages in thread
From: Raphael Schmid @ 2003-01-28 12:52 UTC (permalink / raw)
To: 'Jos Hulzink', Alex Riesen
Cc: Raphael Schmid, Linux Kernel Development
> Fbcon, Kernel Graphics Interface (http://kgi-wip.sourceforge.net, no we
> don't use ioctls or kernel space for accelleration anymore). Enough choice
> for your "graphical OS" ;-)
I'll have a look. Thanks for the hint.
^ permalink raw reply [flat|nested] 46+ messages in thread
* AW: Bootscreen
@ 2003-01-28 10:01 Raphael Schmid
2003-01-28 10:32 ` John Bradford
0 siblings, 1 reply; 46+ messages in thread
From: Raphael Schmid @ 2003-01-28 10:01 UTC (permalink / raw)
To: 'alexander.riesen@synopsys.COM'
Cc: 'linux-kernel@vger.kernel.org'
> try init=/bin/bash in kernel command line.
Maybe I have a bad aura towards Linux or
something, but I can *still* press Alt-Fx.
You know, I've thought about the Bootscreen
thingy again, and also had a quick peek (on
Windows here) at those patches.
2.5 is all nice and fluffy, but you shouldn't
use it for any end user software really.
Would it be possible/easy (i.e.: the least
way of resistance) to modify the kernel so
that console initialization does not happen
until everything is up and running? What I
was up to in the first place was getting into
X as fast as possible, and without too many
different screens. I've even been thinking
of setting the hostname, bringing up loop-
back networking and calling xinit directly
from within the kernel (init/main.c or where
was it?).
So if Linux would not do *anything* to the
screen (as in: just leave alone whatever the
bootloader put there) just one command before
xinit is called, I'd be the most happy guy
on the planet and you'd see me jump around
in circles :-)
- Raphael
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-28 10:01 Raphael Schmid
@ 2003-01-28 10:32 ` John Bradford
2003-01-28 10:45 ` Alex Riesen
0 siblings, 1 reply; 46+ messages in thread
From: John Bradford @ 2003-01-28 10:32 UTC (permalink / raw)
To: Raphael Schmid; +Cc: linux-kernel
> Would it be possible/easy (i.e.: the least
> way of resistance) to modify the kernel so
> that console initialization does not happen
> until everything is up and running? What I
> was up to in the first place was getting into
> X as fast as possible, and without too many
> different screens.
There is a boot option to do this, but I can't remember what it is :-)
It's something like boot=silent, or something.
then, you just get:
LILO loading linux...
Uncompressing the kernel...
Welcome to Linux 2.4.20
login:
John.
^ permalink raw reply [flat|nested] 46+ messages in thread
* Re: AW: Bootscreen
2003-01-28 10:32 ` John Bradford
@ 2003-01-28 10:45 ` Alex Riesen
0 siblings, 0 replies; 46+ messages in thread
From: Alex Riesen @ 2003-01-28 10:45 UTC (permalink / raw)
To: John Bradford; +Cc: Raphael Schmid, linux-kernel
John Bradford, Tue, Jan 28, 2003 11:32:34 +0100:
> > Would it be possible/easy (i.e.: the least
> > way of resistance) to modify the kernel so
> > that console initialization does not happen
> > until everything is up and running? What I
> > was up to in the first place was getting into
> > X as fast as possible, and without too many
> > different screens.
>
> There is a boot option to do this, but I can't remember what it is :-)
>
> It's something like boot=silent, or something.
"quiet"
It sets console log level to maximum.
> then, you just get:
>
> LILO loading linux...
> Uncompressing the kernel...
>
> Welcome to Linux 2.4.20
> login:
>
> John.
> -
^ permalink raw reply [flat|nested] 46+ messages in thread
* AW: Bootscreen
@ 2003-01-28 9:57 Raphael Schmid
0 siblings, 0 replies; 46+ messages in thread
From: Raphael Schmid @ 2003-01-28 9:57 UTC (permalink / raw)
To: linux-kernel
> Linux machines shouldn't ever need to be rebooted, so you'd only ever
> see it once, (on each machine) :-).
Mind you, but I happen to be very sensitive to electronic smog ;-)
- Raphael
^ permalink raw reply [flat|nested] 46+ messages in thread
end of thread, other threads:[~2003-01-31 16:07 UTC | newest]
Thread overview: 46+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-28 14:11 AW: Bootscreen Raphael Schmid
2003-01-28 14:26 ` John Bradford
2003-01-28 14:48 ` Bootscreen Stefan Reinauer
2003-01-28 14:29 ` AW: Bootscreen Robert Morris
2003-01-28 14:59 ` Bootscreen Stefan Reinauer
2003-01-28 14:34 ` Bootscreen jeff millar
2003-01-28 14:40 ` Bootscreen John Bradford
2003-01-29 13:09 ` Scaring the non-geeks (was Bootscreen) Roy Sigurd Karlsbakk
2003-01-29 13:19 ` Richard B. Tilley (Brad)
2003-01-29 13:58 ` Xavier Bestel
2003-01-29 14:01 ` Richard B. Tilley (Brad)
2003-01-29 17:15 ` Wakko Warner
2003-01-29 14:12 ` Murray J. Root
2003-01-29 14:51 ` Tomas Szepe
2003-01-29 15:08 ` Alan Cox
2003-01-29 17:12 ` Rik van Riel
2003-01-30 18:53 ` Lars 'Cebewee' Noschinski
2003-01-30 19:29 ` Chris Friesen
2003-01-31 2:04 ` Barry K. Nathan
2003-01-31 16:09 ` Alvaro Lopes
2003-01-28 16:41 ` Bootscreen Valdis.Kletnieks
-- strict thread matches above, loose matches on Subject: below --
2003-01-29 14:01 AW: Bootscreen Raphael Schmid
2003-01-29 11:56 Raphael Schmid
2003-01-29 12:33 ` Tomas Szepe
2003-01-29 13:54 ` John Bradford
2003-01-29 15:11 ` Dave Jones
2003-01-29 14:00 ` Jesse Pollard
2003-01-28 15:18 Raphael Schmid
2003-01-28 14:58 Raphael Schmid
2003-01-28 15:52 ` Stephen Wille Padnos
2003-01-28 17:05 ` Alan Cox
2003-01-28 14:53 Raphael Schmid
2003-01-28 18:21 ` Aaron Lehmann
2003-01-28 14:51 Raphael Schmid
2003-01-28 14:48 Raphael Schmid
2003-01-28 15:41 ` Xavier Bestel
2003-01-28 14:47 Raphael Schmid
2003-01-29 10:10 ` Horst von Brand
2003-01-29 10:18 ` John Bradford
2003-01-29 15:16 ` Valdis.Kletnieks
2003-01-28 14:46 Raphael Schmid
2003-01-28 12:52 Raphael Schmid
2003-01-28 10:01 Raphael Schmid
2003-01-28 10:32 ` John Bradford
2003-01-28 10:45 ` Alex Riesen
2003-01-28 9:57 Raphael Schmid
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome