From owner-freebsd-questions@FreeBSD.ORG Mon Aug 28 21:23:17 2006 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 129E216A4DE for ; Mon, 28 Aug 2006 21:23:17 +0000 (UTC) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (fledge.watson.org [209.31.154.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 460FA43D49 for ; Mon, 28 Aug 2006 21:23:16 +0000 (GMT) (envelope-from doug@fledge.watson.org) Received: from fledge.watson.org (localhost.watson.org [127.0.0.1]) by fledge.watson.org (8.13.6/8.13.6) with ESMTP id k7SLNFmC007494; Mon, 28 Aug 2006 17:23:15 -0400 (EDT) (envelope-from doug@fledge.watson.org) Received: from localhost (doug@localhost) by fledge.watson.org (8.13.6/8.13.6/Submit) with ESMTP id k7SLNFB0007491; Mon, 28 Aug 2006 17:23:15 -0400 (EDT) (envelope-from doug@fledge.watson.org) Date: Mon, 28 Aug 2006 17:23:15 -0400 (EDT) From: doug To: Andy Greenwood In-Reply-To: <3ee9ca710608281229w38b39d2cmde0f20476dd0b915@mail.gmail.com> Message-ID: <20060828171837.V15411@fledge.watson.org> References: <20060828192229.GA29844@teddy.fas.com> <3ee9ca710608281229w38b39d2cmde0f20476dd0b915@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Free BSD Questions list Subject: Re: Forceig a resolution in xorg server 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: Mon, 28 Aug 2006 21:23:17 -0000 This is in the handbook but: Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 1 EndSubSection : SubSection "Display" Viewport 0 0 Depth 24 Modes "1280x1024" EndSubSection On Mon, 28 Aug 2006, Andy Greenwood wrote: > I haven't used X in a loooong time, but IIRC you should be able to > just remove all the other modes from the .conf file. If there's only > one availilbe mode, X will have to use it :-) > > On 8/28/06, stan wrote: >> >> I'm (huridelly) building a new machine to replaced my (just failed) main >> workstation at work. I have Xorg installed, and when I type X it starts up >> OK. KDE, and kdm work also. But, at way too high a resolution. I tried >> doing >> X -configure to generate a config file, but the resultant file contains no >> resolution settings. >> >> How can I force X to run in 1280x1024 x 24 bit color mode? >> >> -- >> Unix is very simple, but it takes a genius to understand the simplicity. >> (Dennis Ritchie) >> >> _______________________________________________ >> 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" >> > _______________________________________________ > 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" >