Section "ServerLayout"
	Identifier	"DualHead"
	Screen		"Screen 1" LeftOf "Screen 2"
	Screen		"Screen 2"
	Option		"Xinerama"
	InputDevice	"Keyboard"	"CoreKeyboard"
	InputDevice	"Mouse"		"CorePointer"
	InputDevice	"USB Mouse"	"SendCoreEvents"
EndSection

Section "Files"
	FontPath	"unix/:7100"
	FontPath	"/usr/lib/X11/fonts/misc"
	FontPath	"/usr/lib/X11/fonts/cyrillic"
	FontPath	"/usr/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib/X11/fonts/Type1"
	FontPath	"/usr/lib/X11/fonts/Speedo"
	FontPath	"/usr/lib/X11/fonts/100dpi"
	FontPath	"/usr/lib/X11/fonts/75dpi"
	FontPath	"/usr/lib/X11/fonts/mgc"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load		"GLcore"
	Load		"bitmap"
	Load		"dbe"
	Load		"ddc"
	Load		"dri"
	Load		"extmod"
	Load		"freetype"
	Load		"glx"
	Load		"int10"
	Load		"record"
	Load		"speedo"
	Load		"type1"
	Load		"vbe"
EndSection

Section "InputDevice"
	Identifier	"Keyboard"
	Driver		"keyboard"
	Option		"XkbRules" "xfree86"
	Option		"XkbModel" "pc104"
	Option		"XkbLayout" "us"
	#autorepeat: <delay> <rate>
	Option		"AutoRepeat" "200 150"
EndSection

Section "InputDevice"
	Identifier	"Mouse"
	Driver		"mouse"
	Option		"Device"		"/dev/psaux"
	Option		"Protocol"		"PS/2"
	Option		"Emulate3Buttons"	"true"
EndSection

Section "InputDevice"
	Identifier	"USB Mouse"
	Driver		"mouse"
	Option		"Device"		"/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"Emulate3Buttons"	"true"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"Radeon M6-1"
	Driver		"ati"
	Screen		0
	BusID		"PCI:1:0:0"
#	Option		"CloneDisplay"	"2"
EndSection

Section "Device"
	Identifier	"Radeon M6-2"
	Driver		"ati"
	Screen		1
	BusID		"PCI:1:0:0"
#	Option		"CloneDisplay"	"2"
EndSection

Section "Monitor"
	Identifier	"Monitor"
	HorizSync	30-60
	VertRefresh	50-75
	Option		"DPMS"
EndSection

Section "Monitor"
	Identifier	"E70-1"
	HorizSync	28.0 - 70.0
	VertRefresh	43.0 - 90.0
	Option		"DPMS"

	Modeline "1280x960"    108.00   1280 1324 1436 1652    960  961 964  984 +hsync +vsync
EndSection

Section "Screen"
	Identifier	"Screen 1"
	Device		"Radeon M6-1"
	Monitor		"Monitor"
	DefaultDepth	16
	SubSection "Display"
		Depth	16
		Modes	"1280x1024" "1152x864" "800x600" "640x480"
	EndSubSection
EndSection

Section "Screen"
	Identifier	"Screen 2"
	Device		"Radeon M6-2"
	Monitor		"E70-1"
	DefaultDepth	16
	SubSection "Display"
		Depth	16
		Modes	"1280x960" "1152x864"
	EndSubSection
EndSection

Section "DRI"
	Mode		 0666
EndSection

