Section "ServerFlags"
	Option		"AutoAddDevices" "false"
	Option		"Xinerama" "0"
EndSection

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

Section "Files"
	FontPath	"/usr/share/fonts"
	FontPath	"/usr/share/fonts/100dpi"
	FontPath	"/usr/share/fonts/75dpi"
	FontPath	"/usr/share/fonts/cheapskatefonts"
	FontPath	"/usr/share/fonts/corefonts"
	FontPath	"/usr/share/fonts/cronyx"
	FontPath	"/usr/share/fonts/cyrillic"
	FontPath	"/usr/share/fonts/default"
	FontPath	"/usr/share/fonts/dejavu"
	FontPath	"/usr/share/fonts/encodings"
	FontPath	"/usr/share/fonts/encodings/large"
	FontPath	"/usr/share/fonts/essays1743"
	FontPath	"/usr/share/fonts/freefonts"
	FontPath	"/usr/share/fonts/freefont-ttf"
	FontPath	"/usr/share/fonts/hunkyfonts"
	FontPath	"/usr/share/fonts/intlfonts"
	FontPath	"/usr/share/fonts/lfpfonts-fix"
	FontPath	"/usr/share/fonts/lfpfonts-var"
	FontPath	"/usr/share/fonts/misc"
	FontPath	"/usr/share/fonts/OTF"
	FontPath	"/usr/share/fonts/sgi-fonts"
	FontPath	"/usr/share/fonts/sharefonts"
	FontPath	"/usr/share/fonts/Speedo"
	FontPath	"/usr/share/fonts/tengwar-fonts"
	FontPath	"/usr/share/fonts/terminus"
	FontPath	"/usr/share/fonts/truetype"
	FontPath	"/usr/share/fonts/TTF"
	FontPath	"/usr/share/fonts/ttf-bitstream-vera"
	FontPath	"/usr/share/fonts/ttf-gentium"
	FontPath	"/usr/share/fonts/Type1"
	FontPath	"/usr/share/fonts/unifont"
	FontPath	"/usr/share/fonts/urw-fonts"
	FontPath	"/usr/share/fonts/urwvn-fonts"
	FontPath	"/usr/share/fonts/util"
	FontPath	"/usr/share/fonts/vc"
	FontPath	"/usr/share/fonts/xawtv"
EndSection

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

Section "Module"
	#Load		"dri"
	#Load		"drm"
	Load		"glx"
	Load		"dbe"
	Load		"extmod"
	Load		"freetype"
EndSection

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

