[H-GEN] problems with vertical sync rate
Russell Stuart
russell-humbug at stuart.id.au
Mon Sep 21 00:32:04 EDT 2009
On Mon, 2009-09-21 at 14:19 +1000, Peter Robinson wrote:
> but I don't see how to use that tool to change the refresh rate????
Use the "XServer Display Configuration" tab. To the right of the field
field "Resolution:" is an drop down field. It is the refresh rate. It
only offers the valid ones for the chosen resolution.
My xorg.conf is blow. There was no real science to figuring it out,
just weeks of trial and error. I hate xorg.conf with a passion.
<cringe>
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "freetype"
Load "glx"
EndSection
Section "InputDevice"
Identifier "Laptop Touchpad"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Laptop Keyboard"
Driver "kbd"
EndSection
Section "Device"
Identifier "NVidia Quadro FX 370M"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "NoLogo" "true"
EndSection
Section "Monitor"
Identifier "DELL Panel WSXGA"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "panel"
Device "NVidia Quadro FX 370M"
Monitor "DELL Panel WSXGA"
Option "DPMS"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Section "Device"
Identifier "NVidia Quadro FX 370M Dual"
Driver "nvidia"
Option "ConnectedMonitor" "CRT-0,DFP-0"
Option "CursorShadow" "true"
Option "DynamicTwinView" "true"
Option "FlatPanelProperties" "Scaling = aspect-scaled"
Option "MetaModes" "CRT-0:1024x768 $1024x768,DFP-0:1440x900
@1440x900; CRT-0:1280x1024 @1280x1024,DFP-0:1440x900 @1440x900;
CRT-0:800x600 @800x600,DFP-0:1440x900 @1440x900; CRT-0:1600x1200
@1600x1200,DFP-0:1440x900 @1440x900; CRT-0:1920x1200
@1920x1200,DFP-0:1440x900 @1440x900; CRT-0:1920x1080
@1920x1080,DFP-0:1440x900 @1440x900; CRT-0:1440x900
@1440x900,DFP-0:1440x900 @1440x900; CRT-0:NULL,DFP-0:1440x900 @1440x900"
Option "NoLogo" "true"
Option "NoPowerConnectorCheck" "true"
Option "PanAllDisplays" "false"
Option "SecondMonitorHorizSync" "30 - 96.0"
Option "SecondMonitorVertRefresh" "50 - 120"
Option "TwinViewOrientation" "DFP-0 LeftOf CRT-0"
Option "TwinView" "true"
Option "TwinViewXineramaInfoOrder" "DFP, CRT, TV"
Option "UseEdidDpi" "DFP-0"
Option "UseEdidFreqs" "on"
EndSection
Section "Monitor"
Identifier "DELL Panel WSXGA Dual"
HorizSync 30.0 - 110.0
VertRefresh 50.0 - 150.0
Option "DPMS"
EndSection
Section "Screen"
Identifier "dual"
Device "NVidia Quadro FX 370M Dual"
Monitor "DELL Panel WSXGA Dual"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "panel"
Screen "panel"
InputDevice "Laptop Keyboard" "CoreKeyboard"
InputDevice "Laptop Touchpad" "CorePointer"
EndSection
Section "ServerLayout"
Identifier "dual"
Screen "dual"
InputDevice "Laptop Keyboard" "CoreKeyboard"
InputDevice "Laptop Touchpad" "CorePointer"
EndSection
Section "ServerFlags"
Option "DefaultServerLayout" "dual"
Option "AllowMouseOpenFail" "true"
Option "Xinerama" "false"
EndSection
</cringe>
More information about the General
mailing list