I do have the horiz and vert sync numbers in my XF86Config. The width seems to be the only problem. Here are a couple of the section settings:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
HorizSync 30.0-82.0
VertRefresh 56-76
Option "dpms"
EndSection
Section "Screen"
Identifier "Screen0"
Device "NVIDIA GeForce 4 (generic)"
Monitor "Monitor0"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1600x1200"
EndSubsection
EndSection
I have the geometry set at 1600x1200 which is the only one that works. If I set it to anything else, I can't start X. The monitor should display 1920x1200.
|