Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
#        Screen      1  "Screen1" LeftOf "Screen0" 
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
#        Option  "BlankTime"    "1"  # Blank the screen after 5 minutes (Fake)
#        Option  "StandbyTime"  "5"  # Turn off screen after 10 minutes (DPMS)
#        Option  "SuspendTime"  "5"  # Full suspend after 20 minutes
        Option  "OffTime"      "10"  # Turn off after half an hour
EndSection

Section "Files"
   FontPath    "/usr/share/fonts/misc:unscaled"
   FontPath    "/usr/share/fonts/Type1"
   FontPath    "/usr/share/fonts/TTF"
   FontPath    "/usr/share/fonts/corefonts"
   FontPath    "/usr/share/fonts/freefont"
   FontPath    "/usr/share/fonts/sharefonts"
   FontPath    "/usr/share/fonts/terminus"
   FontPath    "/usr/share/fonts/ttf-bitstream-vera"
   FontPath    "/usr/share/fonts/unifont"
   FontPath    "/usr/share/fonts/75dpi:unscaled"
   FontPath    "/usr/share/fonts/100dpi:unscaled"
   FontPath    "/usr/share/fonts/artwiz"
EndSection

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

Section "ServerFlags"
    Option         "Xinerama" "0"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option 	    "XkbRules" "xorg"
	Option      "XkbModel" "pc105"
	Option      "XkbLayout" "de"
	Option      "XkbVariant" "nodeadkeys"
EndSection

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

Section "Monitor"
        # LCD Monitor
	Identifier   "Monitor0"
	VendorName   "FUS"
	ModelName    "5110 FA"
	HorizSync    30.0 - 82.0
	VertRefresh  50.0 - 60.0
	Option	    "DPMS"
EndSection

Section "Monitor" 
        Identifier "Monitor1" #TV 
        HorizSync 60 
        VertRefresh 30-150 
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     "SWcursor"           	# [<bool>]
        #Option     "HWcursor"           	# [<bool>]
        #Option     "NoAccel"            	# [<bool>]
        #Option     "ShadowFB"           	# [<bool>]
        #Option     "UseFBDev"           	# [<bool>]
        #Option     "Rotate"             	# [<str>]
        #Option     "VideoKey"           	# <i>
        #Option     "FlatPanel"          	# [<bool>]
        #Option     "FPDither"           	# [<bool>]
        #Option     "CrtcNumber"         	# <i>
        #Option     "FPScale"            	# [<bool>]
        #Option     "FPTweak"            	# <i>
	Identifier  "Device0"
	#Driver     "nv"
	Driver      "nvidia"
	VendorName  "nVidia Corporation"
	BoardName   "Unknown Board"
	BusID       "PCI:1:0:0"
	VideoRam    65536
	#Options    "NoLogo" "1"
	Option      "RenderAccel" "true"
	#Option      "AllowGLXWithComposite" "true"
        Screen 0
EndSection

Section "Device" 
   Driver          "nvidia" 
   Identifier      "Device1" 
   Screen 1 
   Option          "TVOutFormat" "Composite" #or SVIDEO etc 
   Option          "TVStandard" "PAL-G" #or NTSC, PAL-I for uk etc 
   Option          "ConnectedMonitor" "Monitor1" 
   BusID           "PCI:01:00:00" #adjust using 'lspci' or cat /proc/pci 
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Device0"
	Monitor    "Monitor0"
	DefaultDepth 24
        DefaultFbbpp 32
        Option "Twinview" "1"
        Option "metamodes" "DFP-1: 1680x1050_60 +0+0, DFP-0: 1680x1050_60 +1680+0; NULL, 1680x1050; NULL, 1024x768"
#	Option "Metamodes" "1024x768,1024x768;1024x768,NULL;800x600,800x600;800x600,NULL" 
	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 "1680x1050,1024x768" 
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     32
 #               Modes "1680x1050,1024x768" 
	EndSubSection
EndSection

Section "Screen" 
   Device "Device1" 
   Identifier "Screen1" 
   Monitor "Monitor1" 
   DefaultDepth 24 
       SubSection "Display" 
               Depth 24 
               Modes "1680x1050" 
       EndSubSection    
EndSection

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

