On Wednesday 24 November 2004 7:28 pm, Chris Green wrote:
My Screen section is as follows:-
Section "Screen" Identifier "Screen 1" Device "GL1000" Monitor "LGFlatron" DefaultDepth 24
Subsection "Display" Depth 8 Modes "1600x1200" "1280x1024" "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 16 Modes "1600x1200" "1280x1024" "1024x768" ViewPort 0 0 EndSubsection Subsection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" ViewPort 0 0 EndSubsection EndSection
So, as I see it, there aren't any timings defined there. This is as generated by using xorgconfig so I assume the syntax is correct.
Maybe things are done differently with X.org (SuSE 9.1 is still XFree86) but in my configuration file I see bits like this
Section "Monitor" DisplaySize 340 270 HorizSync 31-82 Identifier "Monitor[0]" ModelName "1280X1024@75HZ" Option "DPMS" VendorName "--> LCD" VertRefresh 58-75 UseModes "Modes[0]" EndSection
Section "Modes" Identifier "Modes[0]" Modeline "1280x1024" 134.72 1280 1368 1504 1728 1024 1025 1028 1068 Modeline "1152x864" 102.08 1152 1224 1352 1552 864 865 868 901 Modeline "1024x768" 79.52 1024 1080 1192 1360 768 769 772 801 Modeline "800x600" 47.53 800 840 920 1040 600 601 604 626 Modeline "640x480" 29.84 640 664 728 816 480 481 484 501 EndSection
Perhaps the mechanism that X.org uses to define monitor timings is different, in which case I can offer no help :o(