From owner-freebsd-questions@FreeBSD.ORG Thu Sep 22 13:12:43 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 F1F4216A420 for ; Thu, 22 Sep 2005 13:12:42 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from efacilitas.de (smtp.efacilitas.de [85.10.196.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4930743D7B for ; Thu, 22 Sep 2005 13:12:33 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-37-18.dynamic.qsc.de [212.202.37.18]) by efacilitas.de (Postfix) with ESMTP id 1D70F4B07C; Thu, 22 Sep 2005 15:19:07 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 82D883321A8; Thu, 22 Sep 2005 13:11:25 +0000 (UTC) Message-ID: <4332AD7D.9020801@cs.tu-berlin.de> Date: Thu, 22 Sep 2005 15:11:25 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.10) Gecko/20050824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: bob self References: <43320FF5.3000706@charter.net> <43321293.2070201@cs.tu-berlin.de> <4332993B.3000904@charter.net> In-Reply-To: <4332993B.3000904@charter.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: higher resolution console screen? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2005 13:12:43 -0000 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