Date: Sun, 25 Nov 2001 17:56:41 -0800 (PST) From: ben <ben@www.stonehenge-net.com> To: Andrew Reid <andrew.reid@plug.cx> Cc: freebsd-mobile@freebsd.org Subject: Re: splash screen troubles Message-ID: <20011125175408.D2592-100000@www> In-Reply-To: <20011126121616.A356@aviion.alfred.cx>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011125175408.D2592-100000>