Dag-Erling Smorgrav <d...@flood.ping.uio.no> 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 - d...@flood.ping.uio.no


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to