From owner-freebsd-stable@FreeBSD.ORG Thu Apr 6 09:49:56 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 0B7DE16A401 for ; Thu, 6 Apr 2006 09:49:56 +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 3C11C43D46 for ; Thu, 6 Apr 2006 09:49:55 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 06 Apr 2006 09:49:53 -0000 Received: from p54A7E496.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.228.150] by mail.gmx.net (mp042) with SMTP; 06 Apr 2006 11:49:53 +0200 X-Authenticated: #5465401 Message-ID: <4434E43D.7010908@gmx.de> Date: Thu, 06 Apr 2006 11:49:49 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5 (X11/20060330) MIME-Version: 1.0 To: Daniel Anson References: <4434CA1F.5030506@rackspace.com> In-Reply-To: <4434CA1F.5030506@rackspace.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 09:49:56 -0000 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.