Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 1999 09:39:36 -0500
From:      "Donald J . Maddox" <dmaddox@conterra.com>
To:        Mark Ovens <marko@uk.radan.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: 3.1 splash screen resolution
Message-ID:  <19990314093936.B561@dmaddox.conterra.com>
In-Reply-To: <19990314133409.C269@marder-1.localhost>; from Mark Ovens on Sun, Mar 14, 1999 at 01:34:09PM %2B0000
References:  <19990314133409.C269@marder-1.localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Mar 14, 1999 at 01:34:09PM +0000, Mark Ovens wrote:
> I can't get the splash screen in 3.1 to work at greater than 320x200
> resolution (it works fine at 320x200).
<SNIP>
> Has anyone any idea what's wrong??. Thanks
> 
> My /boot/loader.rc:
> 
> 	load /kernel
> 	load -t userconfig_script /kernel.config
> 	load -t splash_image_data /dawn.bmp
> 	load vesa
> 	load splash_bmp
> 	autoboot

This is just a wild guess, but maybe you should try loading the splash
image AFTER vesa, like this:

       load /kernel
       load vesa
       load -t userconfig_script /kernel.config 
       load -t splash_image_data /dawn.bmp 
       load splash_bmp
       autoboot
 



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?19990314093936.B561>