summaryrefslogtreecommitdiffstats
path: root/drivers/char/vt.c
diff options
context:
space:
mode:
authorAntonino A. Daplas <adaplas@gmail.com>2005-09-09 13:04:38 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-09-09 13:58:00 -0700
commit2cc38ed13f1b0f9d80a2d0acc2916af94922f27e (patch)
treea556d3b71c2bca72762255f79f2de17a606382a7 /drivers/char/vt.c
parentb8c909454f046b59065c6997b651fe20cd90c0f4 (diff)
downloadop-kernel-dev-2cc38ed13f1b0f9d80a2d0acc2916af94922f27e.zip
op-kernel-dev-2cc38ed13f1b0f9d80a2d0acc2916af94922f27e.tar.gz
[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
OpenPOWER on IntegriCloud