diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2005-09-09 13:04:38 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 13:58:00 -0700 |
commit | 2cc38ed13f1b0f9d80a2d0acc2916af94922f27e (patch) | |
tree | a556d3b71c2bca72762255f79f2de17a606382a7 /MAINTAINERS | |
parent | b8c909454f046b59065c6997b651fe20cd90c0f4 (diff) |
[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>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions