From owner-freebsd-questions Wed Jan 17 09:13:10 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA22669 for questions-outgoing; Wed, 17 Jan 1996 09:13:10 -0800 (PST) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA22664 for ; Wed, 17 Jan 1996 09:13:08 -0800 (PST) Received: (from dgy@localhost) by seagull.rtd.com (8.6.12/8.6.12) id KAA02185 for freebsd-questions@freefall.cdrom.com; Wed, 17 Jan 1996 10:13:07 -0700 From: Don Yuniskis Message-Id: <199601171713.KAA02185@seagull.rtd.com> Subject: syscons/vidcontrol stuff To: freebsd-questions@freefall.FreeBSD.org Date: Wed, 17 Jan 1996 10:13:07 -0700 (MST) X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG Precedence: bulk Greetings! Syscons apparently uses the "standard" fonts available in the display adapter as defaults. There doesn't seem to be a provision to "dump" the font settings in effect at any given time (i.e. an analog to the -d vidcontrol option). So, if you change any/all of the fonts in use, how can you restore the original font set? A vidcontrol hook to allow dumping the fonts would allow you to manually reload them (e.g., from a temporary file into which they were dumped). Or, a switch which reloads the default fonts (e.g., an analog to the -L vidcontrol switch). Thx, --don