From owner-freebsd-questions Sun Oct 27 21:59:12 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA01755 for questions-outgoing; Sun, 27 Oct 1996 21:59:12 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA01744 for ; Sun, 27 Oct 1996 21:59:06 -0800 (PST) Received: from plethora.cs.wustl.edu (plethora.cs.wustl.edu [128.252.165.113]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id RAA22663 for ; Sun, 27 Oct 1996 17:33:31 -0800 (PST) Received: (from jxh@localhost) by plethora.cs.wustl.edu (8.7.6/8.7.3) id TAA15585; Sun, 27 Oct 1996 19:33:09 -0600 (CST) Date: Sun, 27 Oct 1996 19:33:09 -0600 (CST) Message-Id: <199610280133.TAA15585@plethora.cs.wustl.edu> From: James Hu To: Brian Cc: questions@freebsd.org Subject: 50 line console In-Reply-To: <199610272224.QAA10573@Jupiter.Mcs.Net> References: <199610272224.QAA10573@Jupiter.Mcs.Net> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Brian writes: > I was surprised not to find this in the FAQ: How does one make a > console screen with 50 or more lines? I see that cons50 and cons60 > exist, so I would assume that there is a corresponding configuration > for the display. This is what I do, which was put together from various suggestions I found on the newsgroup: In /etc/sysconfig: replace: font8x8=NO with: font8x8=iso-8x8 In /etc/ttys: replace: ttyv1 "/usr/libexec/getty Pc" cons25 off secure with: ttyv1 "/usr/libexec/gettywrap v1 /usr/libexec/getty Pc" cons50 on secure (repeat for ttyv2 if desired) Create /usr/libexec/gettywrap: #!/bin/sh # /usr/sbin/vidcontrol