From owner-freebsd-questions@FreeBSD.ORG Tue Jun 15 21:17:16 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A965F1065670 for ; Tue, 15 Jun 2010 21:17:16 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 6671C8FC14 for ; Tue, 15 Jun 2010 21:17:16 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.3/8.14.3) with ESMTP id o5FLHFZg065481; Tue, 15 Jun 2010 15:17:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.3/8.14.3/Submit) with ESMTP id o5FLHFHA065478; Tue, 15 Jun 2010 15:17:15 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 15 Jun 2010 15:17:15 -0600 (MDT) From: Warren Block To: David DEMELIER In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.5 (wonkity.com [127.0.0.1]); Tue, 15 Jun 2010 15:17:15 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: splash screen does go away X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jun 2010 21:17:16 -0000 On Tue, 15 Jun 2010, David DEMELIER wrote: > I just wanted to try a splash at boot, so I compiled my kernel with > these options : > > device splash > options SC_PIXEL_MODE > options VESA > options X86BIOS > > And added to my /boot/loader.conf : > > splash_bmp_load="YES" > bitmap_load="YES" > bitmap_name="/boot/splash.bmp" > > Where splash.bmp is a 1024x768 picture. > > It works well, but after the boot, the splash does not die and I must > press some key to remove it. For the moment I found a workaround to > prevent this by adding to the /etc/rc.conf : > > allscreens_flags="MODE_291" > > Is this behavior expected or is it a bug? Don't know if it's a bug, but the splash screen is also used as a screen saver blank screen in some interaction I've never quite figured out. See vidcontrol's -t option and allscreens_flags in /etc/defaults/rc.conf. -Warren Block * Rapid City, South Dakota USA