Section "ServerLayout"
        Identifier     "XFree86 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/share/fonts/ms-gulim/"
        FontPath     "/usr/share/fonts/YoonFonts/"
        FontPath     "/usr/share/fonts/unfonts/"
        FontPath     "/usr/share/fonts/hanyang-ttf/"
        FontPath     "/usr/share/fonts/mac/"
        FontPath     "/usr/share/fonts/alee-fonts/"     
        FontPath     "/usr/share/fonts/munhwa-fonts/"
        FontPath     "/usr/share/fonts/ms-ttf/"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/100dpi/"
EndSection

Section "Module"
        Load  "extmod"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "v4l"
        #Load  "speedo"
        #Load  "type1"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "keyboard"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Emulate3Buttons" "no"
        Option      "ZAxisMapping" "4 5"
        Option      "Resolution" "300"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    30-111
        VertRefresh  50-160

        Modeline  "1280x1024" 157.5 1280 1352 1512 1728 1024 1025 1028 1072 +HSync +Vsync
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
        HorizSync    30-111
        VertRefresh  50-160

        Modeline  "1280x1024" 157.5 1280 1352 1512 1728 1024 1025 1028 1072 +HSync +Vsync
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "DigitalVibrance"           # <i>
        #Option     "PageFlip"                  # [<bool>]
        #Option     "Dac8Bit"                   # [<bool>]
        #Option     "Overlay"                   # [<bool>]
        #Option     "UBB"                       # [<bool>]
        #Option     "Stereo"                    # <i>
        #Option     "WindowFlip"                # [<bool>]
        #Option     "SWcursor"                  # [<bool>]
        #Option     "HWcursor"                  # [<bool>]
        #Option     "VideoKey"                  # <i>
        #Option     "IgnoreEDID"                # [<bool>]
        #Option     "NoDDC"                     # [<bool>]
        #Option     "ConnectedMonitors"         # <str>
        #Option     "TVStandard"                # <str>
        #Option     "TVOutFormat"               # <str>
        #Option     "RenderAccel"               # [<bool>]
        #Option     "CursorShadow"              # [<bool>]
        #Option     "CursorShadowAlpha"         # <i>
        #Option     "CursorShadowXOffset"       # <i>
        #Option     "CursorShadowYOffset"       # <i>
        #Option     "UseEdidFreqs"              # [<bool>]
        #Option     "FlatPanelProperties"       # <str>
        #Option     "UseInt10Module"            # [<bool>]
        #Option     "SwapReady"                 # [<bool>]
        #Option     "NoTwinViewXineramaInfo"    # [<bool>]
        #Option     "NoRenderExtension"         # [<bool>]
        #Option     "UseClipIDs"                # [<bool>]
        #Option     "CIOverlay"                 # [<bool>]
        #Option     "TransparentIndex"          # <i>
        #Option     "OverlayDefaultVisual"      # [<bool>]
        #Option     "NvEmulate"                 # <i>
        #Option     "NoBandWidthTest"           # [<bool>]
        #Option     "CustomEDID-CRT-0"          # <str>
        #Option     "CustomEDID-CRT-1"          # <str>
        #Option     "CustomEDID-DFP-0"          # <str>
        #Option     "CustomEDID-DFP-1"          # <str>
        #Option     "CustomEDID-TV-0"           # <str>
        #Option     "CustomEDID-TV-1"           # <str>
        #Option     "TVOverScan"                # <f>
        #Option     "IgnoreDisplayDevices"      # <str>
        Option     "NvAGP"                      "3" # <i>
        Option     "NoLogo"                     "True" # [<bool>]
        #Option     "TwinView"                  "False" # [<bool>]
        Option     "ConnectedMonitor"           "CRT, CRT" # <str>
        Option     "TwinView"                   "True" # [<bool>]
        Option     "TwinViewOrientation"        "RightOf" # <str>
        Option     "SecondMonitorHorizSync"     "30-111" # <str>
        Option     "SecondMonitorVertRefresh"   "50-160" # <str>
        Option     "MetaModes"                  "1280x1024@1280x1024,1280x1024@1280x1024" # <str>
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "GeforceFX 5200"
        BusID       "PCI:2:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"

        DefaultDepth    24
        SubSection "Display"
                Modes     "1280x1024"
                Depth     24
        EndSubSection
EndSection