Re: ISO-8859-2 support oddities

Jakub Jelinek (jj@sunsite.ms.mff.cuni.cz)
Tue, 11 Aug 1998 15:52:53 +0200 (MET DST)


>
> Welcome <Linux-Kernel>!
>
> Something is wrong with console fonts support in 2.1.115. ISO-8859-2
> fonts aren't displayed properly, the psf file needs to be reloaded after
> each login :(
> I'll try to go into the code now, but if someone has already solved this
> problem, please post the patch to l-k.

If that is with vgacon, then this pseudopatch should help you (it is a part
of a large patch, but I don't have time right now to make it (or you can
check it out from vger CVS)):

drivers/char/console.c:

vt_cons[currcons] = NULL;
return -ENOMEM;
}
- con_set_default_unimap(currcons);
+ if (!*vc_cons[currcons].d->vc_uni_pagedir_loc)
+ con_set_default_unimap(currcons);
screenbuf = (unsigned short *) q;
kmalloced = 1;

Cheers,
Jakub
___________________________________________________________________
Jakub Jelinek | jj@sunsite.mff.cuni.cz | http://sunsite.mff.cuni.cz
Administrator of SunSITE Czech Republic, MFF, Charles University
___________________________________________________________________
Ultralinux - first 64bit OS to take full power of the UltraSparc
Linux version 2.1.115 on a sparc64 machine (498.80 BogoMips).
___________________________________________________________________

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html