Section "InputDevice"
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Protocol" "ImPS/2"
	Option		"Device" "/dev/input/mice"
	#Option		"MinSpeed" "0.3"
	#Option		"MaxSpeed" "3.5"
	#Option		"AccelFactor" "0.005"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	VendorName	"Samsung"
	ModelName	"SyncMaster 710N"
	HorizSync	30.0 - 81.0
	VertRefresh	56.0 - 75.0
	Option		"ConnectedMonitor" "CRT"
	Option		"DPMS" "true"
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		"NoFlip"			# [<bool>]
	#Option		"Dac8Bit"			# [<bool>]
	Option		"NoLogo"			"true" # [<bool>]
	#Option		"UBB"				# [<bool>]
	#Option		"Stereo"			# <i>
	#Option		"SWcursor"			# [<bool>]
	Option		"HWcursor"			"true" # [<bool>]
	#Option		"VideoKey"			# <i>
	#Option		"NvAGP"				"2" # <i>
	#Option		"IgnoreEDID"			# [<bool>]
	#Option		"NoDDC"				# [<bool>]
	#Option		"ConnectedMonitor"		# <str>
	#Option		"ConnectedMonitors"		# <str>
	#Option		"TVStandard"			# <str>
	#Option		"TVOutFormat"			# <str>
	Option		"RenderAccel"			"true" # [<bool>]
	Option		"CursorShadow"			"true" # [<bool>]
	#Option		"CursorShadowAlpha"		# <i>
	#Option		"CursorShadowXOffset"		# <i>
	#Option		"CursorShadowYOffset"		# <i>
	#Option		"UseEdidFreqs"			# [<bool>]
	#Option		"FlatPanelProperties"		# <str>
	#Option		"TwinView"			# [<bool>]
	#Option		"TwinViewOrientation"		# <str>
	#Option		"SecondMonitorHorizSync"	# <str>
	#Option		"SecondMonitorVertRefresh"	# <str>
	#Option		"MetaModes"			# <str>
	#Option		"UseInt10Module"		# [<bool>]
	#Option		"NoTwinViewXineramaInfo"	# [<bool>]
	#Option		"NoRenderExtension"		# [<bool>]
	#Option		"Overlay"			# [<bool>]
	#Option		"CIOverlay"			# [<bool>]
	#Option		"ForceEmulatedOverlay"		# [<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		"MultisampleCompatibility"	# [<bool>]
	#Option		"RegistryDwords"		# <str>
	#Option		"NoPowerConnectorCheck"		# [<bool>]
	#Option		"AllowDFPStereo"		# [<bool>]
	#Option		"XvMCUsesTextures"		# [<bool>]
	#Option		"HorizSync"			# <str>
	#Option		"VertRefresh"			# <str>
	#Option		"VideoOverlay"			"true" # [<bool>]
	#Option		"UseInternalAGPGART"		# [<bool>]
	#Option		"AGPMode"			"4" # <i>
	#Option		"AGPFastWrite"			"true" # [<bool>]
	#Option		"EnablePageFlip"		"true" # [<bool>]
	#Option		"Rotate"			# [<bool>]
	Option		"AllowGLXWithComposite"		"true" # [<bool>]
	Option		"AddARGBGLXVisuals"		"true" # [<bool>]
	#Option		"DynamicTwinView"		"false" # [<bool>]
	#Option		"UseFastTLS"			"2" # <i>
	Option		"Coolbits"			"1" # <i>
	Option		"TripleBuffer"			"true" # [<bool>]
	Option		"XAANoOffscreenPixmaps"		"false" # [<bool>]
	#Option		"ColorTiling"			"true" # [<bool>]
	#Option		"AccelMethod"			"XAA" # <str>
	#Option		"AccelDFS"			"0" # <i>
	#Option		"DamageEvents"			"true" # [<bool>]
	#Option		"UseEvents"			"false" # [<bool>]
	#Option		"FrameBufferCompression"	# [<bool>]
	#Option		"GARTSize"			"64" # <i>
	#Option		"KernelModuleParm"		"locked-userpages=0" # <str>
	Identifier	"Videocard0"
	Driver		"nvidia"
	VendorName	"NVIDIA Corporation"
	BoardName	"GeForce 6200"
	#BusID		"PCI:1:0:0"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Videocard0"
	Monitor		"Monitor0"
	DefaultDepth	24
	Option		"TwinView" "0"
	Option		"TwinViewXineramaInfoOrder" "CRT-0"
	Option		"metamodes" "1280x1024_75 +0+0; 1024x768_75 +0+0; 800x600_75 +0+0; 640x480_75 +0+0"
	SubSection	"Display"
		Depth	24
	EndSubSection
EndSection

#Section "Screen"
#	Identifier	"Screen0"
#	Device		"Videocard0"
#	Monitor		"Monitor0"
#	DefaultDepth	24
#	SubSection "Display"
#		Viewport	0 0
#		Depth		1
#		Modes		"1280x1024" "1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Viewport	0 0
#		Depth		4
#		Modes		"1280x1024" "1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Viewport	0 0
#		Depth		8
#		Modes		"1280x1024" "1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Viewport	0 0
#		Depth		16
#		Modes		"1280x1024" "1024x768" "800x600" "640x480"
#	EndSubSection
#	SubSection "Display"
#		Viewport	0 0
#		Depth		24
#		Modes		"1280x1024" "1024x768" "800x600" "640x480"
#	EndSubSection
#EndSection

#Section "DRI"
#	Group		"video"
#	Mode		0666
#EndSection