From owner-freebsd-stable@FreeBSD.ORG Mon Apr 2 21:14:26 2007 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 204EA16A404 for ; Mon, 2 Apr 2007 21:14:26 +0000 (UTC) (envelope-from fcash@ocis.net) Received: from smtp.sd73.bc.ca (smtp.sd73.bc.ca [142.24.13.140]) by mx1.freebsd.org (Postfix) with ESMTP id ECA0C13C45D for ; Mon, 2 Apr 2007 21:14:25 +0000 (UTC) (envelope-from fcash@ocis.net) Received: from localhost (localhost [127.0.0.1]) by localhost.sd73.bc.ca (Postfix) with ESMTP id 0FF051A000B11 for ; Mon, 2 Apr 2007 13:55:01 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at smtp.sd73.bc.ca Received: from smtp.sd73.bc.ca ([127.0.0.1]) by localhost (smtp.sd73.bc.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id o0YVdbYqfQ2C for ; Mon, 2 Apr 2007 13:54:59 -0700 (PDT) Received: from coal (s10.sbo [192.168.0.10]) by smtp.sd73.bc.ca (Postfix) with ESMTP id E9B711A000B0C for ; Mon, 2 Apr 2007 13:54:58 -0700 (PDT) From: Freddie Cash To: stable@freebsd.org Date: Mon, 2 Apr 2007 13:54:57 -0700 User-Agent: KMail/1.9.5 References: <8d23ec860704021055n12e7ec05h300effc21e54713e@mail.gmail.com> <20070402140654.T10007@tbbqjvyy.6qbyyneqvnyhc.pbz> In-Reply-To: <20070402140654.T10007@tbbqjvyy.6qbyyneqvnyhc.pbz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200704021354.57395.fcash@ocis.net> Cc: Subject: Re: Changing Console Resolution - Vidcontrol X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Apr 2007 21:14:26 -0000 On Monday 02 April 2007 12:07 pm, Lars Eighner wrote: > On Mon, 2 Apr 2007, Schiz0 wrote: > > I'm wondering how you can increase the resolution of the console in > > FreeBSD stable. I have read the man page on vidcontrol and googled > > around a bit, but I'm still confused about what to do. I'm currently > > running FreeBSD in VMWare on a windows machine (But that'll change as > > soon as I learn enough to put it up my server, which currently runs > > linux). I'd like to have something like 1024x768 resolution or so. > > Also, the man pages mention something about VESA modules. What > > exactly is this, and do I need it? My kernel is currently compiled > > without support for it. Would I need to recompile my kernel again? > > You're question does not quite make sense. "Console" is more or less > the FreeBSD word for "boss text-mode terminal." It has nothing to do > with what a terminal window might look like in a GUI such as Windows or > X. The first question is what *text* modes does your hardware support. > I don't know of video hardware that supports 1024x768 raster text. If > your hardware supports it and you want the VESA modes, you can compile > VESA support into the kernel (which you should do if you use it just > about all the time) or it can be load dynamically (see man 4 vga). > Ditto for 90 column VGA. Most of the console modes are regular vga text > modes and they are usually expressed in terms of lines(high) x > columns(wide), for example the standard 25x80. > > I suspect you do not really want a console resolution of 1024x768 (px). > I suspect you want 1024x758 in a GUI, in which case you need to be > researching X as vidcontrol has nothing to do with that. 1024x768 is a pretty standard VESA mode used on a lot of people's text consoles. :) On most videocards, MODE_279 will be 1024x768 w/16 bpp colour. Check the output of "vidcontrol -i". You'll see a lot of different modes, some text, some raster/bitmap/VESA/whatever-you-call-it. This has nothing to do with X or any GUI. -- Freddie Cash fcash@ocis.net