Конфиг X.Org: два монитора+TwinView (NVidia)

Section "ServerLayout"  
       Identifier     "X.org Configured"  
       Screen      0  "Screen0" 0 0  
       InputDevice    "Mouse0" "CorePointer"
       InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
       RgbPath      "/usr/X11R6/lib/X11/rgb"
       ModulePath   "/usr/X11R6/lib/modules"
       FontPath     "/usr/local/share/koi8r-ps/"
       FontPath     "/usr/X11R6/lib/X11/fonts/cyr-rfx-koi8-o/"
       FontPath     "/usr/X11R6/lib/X11/fonts/cyrillic/"
       FontPath     "/usr/X11R6/lib/X11/fonts/bitstream-vera/"
       FontPath     "/usr/X11R6/lib/X11/fonts/freefont/"
       FontPath     "/usr/X11R6/lib/X11/fonts/freefont-ttf/"
       FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
       FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
       FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
       FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
       FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection

Section "Module"
       Load  "extmod"
       Load  "dri"
       Load  "glx"
       Load  "dbe"
       Load  "record"
       Load  "xtrap"
       Load  "type1"
       Load  "freetype"
EndSection

Section "InputDevice"
       Identifier  "Keyboard0"
       Driver      "kbd"
       Option "XkbModel" "microsoft"
       Option "XkbLayout"  "us,ru"
       Option "XkbOptions" "grp:ctrl_shift_toggle"

EndSection

Section "InputDevice"
       Identifier  "Mouse0"
       Driver      "mouse"
       Option      "Protocol" "auto"
       Option      "Device" "/dev/sysmouse"
       Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
       #DisplaySize      310   230     # mm
       Identifier   "Monitor0"
       VendorName   "BENQ"
       ModelName    "FP783"
### Comment all HorizSync and VertSync values to use DDC:
#       HorizSync    28.0 - 61.0
#       VertRefresh  48.0 - 65.0
       Option      "DPMS"
EndSection

Section "Monitor"
       #DisplaySize      310   230     # mm
       Identifier   "Monitor1"
       VendorName   "NEC"
       ModelName    "LCD1760VM"
### Comment all HorizSync and VertSync values to use DDC:
#       HorizSync    28.0 - 61.0
#       VertRefresh  48.0 - 65.0
       Option      "DPMS"
EndSection


Section "Device"
       Identifier  "Card0"
       Driver      "nvidia"
       VendorName  "nVidia Corporation"
       BoardName   "Unknown Board"
       Option "TwinView" "true"
       Option "MetaModes" "1280x1024, 1280x1024; 1280x1024, 1280x1024;"
       Option "TwinViewOrientation" "LeftOf"
#        Option "SecondMonitorHorizSync" "30.0-70.0"
#        Option "SecondMonitorVertRefresh" "50-160"
       Option "Xinerama" "true"
#       Option "ConnectedMonitor"         "dvi,dvi"
EndSection

Section "Screen"
       Identifier "Screen0"
       Device     "Card0"
       Monitor    "Monitor0"
       SubSection "Display"
               Viewport   0 0
               Depth     1
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     4
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     8
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     15
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     16
       EndSubSection
       SubSection "Display"
               Viewport   0 0
               Depth     24
       EndSubSection
EndSection