public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* AW: Bootscreen
@ 2003-01-28 14:11 Raphael Schmid
  2003-01-28 14:26 ` John Bradford
                   ` (2 more replies)
  0 siblings, 3 replies; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ messages in thread

* Re: Bootscreen
  2003-01-28 14:26 ` John Bradford
@ 2003-01-28 14:48   ` Stefan Reinauer
  0 siblings, 0 replies; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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@vger.kernel.org

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] 26+ messages in thread

* RE: Scaring the non-geeks (was Bootscreen)
@ 2003-01-29 13:25 Raphael Schmid
  0 siblings, 0 replies; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ messages in thread

* Re: Scaring the non-geeks (was Bootscreen)
  2003-01-29 14:01           ` Richard B. Tilley  (Brad)
@ 2003-01-29 17:15             ` Wakko Warner
  0 siblings, 0 replies; 26+ messages in thread
From: Wakko Warner @ 2003-01-29 17:15 UTC (permalink / raw)
  To: Linux Kernel Mailing List

> Reading Your Credit Card Number			[OK]
> Obtaining Your Date Of Birth			[OK]
> Bringing Up Network Interface			[OK]
> Transferring Your Personal Info to Finland	[OK]

Checking for intelligent life			[FAILED]

-- 
 Lab tests show that use of micro$oft causes cancer in lab animals

^ permalink raw reply	[flat|nested] 26+ messages in thread

* RE: Scaring the non-geeks (was Bootscreen)
@ 2003-01-29 17:18 Raphael Schmid
  0 siblings, 0 replies; 26+ messages in thread
From: Raphael Schmid @ 2003-01-29 17:18 UTC (permalink / raw)
  To: 'Rik van Riel', Roy Sigurd Karlsbakk
  Cc: John Bradford, jeff millar, Raphael Schmid, rob, linux-kernel

> 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,
Had not caught that message before. Actually I think animations are not
necessary, and especially shall a bootscreen be configurable.

>       0   2   4   6   8   10
>
>                        /
>                       /
>                      /
>                     /
>                    /
>                   /
>                  /
>           TROLL-O-METER
Lol! Kudos for this one Rik. Had me nearly lying on the floor there :-)

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: Scaring the non-geeks (was Bootscreen)
@ 2003-01-29 19:51 Balram Adlakha
  2003-01-29 20:12 ` John Bradford
  2003-01-30 14:16 ` Stefan Reinauer
  0 siblings, 2 replies; 26+ messages in thread
From: Balram Adlakha @ 2003-01-29 19:51 UTC (permalink / raw)
  To: linux-kernel

On Wednesday 29 January 2003 20:38, Alan Cox wrote:
> 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

Exactly...
So now its justified that there SHOULD be such a thing, and it SHOULD be
WITHING THE KERNEL SOURCES because so many people will be using it and
we don't want so many patched kernels do we?
So now that there SHOULD be sucha thing, why not create a few implimentations
of it which actually work well and put them into the sources?
People seem to like MacOS X don't they? With a nice bootscreen, and with the
latest version of kde, won't linux be similiar/better than macOS to the
"click click" type users?


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: Scaring the non-geeks (was Bootscreen)
  2003-01-29 19:51 Balram Adlakha
@ 2003-01-29 20:12 ` John Bradford
  2003-01-30 14:16 ` Stefan Reinauer
  1 sibling, 0 replies; 26+ messages in thread
From: John Bradford @ 2003-01-29 20:12 UTC (permalink / raw)
  To: Balram Adlakha; +Cc: linux-kernel

> > 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.
> 
> Exactly...
> So now its justified that there SHOULD be such a thing,

Possibly.

> and it SHOULD be WITHING THE KERNEL SOURCES

No.

> because so many people will be using it and we don't want so many
> patched kernels do we?

It should be within the bootloader, and the kernel should have an
option not to switch to the console until the login prompt, (I.E. use
two pages of VGA memory, and have the console initialised and being
written to, but not displayed until it either oopses, (in which case
you just toggle the bits in the VGA memory to switch to the other
page, simple enough to do), or as the last task before init is run).

> So now that there SHOULD be sucha thing, why not create a few implimentations
> of it which actually work well and put them into the sources?

For the same reason we got rid of the in kernel boot loader.  If it's
there, it'll get used, which is a bad thing.

John

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: Scaring the non-geeks (was Bootscreen)
  2003-01-29 19:51 Balram Adlakha
  2003-01-29 20:12 ` John Bradford
@ 2003-01-30 14:16 ` Stefan Reinauer
  1 sibling, 0 replies; 26+ messages in thread
From: Stefan Reinauer @ 2003-01-30 14:16 UTC (permalink / raw)
  To: Balram Adlakha; +Cc: linux-kernel

* Balram Adlakha <b_adlakha@softhome.net> [030129 20:51]:
> Exactly...
> So now its justified that there SHOULD be such a thing, and it SHOULD be
> WITHING THE KERNEL SOURCES because so many people will be using it and
> we don't want so many patched kernels do we?
> So now that there SHOULD be sucha thing, why not create a few implimentations
> of it which actually work well and put them into the sources?
> People seem to like MacOS X don't they? With a nice bootscreen, and with the
> latest version of kde, won't linux be similiar/better than macOS to the
> "click click" type users?

There's one implementation that is used by UnitedLinux, Mandrake, SuSE,
(and Gentoo?), patches are available at
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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ 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; 26+ 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] 26+ messages in thread

end of thread, other threads:[~2003-01-31 16:07 UTC | newest]

Thread overview: 26+ 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 13:25 Scaring the non-geeks (was Bootscreen) Raphael Schmid
2003-01-29 17:18 Raphael Schmid
2003-01-29 19:51 Balram Adlakha
2003-01-29 20:12 ` John Bradford
2003-01-30 14:16 ` Stefan Reinauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox