From owner-freebsd-stable Fri Jul 9 15:43:35 1999 Delivered-To: freebsd-stable@freebsd.org Received: from pluto.ipass.net (pluto.ipass.net [198.79.53.5]) by hub.freebsd.org (Postfix) with ESMTP id 6556A14E10 for ; Fri, 9 Jul 1999 15:43:29 -0700 (PDT) (envelope-from rhh@ipass.net) Received: from stealth.ipass.net. (ppp-3-8.dialup.rdu.ipass.net [209.170.134.8]) by pluto.ipass.net (8.9.3/8.9.3) with ESMTP id SAA04094; Fri, 9 Jul 1999 18:43:23 -0400 (EDT) Received: (from rhh@localhost) by stealth.ipass.net. (8.9.3/8.8.8) id SAA03384; Fri, 9 Jul 1999 18:45:27 -0400 (EDT) (envelope-from rhh) Date: Fri, 9 Jul 1999 18:45:27 -0400 From: Randall Hopper To: Kazutaka YOKOTA Cc: stable@freebsd.org Subject: Re: Splash Background Color Message-ID: <19990709184527.A1225@ipass.net> References: <199907082225.SAA06505@smtp3.erols.com> <19990708193133.A6924@ipass.net> <19990708214304.A1736@ipass.net> <199907090410.NAA25966@zodiac.mech.utsunomiya-u.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.1i In-Reply-To: <199907090410.NAA25966@zodiac.mech.utsunomiya-u.ac.jp>; from Kazutaka YOKOTA on Fri, Jul 09, 1999 at 01:10:45PM +0900 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kazutaka YOKOTA: |>Is there a way to change the background (overscan) color used to display |>VESA splash pics? |> |>Those saturn splash screens look nice, but the overscan is fire engine |>read -- most annoying. ... |What you see as the background and border color is whichever color happen |to be set in the color palette 0 in the bitmap file. ... 1) |assumption that bitmap files tend to store frequently used colors at the |beginning of the color palette table ... 2) |Alternative approach would be that we search for "black" palette and use |that palette index number to fill the background. If there's some cool tool that we can point people to, which will let them easily put the preferred background color in slot 0 in the bitmap file's color table and rewrite the file, then Option #1 sounds like a good way to go. If there isn't, I'd be interested in a way to do Option #2. |As for options to specify the background color, you cannot specify the |background color by some options to the splash decoders. AFAIK, there |is no way to pass option strings to the KLD module... Ok. Thanks, Randall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message