Date: Mon, 19 Jun 2000 14:18:14 +0200 From: "Jose M. Alcaide" <jose@we.lc.ehu.es> To: Maxime Henrion <mhenrion@cybercable.fr> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: bug in the syscons fonts ? Message-ID: <394E0F86.F04ACE41@we.lc.ehu.es> References: <394DF759.B8F0C662@cybercable.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
Maxime Henrion wrote: > > I've noticed a weird thing in the fonts of syscons that i think may be a > bug. I am a french user, so i have these lines in my rc.conf to have > FreeBSD correctly displaying my accentued characters : > > keymap="fr.iso.acc" > font8x8="cp850-8x8" > font8x14="cp850-8x14" > font8x16="cp850-8x16" > scrnmap="iso-8859-1_to_cp437" > > The problem is that when i type a "à" (an "a" with a backquote for > thoses who cant see it correctly), i get a "D" on the screen ! This only > occurs while i'm on a text console, not under X. > Have i done something wrong ? Thanks for help ! > Try this configuration: keymap="fr.iso.acc" font8x8="iso-8x8" font8x14="iso-8x14" font8x16="iso-8x16" (delete the "scrnmap" line). -- JMA ****** Jose M. Alcaide // jose@we.lc.ehu.es // jmas@FreeBSD.org ****** ** "Beware of Programmers who carry screwdrivers" -- Leonard Brandwein ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?394E0F86.F04ACE41>