Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2001 01:31:48 +0200 (EET)
From:      Imre Oolberg <oolberg@eenet.ee>
To:        <stable@FreeBSD.ORG>
Subject:   RE: XFree86 4.0
Message-ID:  <Pine.BSF.4.30.0109200123230.646-100000@myristaja.eenet.ee>
In-Reply-To: <02ad01c1415c$f7442700$0a01a8c0@den2>

next in thread | previous in thread | raw e-mail | index | archive | help

> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.30.0109200123230.646-100000>