From owner-freebsd-questions Thu Dec 9 14:31:16 1999 Delivered-To: freebsd-questions@freebsd.org Received: from server.baldwin.cx (jobaldwi.campus.vt.edu [198.82.67.146]) by hub.freebsd.org (Postfix) with ESMTP id 8750815033 for ; Thu, 9 Dec 1999 14:31:06 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from john.baldwin.cx (john [10.0.0.2]) by server.baldwin.cx (8.9.3/8.9.3) with ESMTP id RAA85686; Thu, 9 Dec 1999 17:30:53 -0500 (EST) (envelope-from jhb@FreeBSD.org) Message-Id: <199912092230.RAA85686@server.baldwin.cx> X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 09 Dec 1999 17:30:52 -0500 (EST) From: John Baldwin To: "Network Admin [JPeterson]" Subject: RE: splash screen / saver Cc: freebsd-questions@FreeBSD.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 09-Dec-99 Network Admin [JPeterson] wrote: > {~}-=# cat /boot/loader.conf ># This is loader.conf [ snip ] Looks fine, although you have a lot of extra stuff in there that you don't need, you really only need the autoboot_delay, userconfig_script_load, splash_bmp_load, and bitmap_load options. You don't need the VESA KLD because you have it compiled into your kernel. > {~}-=# cat /boot/loader.rc > \ Loader.rc [ snip ] Also looks fine.. > {~}-=# dmesg | grep splash > Preloaded elf module "splash_bmp.ko" at 0xc02c20ec. > module_register_init: module_register(splash_bmp, c02b7694, 0) error 2 ^^^^^^^ Well, this is the relevant info. :) Do you actually have a splash screen in a bitmap file named "splash.bmp" in the "/boot" directory? > {~}-=# cat /usr/src/sys/i386/conf/QTM | (well, heres the lines you wanted) [ snip ] Looks fine. -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message