From owner-freebsd-stable@FreeBSD.ORG Thu Apr 6 11:32:34 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6E6616A425 for ; Thu, 6 Apr 2006 11:32:34 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id ECEB943D62 for ; Thu, 6 Apr 2006 11:32:32 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 06 Apr 2006 11:32:31 -0000 Received: from p54A7E496.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.228.150] by mail.gmx.net (mp039) with SMTP; 06 Apr 2006 13:32:31 +0200 X-Authenticated: #5465401 Message-ID: <4434FC48.8080102@gmx.de> Date: Thu, 06 Apr 2006 13:32:24 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060330) MIME-Version: 1.0 To: Chris References: <4434CA1F.5030506@rackspace.com> <4434E43D.7010908@gmx.de> <20060406033849.r454nl98kks8sk0s@webmail.1command.com> <4434F4D2.2080708@gmx.de> <20060406040953.zmzszeyh0ggcccg8@webmail.1command.com> In-Reply-To: <20060406040953.zmzszeyh0ggcccg8@webmail.1command.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-stable@freebsd.org Subject: Re: splash X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Apr 2006 11:32:35 -0000 Chris wrote: > Quoting "[LoN]Kamikaze" : >> >> Chris wrote: >>> Quoting "[LoN]Kamikaze" : >>> >>>> >>>> >>>> Daniel Anson wrote: >>>>> I would like to have a splash display during boot. I have edited the >>>>> loader.rc to include only include /boot/loader.4th and start. The >>>>> loader.conf, i put only splash_bmp_load="YES" and >>>>> bitmap_load="YES". It >>>>> dosent work. Where am I going wrong. >>>>> >>>>> >>>>> Any help appreciated. >>>>> >>>>> Daniel - BSD rocks! >>>> >>>> These settings work fine on my system: >>>> # splash screen settings >>>> splash_bmp_load="YES" >>>> bitmap_load="YES" >>>> bitmap_name="/boot/splash.bmp" >>>> >>>> Note that you can only use 256 colour Bitmap images. >>> >>> and size should be 320x200 >>> Last time I used one anyway. >>> >>> --Chris >>> >> >> You are wrong. > > I am right. I was forced to change the size many times to get the > image to look correct and 320x200 did the trick. I don't switch to > 1024x768 on my 20" monitor until I start X11. Perhaps this explains > the difference. > This might be a problem with the VESA compliance of your video card. But generally, it does work. I'm using a 1024x768x8 splash image on several machines with ATI and NVIDIA cards.