Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2001 00:54:46 +0200
From:      Giorgos Keramidas <charon@labs.gr>
To:        David Loszewski <stealth215@mediaone.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: changing console text size?
Message-ID:  <20011120225445.GI27244@hades.hell.gr>
In-Reply-To: <001801c171ef$02d68460$b5e4b184@sickness>
References:  <001801c171ef$02d68460$b5e4b184@sickness>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2001-11-20 13:13:09, David Loszewski wrote:
> Is there a way to change the text size of the console text.  On my 19"
> monitor the text is huge when I'm out of X-Windows and using console
> instead.

You can change the console video mode, by properly tweaking your
rc.conf file.  I have in mine:

    % grep allscr /etc/rc.conf
    allscreens_flags="132x25"

This makes the default console mode have 132 columns instead of the
default 80.  My 15" monitor looks a lot better with 132 columns.

For more video modes, read the manual page of vidcontrol(1) and the
description of allscreens_flags in rc.conf(5).

-giorgos


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011120225445.GI27244>