From owner-freebsd-current@FreeBSD.ORG Wed Apr 27 23:29:05 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61FAB16A4CF for ; Wed, 27 Apr 2005 23:29:05 +0000 (GMT) Received: from bloodwood.hunterlink.net.au (smtp-local.hunterlink.net.au [203.12.144.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7275D43D2D for ; Wed, 27 Apr 2005 23:29:04 +0000 (GMT) (envelope-from boris@brooknet.com.au) Received: from ppp2BE5.dyn.pacific.net.au (ppp2BE5.dyn.pacific.net.au [61.8.43.229])j3RNSRn0020451; Thu, 28 Apr 2005 09:28:37 +1000 From: Sam Lawrance To: Scott Long In-Reply-To: <426FDE69.8090909@samsco.org> References: <57436.216.177.243.42.1114582155.localmail@webmail.dnswatch.com> <426FDE69.8090909@samsco.org> Content-Type: text/plain Date: Thu, 28 Apr 2005 09:28:57 +1000 Message-Id: <1114644537.45212.74.camel@dirk.no.domain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: /dev/null cc: freebsd-current@freebsd.org Subject: Re: boot banner project X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Apr 2005 23:29:05 -0000 On Wed, 2005-04-27 at 12:48 -0600, Scott Long wrote: > /dev/null wrote: > > Hello any & all, > > O.K. I feel I must preface this with an acknowledgment that I *know* > > this is a silly project *because* given the *incredibly* long uptimes > > that FreeBSD is known for. >>But<< for those *few* times when FreeBSDers > > see a boot screen, shouldn't it look really nice? Shouldn't also be able > > to reflect the Administrators tastes and personality? Well, this is the > > premise for my attempting this project. But before I start, I want to > > submit an RFC. So consider this an Request for comments. This is an > > attempt to create a Graphical boot screen that initially has the > > following layout: > > (a fixed width font required to view the layout correctly) > > -------------------------------------------------------- > > | some | > > | sort | > > | of | > > | graphic goes in this area | > > |-------------------------------------------------------- > > | boot | > > | | > > | messages | > > | | > > | seen | > > | | > > | here | > > | bla... | > > | bla... | > > | bla... | > > --------------------------------------------------------- > > > > -Chris > > > Is it possible to do this without having to switch to an entirely > raster-based console? Raster consoles (like what SuSE uses) have > been discussed in the past, and the common thinking is that the > loss in reliability and loss in speed is a significant issue to > consider. For a small, non-flashy banner, grab a stack of unused characters and draw a logo into them. Much like what moused does to give us a nice pointer-shaped pointer rather than an ugly block. It'll be 1-bit, but you can pick the foreground and background color in each block from a selection of the most popular console text colours ever :) I think you could allocate the top two rows of text to this and get a nice effect without losing much. And no raster, either.