From: Antonino A. Daplas Date: Fri, 9 Sep 2005 20:04:38 +0000 (-0700) Subject: [PATCH] fbcon: Saner 16-color to 4-color conversion X-Git-Tag: v2.6.14-rc1~321 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc38ed13f1b0f9d80a2d0acc2916af94922f27e;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed