From owner-freebsd-questions@FreeBSD.ORG Mon May 12 17:25:53 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED12C37B401 for ; Mon, 12 May 2003 17:25:53 -0700 (PDT) Received: from ntli.net (pc1-glfd2-4-cust59.glfd.cable.ntl.com [81.99.187.59]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFA0F43FE3 for ; Mon, 12 May 2003 17:25:52 -0700 (PDT) (envelope-from william@palfreman.com) Received: from aqua.lan.palfreman.com (localhost [127.0.0.1]) by ntli.net (8.12.3p2/8.12.3) with ESMTP id h4D0aRNS000300 for ; Tue, 13 May 2003 01:36:27 +0100 (BST) (envelope-from william@palfreman.com) Received: from localhost (william@localhost)h4D0aQxf000297 for ; Tue, 13 May 2003 01:36:27 +0100 (BST) X-Authentication-Warning: aqua.lan.palfreman.com: william owned process doing -bs Date: Tue, 13 May 2003 01:36:26 +0100 (BST) From: William Palfreman To: questions@freebsd.org Message-ID: <20030513013100.Y279@ndhn.yna.cnyserzna.pbz> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: setting every VT to 80x30 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 00:25:54 -0000 I'm currently using vidcontrol 80x30 in .profile to change my screen resolution for each VT. How can I make all of them do this by default? The current way is ugly IMO. Putting vidcontrol 80x30 into rc.local just affects ttyv0, not the rest. TIA, Bill.