Stefán István wrote:
(II) NV(0): Monitor0: Using default hsync range of 31.50-37.90 kHz
(II) NV(0): Monitor0: Using default vrefresh range of 50.00-70.00 Hz
is the reason all the other modes are being disabled:
(II) NV(0): Not using default mode "640x350" (vrefresh out of range)
(II) NV(0): Not using default mode "320x175" (bad mode 
clock/interlace/doublescan)

Try adding the HorizSync and VertRefresh options to the Monitor section of your xorg.conf:
Section "Monitor"
    Identifier     "Monitor2"
    ModelName      "Sharp LC-42XD1E"
    DisplaySize     1161    653
    HorizSync       31.0 - 150.0
    VertRefresh     48.0 - 75.0
Also it seems you're lacking a modeline for the 1440x900 resolution of your DFP. This one /might/ work:
Modeline    "1440x900" 108.84 1440 1472 1880 1912 900 918 927 946

Good luck!
--
[EMAIL PROTECTED] mailing list

Reply via email to