From owner-freebsd-current Mon Jan 11 17:16:20 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id RAA02547 for freebsd-current-outgoing; Mon, 11 Jan 1999 17:16:20 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from outmail.utsunomiya-u.ac.jp (outmail.utsunomiya-u.ac.jp [160.12.196.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id RAA02542 for ; Mon, 11 Jan 1999 17:16:17 -0800 (PST) (envelope-from yokota@zodiac.mech.utsunomiya-u.ac.jp) Received: from zodiac.mech.utsunomiya-u.ac.jp (IDENT:zbOYDxiLVC71c4ItzS5VIE5WUHq2t4oy@zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by outmail.utsunomiya-u.ac.jp (8.9.1/8.9.1) with ESMTP id KAA05233; Tue, 12 Jan 1999 10:15:32 +0900 (JST) Received: from zodiac.mech.utsunomiya-u.ac.jp (zodiac.mech.utsunomiya-u.ac.jp [160.12.42.1]) by zodiac.mech.utsunomiya-u.ac.jp (8.7.6+2.6Wbeta7/3.4W/zodiac-May96) with ESMTP id KAA29737; Tue, 12 Jan 1999 10:17:59 +0900 (JST) Message-Id: <199901120117.KAA29737@zodiac.mech.utsunomiya-u.ac.jp> To: Kevin Street cc: current@FreeBSD.ORG, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: Splash crash In-reply-to: Your message of "11 Jan 1999 19:20:56 EST." <87ogo5wdcn.fsf@mired.eh.local> References: <87ogo5wdcn.fsf@mired.eh.local> Date: Tue, 12 Jan 1999 10:17:58 +0900 From: Kazutaka YOKOTA Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >Any idea what's causing this? > >Preloaded elf kernel "kernel" at 0xf0285000. >Preloaded userconfig_script "/boot/kernel.config" at 0xf028509c. >Preloaded splash_image_data "/boot/sandstone.bmp" at 0xf02850ec. >Preloaded elf module "splash_bmp.ko" at 0xf028513c. >module_register_init: module_register(splash_bmp, f0281570, 0) error 19 I expect your kernel is not actually panicing or crashing. You just don't see the BMP file displayed, right? The current version of splash_bmp.ko is very limited. The color depth must be 8 bpp (256 color), and the size must be 320x200 or smaller. If your BMP file doesn't satisfy these conditions, splash_bmp.ko will return error 19 (ENODEV). These restriction may be relaxed in the future (no delivery date is promised, though). Um, yes, there is another possibility of error. If the video driver finds it unable to switch video modes on your video card, splash_bmp.ko will fail too. Run the `dmesg' command and see if it shows something like "...video mode switching is only partially supported..." among boot messages. There is no fix for this at the moment. Sorry. Kazu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message