From owner-freebsd-questions@FreeBSD.ORG Tue Jun 15 20:48:19 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 881D21065670 for ; Tue, 15 Jun 2010 20:48:19 +0000 (UTC) (envelope-from demelier.david@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 153008FC0C for ; Tue, 15 Jun 2010 20:48:18 +0000 (UTC) Received: by bwz8 with SMTP id 8so395578bwz.13 for ; Tue, 15 Jun 2010 13:48:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=2yao8gNEVB5yNRgV5b0yhOMQyNTTxpRG79/egjYI6oA=; b=tPL+qTi6ZQX2cdALCIEIvQFHAOOTmeIsig4MmkkMQ/c1YPmyIh2SqCQ1OtuYl09N+/ +8ZKVtvxYIaxtOtjbcaNW3orsAxE1a1zgSMiZMtFE8RnKf659QVeJMCte8WLQSpEWVIu AXI9uAtA+k5fleT4ErG3pBgOgY7QUSDZ27eEo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=uHfPrqMAGdnYsIKtDH4QLNFTQ8X3dW5+bt0EmLR5F/pLkIoYzNgCcYyUeV8mRNhDKF f8ISdT963+WVQ57N867OiuGVhS6t/PODSRKo53u9FnTQ0w+m8lwX2yGvDyV5HTt465ir PyxLQS73F6bKt/0TOBzEw5pVZZ86YySvcjjNQ= MIME-Version: 1.0 Received: by 10.204.3.199 with SMTP id 7mr5838106bko.202.1276634897771; Tue, 15 Jun 2010 13:48:17 -0700 (PDT) Received: by 10.204.123.202 with HTTP; Tue, 15 Jun 2010 13:48:17 -0700 (PDT) Date: Tue, 15 Jun 2010 22:48:17 +0200 Message-ID: From: David DEMELIER To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: 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 20:48:19 -0000 Hi, 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? Kind regards. -- Demelier David