From owner-freebsd-current Sat May 29 7:16:33 1999 Delivered-To: freebsd-current@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 5113F15210 for ; Sat, 29 May 1999 07:16:30 -0700 (PDT) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.1) id QAA12319; Sat, 29 May 1999 16:16:08 +0200 (CEST) (envelope-from des) To: Dag-Erling Smorgrav Cc: Mike Smith , Kenneth Wayne Culver , freebsd-current@FreeBSD.ORG Subject: Re: splash screen broken?? References: <199905281623.JAA00805@dingo.cdrom.com> From: Dag-Erling Smorgrav Date: 29 May 1999 16:16:08 +0200 In-Reply-To: Dag-Erling Smorgrav's message of "29 May 1999 12:13:30 +0200" Message-ID: Lines: 17 X-Mailer: Gnus v5.5/Emacs 19.34 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dag-Erling Smorgrav writes: > ENODEV from splash_bmp can also mean that no image is loaded, or that > the image is invalid. Specifically, splash_bmp will return ENODEV if one of the following holds: - no image is loaded - the image data has a negative length (!) - the first two bytes are not 0x4d42 - the compression format is not RGB, RLE4 or RLE8 - the image size and / or color depth does not match any supported mode (320x200, 640x480, 800x600 or 1024x768 in 8-bit color) 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