From owner-freebsd-questions@FreeBSD.ORG Wed Aug 11 13:52:38 2004 Return-Path: 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 652CA16A4CE for ; Wed, 11 Aug 2004 13:52:38 +0000 (GMT) Received: from mallard.mail.pas.earthlink.net (mallard.mail.pas.earthlink.net [207.217.120.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 396C143D45 for ; Wed, 11 Aug 2004 13:52:38 +0000 (GMT) (envelope-from hakim.singhji@earthlink.net) Received: from fozzie.psp.pas.earthlink.net ([207.217.78.218]) by mallard.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1ButWv-0006Np-00 for freebsd-questions@freebsd.org; Wed, 11 Aug 2004 06:52:37 -0700 Message-ID: <32146361.1092232357722.JavaMail.root@fozzie.psp.pas.earthlink.net> Date: Wed, 11 Aug 2004 09:52:37 -0400 (GMT-04:00) From: "Hakim Z. Singhji" To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Earthlink Zoo Mail 1.0 Subject: Re: Monitor Resolution??? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Hakim Z. Singhji" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Aug 2004 13:52:38 -0000 Thank you oliver!!! -----Original Message----- From: Oliver Fuchs Sent: Aug 11, 2004 1:06 AM To: freebsd-questions@freebsd.org Subject: Re: Monitor Resolution??? On Tue, 10 Aug 2004, Hakim Z. Singhji wrote: > Hello All, > > I have a question that may be trivial to most however, I don't seem to know how to modify my monitor resolution. I am using FreeBSD without X windows install. Text only and the font and overall resolution is 'HUGE'. I recently installed 4.10 (last night) but I don't know where I went wrong with this? Thanks in advance for your help. > An acceptable resolution is VESA_800x600 (I do not think that the kernel can do more at the moment?). To enable it you have to recompile your kernel with option SC_PIXEL_MODE enabled (so you can use the raster text mode). Then load the vesa support with kldload vesa and try "vidconrtol -g 100x37 VESA_800x600". If it is o.k. for you put in your /etc/rc.conf file: allscreens_flags="-g 100x37 VESA_800x600" and add to /boot/loader.conf: vesa_load="YES" to load the vesa module at startup. Oliver -- ... don't touch the bang bang fruit _______________________________________________ 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"