From owner-freebsd-questions@FreeBSD.ORG Sat Apr 10 10:05:06 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 DF4E216A4CF for ; Sat, 10 Apr 2004 10:05:06 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1737C43D48 for ; Sat, 10 Apr 2004 10:05:06 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp38-176.lns1.adl1.internode.on.net [150.101.38.176])i3AH52eZ094691; Sun, 11 Apr 2004 02:35:02 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: at home To: "Colin J. Raven" , freebsd-questions@freebsd.org Date: Sun, 11 Apr 2004 02:35:01 +0930 User-Agent: KMail/1.4.3 References: <1081609360.1553.184216305@webmail.messagingengine.com> In-Reply-To: <1081609360.1553.184216305@webmail.messagingengine.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200404110235.01488.malcolm.kay@internode.on.net> Subject: Re: Changing the default text size on console session 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: Sat, 10 Apr 2004 17:05:07 -0000 On Sunday 11 April 2004 00:32, Colin J. Raven wrote: > Hi all! > > My question may not be specific to FreeBSD, but can anyone tell me how = to > change the default font size on a console (directly connected monitor) > session when there is no X running? > > I'm used to accessing BSD boxes remotely via Putty, but now I have one = at > home plus a decent size monitor, and the text size is just overwhelming= =2E > Since you can't page up/down in a console session, it's proving to be > somewhat of a problem. > It is not too clear what you want. Do you wish to change the font, screen lines etc through a Putty console= ; or on a console displaying on the BSD machine. In the latter case use vidcontrol -- see the man page. To get much flexib= ility you'll need to load the vesa.ko kernel module. As for scrolling; this is turned on and off by the scroll-lock key. Malcolm =20