Linux Desktop Question

Suspended
Joined
18 Oct 2002
Posts
9,480
Just installed Mandrivas PowerPack on my Dell laptop. It works perfectly, and all devices have been picked up. I'm running KDE 3.5, but for some reason I can't seem to set my desktop colour depth to 32 bit, 24 bit is as high as it will let me go.

Any ideas?
 
You won't ever be able to get it to 32-bit color. However, that's not a problem:
Wikipedia said:
"32-bit color" is a misnomer when regarding display color depth. A common misconception is that 32-bit color produces 4,294,967,296 distinct colors.

In reality, 32-bit color actually refers to 24-bit color (Truecolor) with an additional 8 bits either as empty padding space or to represent an alpha channel. Considering red, green, and blue use the same amount of bits for their respective color (with the exception of 16-bit color), the total bits used will be a multiple of 3: like 15-bit color (5 bits each) and 24-bit color (8 bits each). The reason for using empty space is that all but the newest modern computers process data internally in units of 32 bits; as such, using this amount for each pixel can allow optimizations.
 
Back
Top Bottom