fbcon and unimap

From: Fabrice Ménard
Date: Mon Apr 26 2004 - 16:05:37 EST


Hi,

Trying to solve my latin1 char problems with the framebuffer console, I found
that fbcon doesn't set a unicode map (2.6.5 kernel).

Here is the patch:

--- linux-2.6.5.original/drivers/video/console/fbcon.c 2004-04-26
21:05:57.000000000 +0200
+++ linux-2.6.5/drivers/video/console/fbcon.c 2004-04-26 22:06:04.000000000
+0200
@@ -609,6 +609,7 @@
fb_display[unit].scrollmode = SCROLL_YNOMOVE;
else
fb_display[unit].scrollmode = SCROLL_YREDRAW;
+ con_set_default_unimap(unit);
fbcon_set_display(vc, init, !init);
}

Don't know if it helps; I cc this message to the mainainer for an eventual
inclusion in the next release.


ps: if my english is too bad, please send me a note !
--
Fabrice Ménard
menard.fabrice@xxxxxxxxxx


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/