#1653 NORM Trial-2: console corruption in new kernels with non-utf8 fonts
Zarro Boogs per Child
bugtracker at laptop.org
Mon Jun 18 15:48:14 EDT 2007
#1653: console corruption in new kernels with non-utf8 fonts
-----------------------+----------------------------------------------------
Reporter: dilinger | Owner: J5
Type: defect | Status: new
Priority: normal | Milestone: Trial-2
Component: distro | Version:
Resolution: | Keywords:
Verified: 0 |
-----------------------+----------------------------------------------------
Comment (by behdad):
Ok I worked with Egmont and he's going to submit the kernel "fix" to lkml
soonish. Here is the fix that can be easily turned into a patch:
"""below the "Glyph not found" comment
change this:
if (!(vc->vc_utf && !vc->vc_disp_ctrl) && !(c & ~charmask)) {
to this:
if ((!(vc->vc_utf && !vc->vc_disp_ctrl) || c < 128) && !(c & ~charmask)) {
"""
--
Ticket URL: <http://dev.laptop.org/ticket/1653#comment:9>
One Laptop Per Child <http://laptop.org/>
More information about the Bugs
mailing list