Subject: Re: Color Depth (was: Re: NetBSD and Battery Level tool?)
To: None <cruller@unicom.net>
From: Ken Nakata <kenn@synap.ne.jp>
List: port-mac68k
Date: 08/18/1999 00:02:44
On Tue, 17 Aug 1999 08:59:25 -0500, cruller@unicom.net wrote:
> Does that mean the pb540c does 32768 colors and NetBSD is reporting it
> wrongly as 65536 colors?

I wouldn't say "wrongly", since there's no way for NetBSD to tell
which bits are used to determin pixel colors and which are not (this
piece of information is highly hardware dependent).  All NetBSD can
tell is how many bits a pixel consists of.  If a pixel consists of 16
bits, then there are 65536 combinations of the bits.  NetBSD simply
tells you how many ways of bit combination per pixel you get in the
given screen mode.

Ken