From owner-freebsd-stable Wed Sep 19 16:31:53 2001 Delivered-To: freebsd-stable@freebsd.org Received: from myristaja.eenet.ee (myristaja.eenet.ee [193.40.0.12]) by hub.freebsd.org (Postfix) with ESMTP id F147137B410 for ; Wed, 19 Sep 2001 16:31:49 -0700 (PDT) Received: from localhost (oolberg@localhost) by myristaja.eenet.ee (8.9.3/8.9.3) with ESMTP id BAA06393 for ; Thu, 20 Sep 2001 01:31:48 +0200 (EET) Date: Thu, 20 Sep 2001 01:31:48 +0200 (EET) From: Imre Oolberg To: Subject: RE: XFree86 4.0 In-Reply-To: <02ad01c1415c$f7442700$0a01a8c0@den2> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > XFree86 -configure > > should do what you want -- it writes out an XF86Config file for you too. i my case with ATI 128 i accustomed to add to the genarated XF86Config lines like SubSection "Display" Depth 24 # Modes "1024x768" "1152x864" "1280x1024" # "1600x1200" Modes "1152x864" # Modes "1280x1024" EndSubSection into a Screen Section and also i defined Modeline like Modeline "1152x864" 125 1152 1216 1344 1600 864 865 868 900 where the number in place of 125 drives pixel clock frequency in Mhz you should get a idea about your Modeline values with xvidtune, dont copy/paste my values! And try to tweak them a little :) Good Luck! Imre PS And dont forget to add sections about monitor DPMS, it does only good Section "ServerFlags" Option "BlankTime" "15" Option "StandbyTime" "20" Option "SuspendTime" "25" Option "OffTime" "30" EndSection and into Monitor Section goes line Option "DPMS" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message