From owner-freebsd-questions Thu Oct 19 18:48:36 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA09375 for questions-outgoing; Thu, 19 Oct 1995 18:48:36 -0700 Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA09356 ; Thu, 19 Oct 1995 18:48:25 -0700 Received: from msmith@localhost by genesis.atrad.adelaide.edu.au (8.6.9/8.6.9) id LAA16956; Fri, 20 Oct 1995 11:52:36 +0930 From: Michael Smith Message-Id: <199510200222.LAA16956@genesis.atrad.adelaide.edu.au> Subject: Re: 50 line console display To: andi@actcom.co.il (Andi Gutmans) Date: Fri, 20 Oct 1995 11:52:35 +0930 (CST) Cc: freebsd-questions@freebsd.org, doc@freebsd.org In-Reply-To: from "Andi Gutmans" at Oct 19, 95 05:31:45 pm Content-Type: text Content-Length: 1821 Sender: owner-questions@freebsd.org Precedence: bulk Andi Gutmans stands accused of saying: > > Can someone please let me know if there's an FAQ file on how to make a 50 > line console display with FreeBSD? One that goes through the steps? > > Any refrences would be appreciated, 1) Select display fonts that suit your requirements from the set in /usr/share/syscons/fonts/* 2) Edit /etc/sysconfig and specify these fonts in the Syscons section. For 80x50 or 80x60, you will need an 8x8 font, for 80x30 an 8x14 font, and to replace the 80x25 font, specify an 8x16 font. 3) Reboot. You can also load fonts on the fly; see the 'vidcontrol' manpage. 4) Select your desired video mode with 'vidcontrol', eg. 'vidcontrol VGA_80x50' This is really about as trivial as it gets 8) If you want to have your virtual consoles default to 80x50 without you having to do this yourself, you can try this : Put this in /usr/local/libexec/gettywrap #!/bin/sh # # Frob video modes and exec arguments # vidcontrol -r white blue vidcontrol VGA_80x50 exec $* make sure it's chmodded 500 and owned by root. Then in /etc/ttys, edit the getty fields in the entries for your ttyv* ports to read : "/usr/local/libexec/gettywrap /usr/local/libexec/getty Pc" I would advice against doing this on ttyv0, as fiddling with the console is a Bad Idea in general. If someone wants to cut this out and stick it in the FAQ or the handbook, go right ahead. (I've cc'd this to -doc) > Andi Gutmans -- ]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[ ]] Genesis Software genesis@atrad.adelaide.edu.au [[ ]] High-speed data acquisition and [[ ]] realtime instrument control (ph/fax) +61-8-267-3039 [[ ]] My car has "demand start" -Terry Lambert UNIX: live FreeBSD or die! [[