From owner-freebsd-questions@FreeBSD.ORG Fri Aug 25 22:16:57 2006 Return-Path: X-Original-To: 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 B2EF316A4DE for ; Fri, 25 Aug 2006 22:16:57 +0000 (UTC) (envelope-from fbsdlists@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1264144206 for ; Fri, 25 Aug 2006 22:16:56 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by nf-out-0910.google.com with SMTP id n29so978604nfc for ; Fri, 25 Aug 2006 15:16:55 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tcH0liKw4N5Iv+CSFrKoAuIelo9vYS77/1g3AAlpNhrMNZ0t2njRfbI1C5jtydGUMFTJx+3/V2ghuX/rECgYhiLIqs0Sq3ZW9G+Rr4qqEVA5vujUu6/wUkjRJ6BgFFOEdWG+S+b1tGM0fEKdLWguP2DRcJPGignI/D0ucIBgw2E= Received: by 10.49.93.13 with SMTP id v13mr5975966nfl; Fri, 25 Aug 2006 15:16:55 -0700 (PDT) Received: by 10.48.230.11 with HTTP; Fri, 25 Aug 2006 15:16:55 -0700 (PDT) Message-ID: <54db43990608251516q74bd2c21j42ce2c6647dfa99c@mail.gmail.com> Date: Fri, 25 Aug 2006 18:16:55 -0400 From: "Bob Johnson" To: "Perry Hutchison" In-Reply-To: <10608242243.AA18791@pluto.rain.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <10608242243.AA18791@pluto.rain.com> Cc: questions@freebsd.org Subject: Re: Too many Xorg modes 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, 25 Aug 2006 22:16:57 -0000 On 8/24/06, Perry Hutchison wrote: > In 6.1, how would I set up xorg.conf to restrict Xorg to a few > specific modes? The Xorg.8.log created during xorgcfg shows 24 > modelines, but when I cycle through the modes using CtrlAltPlus > there are two which don't work at all and the remaining 22 cover > only 8 resolutions (of which only about 3 seem likely to actually > be useful.) I don't know if there is an easier way, but I just copy the modelines I like from the log and paste them in the xorg.conf file. Put them in the "Monitor" section. E.g.: ModeLine "1600x1200" 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync I use modelines that give 60Hz vertical sync because there is a transformer sitting next to my monitor, and at 70Hz sync rate the display wiggles at 10 Hz. - Bob