diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2005-09-09 22:04:38 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 22:58:00 +0200 |
commit | 2cc38ed13f1b0f9d80a2d0acc2916af94922f27e (patch) | |
tree | a556d3b71c2bca72762255f79f2de17a606382a7 /drivers/char/vt.c | |
parent | [PATCH] fbdev: Fix greater than 1 bit monochrome color handling (diff) | |
download | linux-2cc38ed13f1b0f9d80a2d0acc2916af94922f27e.tar.xz linux-2cc38ed13f1b0f9d80a2d0acc2916af94922f27e.zip |
[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 'drivers/char/vt.c')
0 files changed, 0 insertions, 0 deletions