Date: Thu, 09 Dec 1999 17:30:52 -0500 (EST) From: John Baldwin <jhb@FreeBSD.org> To: "Network Admin [JPeterson]" <jay@qtm.net> Cc: freebsd-questions@FreeBSD.org Subject: RE: splash screen / saver Message-ID: <199912092230.RAA85686@server.baldwin.cx> In-Reply-To: <PCEIIOODPEIJJFAGCCEFKEDLCCAA.jay@qtm.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@FreeBSD.org> -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912092230.RAA85686>