From owner-freebsd-hackers Sun Jun 2 17:06:29 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA20424 for hackers-outgoing; Sun, 2 Jun 1996 17:06:29 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA20419; Sun, 2 Jun 1996 17:06:26 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id KAA12871; Mon, 3 Jun 1996 10:05:14 +1000 Date: Mon, 3 Jun 1996 10:05:14 +1000 From: Bruce Evans Message-Id: <199606030005.KAA12871@godzilla.zeta.org.au> To: bde@freebsd.org, pjf@cts.com Subject: Re: bugs Cc: hackers@freebsd.org Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Another problem: >% vidcontrol VGA_80x50 >Cannot set videomode: Invalid argument >VGA_80x25 and VGA_40x25 work fine, for what it's worth. You have to previously load an 8 bit high font for 50 lines. E.g., using `vidcontrol -f 8x8 /usr/share/syscons/fonts/iso-8x8.fnt'. The font path can be abbreviated to iso-8x8. The path searching doesn't seem to be documented. Bruce