Section "ServerLayout"
    Identifier     "Gentoo"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "AIGLX" "true"
    Option         "PixmapCacheSize" "1000000"
    Option         "Xinerama" "0"
    Option         "StandbyTime" "5"
    Option         "SuspendTime" "6"
    Option         "OffTime" "7"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "glx"
    Load           "dbe"
    Load           "ddc"
    Load           "extmod"
    Load           "i2c"
    Disable        "dri"
    Disable        "dri2"
    Disable        "freetype"
EndSection

Section "ServerFlags"
    Option         "AllowMouseOpenFail" "true"
 #Option "AutoAddDevices" "False"
    Option         "DontZap" "false"
 #Option "Xinerama" "False"
EndSection

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Device" "/dev/input/mice"
    Option         "SendCoreEvents" "true"
    Option         "Protocol" "IMPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"
EndSection

Section "InputDevice"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "us,ru"
    Option         "XkbVariant" ",winkeys"
    Option         "XkbOptions" "grp:alt_shift_toggle,grp_led:num,terminate:ctrl_alt_bksp"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Samsung SyncMaster"
    DisplaySize     410    260
    HorizSync       30.0 - 81.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS" "true"
    Option         "DPI" "90 x 90"
EndSection

Section "Monitor"
    Option "USEEDIDDpi" "FALSE"
    Identifier     "Monitor1"
    VendorName     "Toshiba"
    ModelName      "Toshiba - TV"
    DisplaySize     900    550
    HorizSync   15.000 - 68.000
    VertRefresh 23.000 - 61.000
    Option         "DPMS" "true"
    Option         "DPI" "54 x 54"
EndSection

Section "Device"

    #Option "AIGLX"        "Enable"
 #Option "DRI2"            "Disable"
 #Option "AccelMethod" "EXA"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    BoardName      "GeForce GTS 250"
    Option         "Coolbits" "1"
    Option         "RenderAccel" "true"
    Option         "RandRRotation" "on"
    Option         "AllowGLXWithComposite" "true"
    Option         "OnDemandVBlankInterrupts" "on"
    Option         "TripleBuffer" "True"
    Option         "NoLogo" "true"
 #Option "DRI"              "Disable"
EndSection

Section "Screen"
# Removed Option "metamodes" "DFP-0: 1440x900_75 +0+0"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "True"
    Option         "TwinView" "1"
    Option         "TwinViewXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "DFP-0: 1440x900_75 +0+0, DFP-1: 1920x1080_60 +1440+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Screen"
    Identifier     "Screen1"
    Device         "Device0"
    Monitor        "Monitor1"
    DefaultDepth    24
    Option         "AddARGBGLXVisuals" "True"
    Option         "DisableGLXRootClipping" "True"
    Option         "TwinView" "1"
    Option         "metamodes" "1920x1080_60 +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Section "Extensions"
    Option         "Composite" "Enable"
    Option         "RENDER" "Enable"
EndSection

Add a code snippet to your website: www.paste.org