Section "ServerFlags" Option "BlankTime" "15" Option "StandbyTime" "16"
        Option "SuspendTime" "20" Option "OffTime" "30"
	Option "DontZap" "True"
EndSection

Section "Files"
	FontPath	"/usr/share/fonts/X11/misc"
	FontPath	"/usr/share/fonts/X11/cyrillic"
	FontPath	"/usr/share/fonts/X11/75dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/100dpi/:unscaled"
	FontPath	"/usr/share/fonts/X11/Type1"
	FontPath	"/usr/share/fonts/X11/75dpi"
	FontPath	"/usr/share/fonts/X11/100dpi"
	# path to defoma fonts
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xfree86"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"gb"
EndSection

Section "InputDevice"
	Identifier	"USB Mouse"
	Driver		"evdev"
	Option		"Device"		"/dev/input/by-id/usb-Wireless_Mouse_Wireless_Mouse-event-mouse"
	Option		"Buttons"		"10"
	Option		"ZAxisMapping"		"4 5 6 7"
EndSection

Section "Device"
	Identifier	"Radeon X300"
	Driver		"radeon"
	Option		"Monitor-VGA-0"		"Left"
	Option		"Monitor-DVI-0"		"Right"
	Option		"DynamicClocks"		"on"
	Option		"RenderAccel"		"On"
	Option		"XAANoOffscreenPixmaps"	"True"	# XAA
	Option		"EnablePageFlip"	"On"	# XAA
	Option		"ColorTiling"		"On"
	Option		"SubPixelOrder"		"NONE"
EndSection

Section "Monitor"
	Identifier	"Left"
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"Right"
	Option		"DPMS"
	Option		"RightOf"	"Left"
EndSection

Section "Screen"	
	Identifier	"Default Screen"
	Device		"Radeon X300"
	DefaultDepth	24
	SubSection "Display"
		Virtual 	2560 1024
		Depth		24
	EndSubSection
	SubSection "Display"
		Virtual 	2560 1024
		Depth		32
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"	"CoreKeyboard"
	InputDevice	"USB Mouse"		"CorePointer"
EndSection

Section "DRI"
	Mode	0666
EndSection

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