Section "ServerLayout"
        Identifier     "X.org Configured"
        #Screen 0 "Screen0"
        Screen      0  "Screen0" 0 0
        Screen 1 "Screen1" RightOf "Screen0"
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
	#Option "AllowEmptyInput" "off" 
EndSection

Section "Files"
        #RgbPath      "/usr/share/X11/rgb"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/Speedo/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/CID/"
        FontPath     "/usr/share/fonts/75dpi/"
        FontPath     "/usr/share/fonts/corefonts"
EndSection

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

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbRules" "xorg"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "fr"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ImPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
       Option	"Coolbits"	"1"
       # HorizSync    30-81
       # VertRefresh  56-75
EndSection

Section "Monitor"
        Identifier "Monitor1"
        DisplaySize  160        90
        Option      "DPI" "100 x 100"
       Option          "IgnoreEDID"
       VertRefresh     30-90
       HorizSync       20-150
       ModeLine        "720p" 73.825 1280 1320 1368 1640 720 722 724 751 +hsync +vsync
       ModeLine "1080i" 74.52 1920 1952 2016 2208 1080 1084 1096 1126 -hsync -vsync interlace
       ModeLine "1360x768" 85.500 1360 1424 1536 1792 768 771 777 795 +Hsync +Vsync
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "Unknown Board"
        BusID       "PCI:2:0:0"
        Screen          0
	Option	"Coolbits" "1"
EndSection

Section "Device"
        Driver          "nvidia"
        Identifier      "Device1"
        Screen          1
        BusID           "PCI:2:0:0" #adjust using 'lspci' or cat /proc/pci
       Option       "RenderAccel" "true"
       Option       "AllowGLXWithComposite" "true"
       #Option       "ConnectedMonitor" "DFP"
       Option 		"UseDisplayDevice" "DFP"
       Option	"Coolbits"	"1"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth 24
	Option	"Coolbits" "1"
        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
	 	Modes "1920x1200" "1680x1050" "1280x1024" "1024x768" 
        EndSubSection
EndSection

Section "Screen"
        Device "Device1"
        Identifier "Screen1"
        Monitor "Monitor1"
        DefaultDepth    24
        DefaultFbBpp    32
	Option 	"Coolbits" "1"
        SubSection "Display"
                Depth           24
                FbBpp           32
		Virtual		1360 768
                Modes   "1360x768" "1280x1024" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

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