Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 May 1999 09:23:27 -0700
From:      Mike Smith <mike@smith.net.au>
To:        Kenneth Wayne Culver <culverk@wam.umd.edu>
Cc:        Mike Smith <mike@smith.net.au>, freebsd-current@freebsd.org
Subject:   Re: splash screen broken?? 
Message-ID:  <199905281623.JAA00805@dingo.cdrom.com>
In-Reply-To: Your message of "Thu, 27 May 1999 23:05:00 EDT." <Pine.GSO.3.95q.990527230201.5383A-100000@rac1.wam.umd.edu> 

next in thread | previous in thread | raw e-mail | index | archive | help
> > > Whenever I try to load the splash screen (300x200 256 colors) the modules
> > > seem to load right, however, when the kernel boots, it gives me an error
> > > about mod_register_init or something of that nature, I was just testing
> > > the config... I tried these commands at the boot loader.
> > 
> Here it is... I typed the exact same lines into the bootloader that I
> showed you in my last mail, and here is my dmesg output... I also have the
> line
> 
> pseudo-device splash
> 
> in my kernel so I know that's not the problem.
...
> module_register_init: MOD_LOAD (splash_bmp, c028162c, 0) error 19

That's what we needed to see.  Error 19 is ENODEV; this means you 
either don't have VESA support compiled in, haven't loaded the VESA 
module, or your VESA BIOS doesn't support a mode that allows 
a 300x200x8 image to be displayed.

-- 
\\  The mind's the standard       \\  Mike Smith
\\  of the man.                   \\  msmith@freebsd.org
\\    -- Joseph Merrick           \\  msmith@cdrom.com




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199905281623.JAA00805>