Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 1999 14:57:12 -0700 (MST)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        guido@gvr.org (Guido van Rooij)
Cc:        ken@plutotech.com, des@flood.ping.uio.no, yokota@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/dev/fb splash.c splashreg.h
Message-ID:  <199901122157.OAA47454@panzer.plutotech.com>
In-Reply-To: <19990112221750.A25443@gvr.org> from Guido van Rooij at "Jan 12, 99 10:17:50 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Guido van Rooij wrote...
> On Tue, Jan 12, 1999 at 01:34:01PM -0700, Kenneth D. Merry wrote:
> > Dag-Erling Smorgrav wrote...
> > > Guido van Rooij <guido@gvr.org> writes:
> > > > Wouldn't it be a good idea to automatically get rid of the splash screen
> > > > when /dev/ttyv0 is opened? Then it will vanish once a getty is started on
> > > > it.
> > > 
> > > Good idea. Kazu, want me to fix it while I'm working on the splash
> > > code?
> > 
> > FWIW, I think the way it used to work is that the splash screen would stay
> > up until you either hit a key (numlock?) or until you crank up X.
> > 
> > For machines that automatically start up X, it would be nice to have the
> > splash screen stay up until X starts.
> > 
> 
> Hmm..when a login prompt appears (or for that matter, anything either inputting
> or outputting anything) on ttyv0 (apart for kernel stuff during booting),
> I would expect to see it *without* hitting a key.

Well, I'd at least like it to be tuneable.  The old splashscreen stuff, I
think, would keep the splash screen up until you either hit a key, or X
came up.  I'm not sure how that was implemented.

For an "idiot station" or other embedded system, you want to hide users
from the "evil Unix stuff" as much as possible.  Having things go in this
order:

- splash screen
- console login prompt
- X startup

isn't as desireable (for unsophisticated users) as:

- splash screen
- X startup

I'd be happy with some kernel option, flag or whatever to enable the "old"
behavior, but I would like to be able to have things work the "old way"
one way or another.

Ken
-- 
Kenneth Merry
ken@plutotech.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901122157.OAA47454>