From owner-freebsd-hackers Wed May 7 03:50:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA16115 for hackers-outgoing; Wed, 7 May 1997 03:50:07 -0700 (PDT) Received: from whqvax.picker.com (whqvax.picker.com [144.54.1.1]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id DAA16067; Wed, 7 May 1997 03:49:07 -0700 (PDT) Received: from ct.picker.com by whqvax.picker.com with SMTP; Wed, 7 May 1997 6:48:02 -0400 (EDT) Received: from elmer.ct.picker.com ([144.54.57.34]) by ct.picker.com (4.1/SMI-4.1) id AA12285; Wed, 7 May 97 06:48:00 EDT Received: by elmer.ct.picker.com (SMI-8.6/SMI-SVR4) id GAA01695; Wed, 7 May 1997 06:47:23 -0400 Message-Id: <19970507064722.04811@ct.picker.com> Date: Wed, 7 May 1997 06:47:22 -0400 From: Randall Hopper To: Michael Smith Cc: msmith@freebsd.org, sos@freebsd.org, hackers@freebsd.org Subject: Re: 2.2 Splashkit References: <19970506190102.08747@ct.picker.com> <199705070134.LAA15978@genesis.atrad.adelaide.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199705070134.LAA15978@genesis.atrad.adelaide.edu.au>; from Michael Smith on Wed, May 07, 1997 at 11:04:11AM +0930 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Michael Smith: |Randall Hopper stands accused of saying: |> I'd leave it enabled in my kernel with a nifty picture if it would |> auto-dismiss itself when booting gets to the syscons login prompt. | |Hmm, I don't actually think it should disappear with the login prompt; |it should stay there being pretty if the system isn't being dinked with. | |Currently, I am leaning towards having it disappear on any keypress. Hmmm, not sure I understand where you're coming from. If you're sitting at the text login prompt, why would you want the splash page to stay up? Seems to me that the purpose of a splash is to hide all the start-up messages, and give the user something cool to look at that lets them know the machine's not locked up. I guess it'd be the same deal if one had xdm installed. Splash page should stay up until the xdm login pops up. |There's some provision for palette rotation already; the real problem is |just arranging for the rotation on a useful basis - the console driver Sounds good. How does one make use of it? A quick scan of the patched syscons.c doesn't reveal it to me. I see where the palette is loaded from the BMP and where its dumped to the VGA, but I don't find any mention of the palette rotation (except in a comment). Randall