From owner-freebsd-questions@FreeBSD.ORG Fri Sep 23 00:26:00 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 D8FDA16A41F for ; Fri, 23 Sep 2005 00:26:00 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxsf05.cluster1.charter.net (mxsf05.cluster1.charter.net [209.225.28.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6898043D46 for ; Fri, 23 Sep 2005 00:25:58 +0000 (GMT) (envelope-from bobself@charter.net) Received: from mxip29a.cluster1.charter.net (mxip29a.cluster1.charter.net [209.225.28.188]) by mxsf05.cluster1.charter.net (8.12.11/8.12.11) with ESMTP id j8N0PvOQ007343 for ; Thu, 22 Sep 2005 20:25:57 -0400 Received: from 24-177-225-234.dhcp.spbg.sc.charter.com (HELO [127.0.0.1]) ([24.177.225.234]) by mxip29a.cluster1.charter.net with ESMTP; 22 Sep 2005 20:25:57 -0400 X-IronPort-AV: i="3.97,139,1125892800"; d="scan'208"; a="289392398:sNHT26325012" Message-ID: <43334B89.5060108@charter.net> Date: Thu, 22 Sep 2005 20:25:45 -0400 From: bob self User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= References: <43320FF5.3000706@charter.net> <43321293.2070201@cs.tu-berlin.de> <4332993B.3000904@charter.net> <4332AD7D.9020801@cs.tu-berlin.de> In-Reply-To: <4332AD7D.9020801@cs.tu-berlin.de> 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: Fri, 23 Sep 2005 00:26:01 -0000 Björn König wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > I installed the patch, rebooted etc. Now vidcontrol MODE_280 says: vidcontrol: activating raster display: Operation not supported by device Also, 'vidcontrol -g 100x37 VESA_800x600' no longer works. I now get vidcontrol: obtaining new video mode parameters: Operation not supported by device So, does any one know what's going on? How can I undo the patch if I need to? thanks, Bob