From owner-freebsd-questions@FreeBSD.ORG Wed Sep 28 00:00:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 27E9916A41F for ; Wed, 28 Sep 2005 00:00:54 +0000 (GMT) (envelope-from danny@ricin.com) Received: from smtpq1.home.nl (smtpq1.home.nl [213.51.128.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EF4143D48 for ; Wed, 28 Sep 2005 00:00:52 +0000 (GMT) (envelope-from danny@ricin.com) Received: from [213.51.128.132] (port=59412 helo=smtp1.home.nl) by smtpq1.home.nl with esmtp (Exim 4.30) id 1EKPNT-0003IK-IB for freebsd-questions@freebsd.org; Wed, 28 Sep 2005 02:00:51 +0200 Received: from cp464173-a.dbsch1.nb.home.nl ([84.27.215.228]:57192 helo=desktop.homenet) by smtp1.home.nl with esmtp (Exim 4.30) id 1EKPNS-0005NK-Ci for freebsd-questions@freebsd.org; Wed, 28 Sep 2005 02:00:50 +0200 From: Danny Pansters To: freebsd-questions@freebsd.org Date: Wed, 28 Sep 2005 02:00:10 +0000 User-Agent: KMail/1.8.1 References: <1127852545.655.18.camel@chaucer.jeays.ca> <4339B972.1070307@daleco.biz> In-Reply-To: <4339B972.1070307@daleco.biz> X-Face: "0Qv=,p:+]LvuqrtS4U\z3k"qN=.1]@=?utf-8?q?=258=3F=3BPoab=23v=27F=7E=0A=09!Wm=5Fe-=24=7EL=5D=3B?=>[c*L^Qoladj)x@mH}Bqz"vLO?Zdl}[@V@=?utf-8?q?U=3Fx3=23lI=3A=0A=09=24DN=7E!Hr?=@K`-mNv"zXm MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509280200.10933.danny@ricin.com> X-AtHome-MailScanner-Information: Please contact support@home.nl for more information X-AtHome-MailScanner: Found to be clean Subject: Re: Bye-bye beastie ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2005 00:00:54 -0000 On Tuesday 27 September 2005 21:28, Kevin Kinsey wrote: > Mike Jeays wrote: > >As well as turning off the beastie, is there a way to suppress all the > >dmesg and other output, so that the first thing to appear is the KDM or > >GDM login screen? When I show FreeBSD to people who have only seen > >Windows before, their first reaction is how geeky all that text looks as > >it rolls by. They are turned off before I even get to the login > >screen. Most current Linuxes are 'better' in this respect. > > > >I realise it may make it harder to debug failed startups... > > We use a "splash" screen --- I forget where it's documented > in the handbook/FAQ, but splash(4) has most of the 'GUI' > details (pun intended). > > Basically, as root: > $ echo splash_bmp_load="YES" >> /boot/loader.conf > $ echo bitmap_name="/boot/splash.bmp" >> /boot/loader.conf > > This should cause "splash_bmp.ko" to be kldloaded at boot > time. The bitmap should be 320 x 200 x 8 colors (at least that's > what works for us - probably related to console settings). We use it > as an opportunity to show the company logo. > > It comes up after the "beastie menu" and the copyright info > (and a couple of error looking notices ... we're on 6.0-BETA5 > in the office now, dunno if it's related ;-), basically, during > the kernel device probe. > > It will stay on as long as a key isn't pressed. xdm "takes > over" after the boot process (I assume gdm/kdm would, too) > and so this is less "geeky" stuff to look at, I guess. It can > be a little confusing if you don't run an X based display > manager --- it'll stay on and cover up the login: prompt > on ttyv0, so a novice might well wonder "how long is this > going to take" while your box sits patiently waiting for > a login. > > Note that this splash/bitmap also acts as a "screensaver" when > you're in console, AFAICT. > > HTH, > > Kevin Kinsey This is quite nice to hide all that "code" for normal? people, DesktopBSD uses it also, and likely PCBSD also. I've played with it now and then. For the non-fundamentalists: I'm sure you know that sunset image where you see Beastie sitting on a rock, it makes a nice splash. But I think what may be a problem is that the normal? people don't see any "progress" or rather movement then. Which may lead them to think that the system is stalled. It's my understanding that something like a "progress" bar like WinXP has (it doesn't need to show progress, just that something's going on behind the splash) would be very hard if not impossible to add. But perhaps it is or can be made possible to have a gif or a bitmap in which a partial clipping changes every second or so (some left-to-right-and-back moving thingie). Dan