From owner-freebsd-questions@FreeBSD.ORG Sun Apr 11 06:36:18 2004 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 D462016A4CE for ; Sun, 11 Apr 2004 06:36:18 -0700 (PDT) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id B63B643D45 for ; Sun, 11 Apr 2004 06:36:18 -0700 (PDT) (envelope-from underway@comcast.net) Received: from localhost.localdomain (c-24-17-47-224.client.comcast.net[24.17.47.224]) by comcast.net (rwcrmhc11) with ESMTP id <2004041113361801300srtsme>; Sun, 11 Apr 2004 13:36:18 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) i3BDaBN7082799; Sun, 11 Apr 2004 06:36:12 -0700 (PDT) (envelope-from underway@comcast.net) Received: (from jojo@localhost) by localhost.localdomain (8.12.11/8.12.11/Submit) id i3BDa5Fs082798; Sun, 11 Apr 2004 06:36:05 -0700 (PDT) (envelope-from underway@comcast.net) To: "Colin J. Raven" References: <1081609360.1553.184216305@webmail.messagingengine.com> <200404110235.01488.malcolm.kay@internode.on.net> <1081618039.14439.184220334@webmail.messagingengine.com> From: underway@comcast.net (Gary W. Swearingen) Date: Sun, 11 Apr 2004 06:36:04 -0700 In-Reply-To: <1081618039.14439.184220334@webmail.messagingengine.com> (Colin J. Raven's message of "Sat, 10 Apr 2004 19:27:19 +0200") Message-ID: <1iad1iocvv.d1i@mail.comcast.net> User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Reasonable Discussion, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Changing the default text size on console session [SOLVED] 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: Sun, 11 Apr 2004 13:36:18 -0000 "Colin J. Raven" writes: > Greetings and thanks/kudos to all respondents on this issue. > > The short form of the answer - for the archives - is: > > man vidcontrol (yes, really) Another answer (to switch to a much smaller text size): Put this in your /boot/loader.conf vesa_load="YES" and put something like this in your /etc/rc.conf font8x16="/usr/share/syscons/fonts/iso15-thin-8x16.fnt" font8x8="/usr/share/syscons/fonts/cp437-thin-8x8.fnt" allscreens_flags="132x43" That's what I'm using, but I'm wondering why I have those two font definitions there.