Date: Tue, 12 Oct 2004 15:38:00 GMT From: Satoshi KImura <satosi.kimura@nifty.ne.jp> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/72585: iso05-8x16.fnt lacks letter q Message-ID: <200410121538.i9CFc0TM049761@www.freebsd.org> Resent-Message-ID: <200410121540.i9CFeI9J028780@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 72585
>Category: misc
>Synopsis: iso05-8x16.fnt lacks letter q
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Oct 12 15:40:17 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Satoshi KImura
>Release: 4.9
>Organization:
personal
>Environment:
FreeBSD yukikaze.yukikaze.or.jp 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Fri Apr 23 19:59:40 JST 2004 tuner@yukikaze.yukikaze.or.jp:/usr/src/sys/compile/Yuki98 i386
>Description:
If we select iso05-8x16.fnt on console, letter `q' do not appear.
>How-To-Repeat:
1. login on console
2. run vidfont on su and select iso05-8x16.fnt
3. type q on comannd line or run top comannd and type q to quit.
The letter `q' is detected but not appear on console.
>Fix:
This trouble is caused by the mistake on "iso05-8x16.fnt"
itself. The pattern of 'q' is not proper but null string.
Use following patch or set proper pattern.
This patch makes use of the pattern of `q' on "iso-8x16.fnt".
--- iso05-8x16.fnt.org Tue Oct 28 00:25:51 2003
+++ iso05-8x16.fnt Tue Oct 12 23:47:07 2004
@@ -1,4 +1,3 @@
-# $FreeBSD: src/share/syscons/fonts/iso05-8x16.fnt,v 1.2.2.1 2002/04/14 15:40:5
3 phantom Exp $
begin 644 iso05-8x16
M````````````````````````````````````````````````````````````
M````````````````````````````````````````````````````````````
@@ -40,7 +39,7 @@
M`.!@8&QV9F9F9N8````````8&``X&!@8&!@\````````!@8`#@8&!@8&!F9F
M/````.!@8&9L>'AL9N8````````X&!@8&!@8&!@\````````````[/[6UM;6
MQ@```````````-QF9F9F9F8```````````!\QL;&QL9\````````````W&9F
-M9F9F?&!@\`````````````````````````````#<=F9@8&#P````````````
+M9F9F?&!@\````````';,S,S,S'P,#!X```````#<=F9@8&#P````````````
M?,9@.`S&?````````!`P,/PP,#`P-AP```````````#,S,S,S,QV````````
M````9F9F9F8\&````````````,;&UM;6_FP```````````#&;#@X.&S&````
M````````QL;&QL;&?@8,^````````/[,&#!@QOX````````.&!@8<!@8&!@.
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410121538.i9CFc0TM049761>
