Antonino A. Daplas 2cc38ed13f [PATCH] fbcon: Saner 16-color to 4-color conversion
Currently, the default linux 16-colors are converted to 4-colors by simply
dividing the values by 4.  However, this is not necessarily correct since the
first 4 colors are converted to black, rendering them invisible.

So, for black, no conversion; for light colors, convert to gray, for normal
text color, no conversion, and for bright colors, convert to intense white.

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-09-09 13:58:00 -07:00
..
2005-09-09 13:57:59 -07:00
2005-09-08 14:57:23 -07:00
2005-09-09 13:57:59 -07:00
2005-05-05 16:36:47 -07:00
2005-07-31 12:50:46 -07:00
2005-06-14 07:19:35 -07:00
2005-06-21 19:07:40 -07:00
2005-06-21 19:07:41 -07:00
2005-09-09 13:57:58 -07:00