Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2005 15:11:25 +0200
From:      =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de>
To:        bob self <bobself@charter.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: higher resolution console screen?
Message-ID:  <4332AD7D.9020801@cs.tu-berlin.de>
In-Reply-To: <4332993B.3000904@charter.net>
References:  <43320FF5.3000706@charter.net> <43321293.2070201@cs.tu-berlin.de> <4332993B.3000904@charter.net>

next in thread | previous in thread | raw e-mail | index | archive | help
bob self wrote:

> I have done all 3 of these things and I do get 100x37, but I was able to 
> get 128x48 when I was trying FreeBSD 6.0 beta 4 by running
> "vidcontrol MODE_280". Is there a way to accomplish this in 5.4?

Only with a patch. Do it at your own risk:

cd /usr/src
fetch http://www.alpha-tierchen.de/dateien/etc/vesa.patch.bz2
bzip2 -cd vesa.patch.bz2 | patch -p0
cd usr.sbin/vidcontrol
make && make install
cp etc/rc.d/moused /etc/rc.d

build your kernel with

    options  SC_PIXEL_MODE
    options  VESA

and reboot.

    vidcontrol -i mode

will show all available modes. And so on. You know the rest.

Björn



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