Trident Cyberblade in KDS Valiat 671HX
Studying the Xorg.0.log I noted that the reason displays over 800x600 were found to be invalid is that they were out of the sync range detected by xorg. So, I set the sync rages copying what I had used in an older Debian installation, after which I get 1024x768 by default as follows:
Section "Monitor"
Identifier "Configured Monitor"
HorizSync 31.5-57.0
# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
# VertRefresh is in Hz unless units are specified.
# VertRefresh may be a comma separated list of discrete values, or a
# comma separated list of ranges of values.
# NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
# USER MANUAL FOR THE CORRECT NUMBERS.
VertRefresh 50-100
EndSection
I'm running a new Xubuntu installation 8.10.
|