From owner-freebsd-hackers Wed Nov 26 10:22:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA06782 for hackers-outgoing; Wed, 26 Nov 1997 10:22:46 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA06759 for ; Wed, 26 Nov 1997 10:22:34 -0800 (PST) (envelope-from j@uriah.heep.sax.de) Received: (from uucp@localhost) by sax.sax.de (8.8.8/8.8.8) with UUCP id TAA27650 for freebsd-hackers@FreeBSD.ORG; Wed, 26 Nov 1997 19:22:32 +0100 (CET) (envelope-from j@uriah.heep.sax.de) Received: (from j@localhost) by uriah.heep.sax.de (8.8.8/8.8.5) id TAA17595; Wed, 26 Nov 1997 19:07:09 +0100 (MET) Message-ID: <19971126190709.50923@uriah.heep.sax.de> Date: Wed, 26 Nov 1997 19:07:09 +0100 From: J Wunsch To: freebsd-hackers@FreeBSD.ORG Subject: Re: Screen/font related questions... Reply-To: Joerg Wunsch References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.88 In-Reply-To: ; from Andrzej Bialecki on Wed, Nov 26, 1997 at 12:40:53AM +0100 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Andrzej Bialecki wrote: > Could somebody explain me in a few words what screenmaps are for? I'd read > the manpage but it's nonexistent... When should/can I use them? You might wanna use them when you can't load a font, but yet have a desire to display something different than the default IBM437 codeset. This eg. applies to Hercules cards. If you can load a font, that's preferable since just remapping doesn't make you all the desired characters available. Fixing your other problem in a more elegant way is IMHO impossible with the current way syscons is handling fonts (which restricts the number of simultaneously available characters to 256). pcvt addresses this problem by using 512 character cells, at the expense of having only 8 colors available. (It's also using screen mapping all the time so ISO 8859-1 or its closest approximation in IBM437 is the default.) I remember Søren mentioning the idea to use softfonts and a display running in graphics mode as another way out. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)