Last friday I bought a new 24" monitor. There was some trouble getting it to work with the resolution 1920×1200 in ubuntu and nvidia drivers. So I thought I would post some of my settings in case anyone else have the same trouble. Just to clarify some of the setting. I have an old syncmaster 213T also in a dual screen setup. I'm runnung Ubuntu. I'm not sure if all these settings is really nessesary but at least it works!

 

 Section "Device"

   Option "HorizSync"   "DFP-0:30-81; DFP-1:30.0-81.0"
   Option "VertRefresh" "DFP-0:56-75; DFP-1:56.0-75.0"
    Identifier     "Videocard0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce 8600 GTS"
   Option "HorizSync"   "DFP-0:30-81; DFP-1:30.0-81.0"
   Option "VertRefresh" "DFP-0:56-75; DFP-1:56.0-75.0"
EndSection

 Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "UseEDIDFreqs" "FALSE"
    Option         "UseEdidDPI" "FALSE"
    Option         "NoBandWidthTest" "TRUE"
    Option         "ExactModeTimingsDVI" "TRUE"
    Option         "ModeValidation" "NoEdidModes, NoMaxPClkCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoEdidMaxPClkCheck"
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "DFP-0: 1920×1200 +0+0, DFP-1: 1600×1200 +1920+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection