From owner-freebsd-questions Sun Mar 14 6:40: 2 1999 Delivered-To: freebsd-questions@freebsd.org Received: from hawaii.conterra.com (hawaii.conterra.com [209.12.164.32]) by hub.freebsd.org (Postfix) with ESMTP id 2A13B14DC7 for ; Sun, 14 Mar 1999 06:39:52 -0800 (PST) (envelope-from myself@conterra.com) Received: from dmaddox.conterra.com (myself@dmaddox.conterra.com [209.12.169.48]) by hawaii.conterra.com (8.8.8/8.8.7) with ESMTP id JAA29984; Sun, 14 Mar 1999 09:39:33 -0500 (EST) Received: (from myself@localhost) by dmaddox.conterra.com (8.9.3/8.9.1) id JAA00766; Sun, 14 Mar 1999 09:39:36 -0500 (EST) (envelope-from myself) Date: Sun, 14 Mar 1999 09:39:36 -0500 From: "Donald J . Maddox" To: Mark Ovens Cc: questions@FreeBSD.ORG Subject: Re: 3.1 splash screen resolution Message-ID: <19990314093936.B561@dmaddox.conterra.com> Reply-To: dmaddox@conterra.com References: <19990314133409.C269@marder-1.localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <19990314133409.C269@marder-1.localhost>; from Mark Ovens on Sun, Mar 14, 1999 at 01:34:09PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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). > 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