Skip site navigation (1)Skip section navigation (2)
Date:      29 May 1999 12:13:30 +0200
From:      Dag-Erling Smorgrav <des@flood.ping.uio.no>
To:        Mike Smith <mike@smith.net.au>
Cc:        Kenneth Wayne Culver <culverk@wam.umd.edu>, freebsd-current@FreeBSD.ORG
Subject:   Re: splash screen broken??
Message-ID:  <xzpzp2ombed.fsf@localhost.ping.uio.no>
In-Reply-To: Mike Smith's message of "Fri, 28 May 1999 09:23:27 -0700"
References:  <199905281623.JAA00805@dingo.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Mike Smith <mike@smith.net.au> writes:
> > 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.

320x200x8 has nothing to do with VESA. If no VESA modes are available,
splash_bmp falls back to M_VGA_CG320, which should be available on all
VGA compatible frame buffers.

ENODEV from splash_bmp can also mean that no image is loaded, or that
the image is invalid.

DES
-- 
Dag-Erling Smorgrav - des@flood.ping.uio.no


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?xzpzp2ombed.fsf>