Bug 32480

Summary: [syscons] Missing graphic characters in syscons font iso15-thin-8x16
Product: Base System Reporter: Florian Schrack <florian.schrack>
Component: binAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.4-STABLE   
Hardware: Any   
OS: Any   

Description Florian Schrack 2001-12-03 22:00:01 UTC
The iso15-thin-8x16.fnt distributed with FreeBSD 4.4-STABLE and
seemingly also with 5.0-CURRENT does not contain graphic characters. The
CVS log entry says they have been there since at least revision 1.1 of
the file. Nevertheless I cannot produce them on my screen.

Fix: 

A workaround for the problem is to set the terminal type to cons25w,
which tells the applications to simulate the graphic characters with
non-graphic ones. But this does not solve the real problem. However, a
solution must be possible, because the iso15-8x16 font, which apparently
uses the same encoding as the iso15-thin-8x16 font, already does things
correctly.
How-To-Repeat: I am loading the font throug /etc/rc.conf, setting the terminal type in
/etc/ttys to cons25l1. The German umlauts and the other special
characters like the euro symbol work perfectly, but I cannot get the
graphic characters to work; in /stand/sysinstall, for example, the
borders of the dialog boxes are not drawn. I suppose my configuration is
OK, because when I use the font iso15-8x16 instead, all characters
(including the graphic characters) show up correctly.
Comment 1 ru freebsd_committer freebsd_triage 2006-11-09 15:22:59 UTC
State Changed
From-To: open->closed

Superseded by PR 90082.