> > > 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. \\ msm...@freebsd.org \\ -- Joseph Merrick \\ msm...@cdrom.com To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message