From owner-freebsd-mobile Sun Nov 25 17:58:11 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from www.stonehenge-net.com (dsl081-053-198.sfo1.dsl.speakeasy.net [64.81.53.198]) by hub.freebsd.org (Postfix) with ESMTP id 0DC9C37B405 for ; Sun, 25 Nov 2001 17:58:09 -0800 (PST) Received: from localhost (ben@localhost) by www.stonehenge-net.com (8.11.6/8.11.6) with ESMTP id fAQ1ufA02626; Sun, 25 Nov 2001 17:56:41 -0800 (PST) (envelope-from ben@stonehenge-net.com) Date: Sun, 25 Nov 2001 17:56:41 -0800 (PST) From: ben X-X-Sender: ben@www To: Andrew Reid Cc: freebsd-mobile@freebsd.org Subject: Re: splash screen troubles In-Reply-To: <20011126121616.A356@aviion.alfred.cx> Message-ID: <20011125175408.D2592-100000@www> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org k. so if the results of the second bit of code are null, then it just doesn't work? vidcontrol -i mode returns the following: mode# flags type size font window linear buffer ------------------------------------------------------------------------------ 24 (0x018) 0x00000001 T 80x25 8x16 0xb8000 32k 32k 0x00000000 32k 30 (0x01e) 0x00000001 T 80x50 8x8 0xb8000 32k 32k 0x00000000 32k 32 (0x020) 0x00000001 T 80x30 8x16 0xb8000 32k 32k 0x00000000 32k 34 (0x022) 0x00000001 T 80x60 8x8 0xb8000 32k 32k 0x00000000 32k but vidcontrol -i mode | egrep 'G [0-9]+x[0-9]+x8' | \ awk '{ print $5 }' | sed -e 's/x8$//' doesn't return anything. On Mon, 26 Nov 2001, Andrew Reid wrote: > > module_register_init: MOD_LOAD (splash_bmp, c038e788, 0) error 19 > > See the "Splash Screen Mini-FAQ" at http://www.baldwin.cx/splash/ > > - andrew > > -- > Andrew J. Reid "Catapultam habeo. Nisi pecuniam omnem > andrew.reid@plug.cx mihi dabis, ad caput tuum saxum immane > +61 401 946 813 mittam" > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message