From owner-freebsd-questions@FreeBSD.ORG Mon Dec 13 20:16:12 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 A3DC816A4CE for ; Mon, 13 Dec 2004 20:16:12 +0000 (GMT) Received: from mail3.panix.com (mail3.panix.com [166.84.1.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 32B0243D3F for ; Mon, 13 Dec 2004 20:16:12 +0000 (GMT) (envelope-from fj@panix.com) Received: from panix5.panix.com (panix5.panix.com [166.84.1.5]) by mail3.panix.com (Postfix) with ESMTP id 0069A981B5; Mon, 13 Dec 2004 15:16:10 -0500 (EST) Received: (from fj@localhost) by panix5.panix.com (8.11.6p3/8.8.8/PanixN1.1) id iBDKGAE15302; Mon, 13 Dec 2004 15:16:10 -0500 (EST) Date: Mon, 13 Dec 2004 15:16:10 -0500 From: Joe Altman To: Dan Kilbourne Message-ID: <20041213201610.GA15573@panix.com> Mail-Followup-To: Joe Altman , Dan Kilbourne , "Bomgardner,Jon " , freebsd-questions@freebsd.org References: <9BC9288098C55A46B392908FB05FD09B25AC56@TDEXB0VC.prod.travp.net> <20041213190500.GA31147@netophilia.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041213190500.GA31147@netophilia.net> User-Agent: Mutt/1.4.2.1i cc: "Bomgardner,Jon " cc: freebsd-questions@freebsd.org Subject: Re: Screen usage... was: Xorg/laptop X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Dec 2004 20:16:12 -0000 On Mon, Dec 13, 2004 at 02:05:00PM -0500, Dan Kilbourne wrote: > Bomgardner,Jon extolled: > > > > Other than that I've just been learning a lot of nifty features like > > changing the number of rows on the display, changing colors, how to set > > up a splash screen, etc... Fun times! > > > > Thanks, > > Jon > > > > Maybe you can provide some links to some of these nifty features? > > I use a laptop w/fbsd, and X has no issues running at 1024x768, but I am > unsure also how to get the console to that resolution - I can stretch my > default 640x480 (I think) to take up the whole screen, but it looks > pretty awful.... Here, the contents of my /etc/rc.conf font8x8="iso-8x8" font8x14="iso-8x14" font8x16="iso-8x16" allscreens_flags="80x60" The relevant lines from my kernel config: options VESA These are for my desktop. Some interesting things you can do on a laptop or desktop: vidcontrol -b red Will set a border around your screen (in some cases) to red. vidcontrol -i mode Will show you what your hardware can support. IIRC, adding VESA to the kernel options will make it possible to gain access to more of the possible resolutions. I don't have my laptop bits in front of me just now. In any event, read the man page for vidcontrol; and twiddle a virtual terminal if you play with colors; you can find out the possible combos with vidcontrol show.