Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2012 12:37:32 +0000
From:      RW <rwmaillists@googlemail.com>
To:        freebsd-hackers@freebsd.org
Subject:   Re: Graphical Terminal Environment
Message-ID:  <20120306123732.098d481a@gumby.homeunix.com>
In-Reply-To: <D7616156-E33B-47E1-9059-9A18A559F2C7@kbct.de>
References:  <CAGSJxJ7yRZJydw7fNGyTnsykfsJf2Q0VzoFbKX-%2BSgNspiOhoA@mail.gmail.com> <4F55A0EA.8000300@gmail.com> <CAGSJxJ5BBPkrjwGFLomFvoj%2Bh_qaEmqT%2Bi6tVx__tBVf4yZDYg@mail.gmail.com> <CA%2BtpaK3Fp8m%2B0ccAjiAAKj_JJ1nQEYRBSwg_sYEPqOoWJgUfog@mail.gmail.com> <CAGSJxJ7i-fiNQieACQcKVd%2BvrKvL7eMiwHBq60rUKB=8i5vQiQ@mail.gmail.com> <D7616156-E33B-47E1-9059-9A18A559F2C7@kbct.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 6 Mar 2012 10:31:49 +0100
Bj=F6rn Oelke wrote:

> Am 06.03.2012 um 06:48 schrieb Brandon Falk:
> > I havent tried tmux yet, but on my system im only able to get 80x40
> > with vidcontrol on one monitor. But with xterm in xorg i can get
> > 319x89 per monitor. Until i get about half of that, i wont be
> > convinced to use something existing. Anyways, I'm off to sleep.
>=20
>=20
> Have you tried VESA's SC_PIXEL_MODE? It's a kernel option and IIRC it
> works on amd64 since 8.1. `vidcontrol MODE_282` gave me 1280x1024
> pixels. But to be honest, this was about two years ago.

Since I did this recently, you need to build with=20

options VESA
options SC_PIXEL_MODE

Then run vidcontrol -i mode to get a list of modes. Choose one and
then run vidcontrol with something like:

-g 160x64 MODE_283

where 160x64 comes from dividing the mode's font size into its
resolution. You can make that automatic by adding

allscreens_flags=3D"-h 2000 -g 160x64 MODE_283"

to rc.conf

BTW does anyone know what the character at the end of the size field is
in the "vidcontrol -i mode" output, I'm seeing "D","P" or "4" on the
graphics modes.



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