Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen	0 "Screen0"
#	Screen  1 "Screen1" LeftOf "Screen0"
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Synaptics Mouse" "AlwaysCore"
	InputDevice    "Keyboard0" "CoreKeyboard"
#	Option		"AIGLX" "true"
EndSection

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

Section "Module"
	Load  "ddc"
	Load  "vbe"
	Load  "dbe"
	Load  "extmod"
	Load  "record"
	Load  "xtrap"
	Load  "dri"
	Load  "glx"
	Load  "freetype"
	Load  "type1"
	Load  "bitmap"
#	Load  "speedo"
	Load  "v4l"
	Load  "synaptics"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option "AutoRepeat" "500 30"
	Option "XkbRules"   "xorg"
	Option "XkbOptions" "altwin:left_meta_win,lv3:menu_switch"
#	Option "XkbModel"   "pc105"
	Option "XkbLayout"  "pl"
EndSection

Section "InputDevice"
	Driver  	"synaptics"
	Identifier  	"Synaptics Mouse"
	Option	"Device"  	"/dev/psaux"
	Option	"Protocol"	"auto-dev"
	Option	"LeftEdge"      "1700"
	Option	"RightEdge"     "5300"
	Option	"TopEdge"       "1700"
	Option	"BottomEdge"    "4200"
	Option	"FingerLow"	"25"
	Option	"FingerHigh"	"30"
	Option	"MaxTapTime"	"180"
	Option	"MaxTapMove"	"220"
	Option	"VertScrollDelta" "100"
	Option	"MinSpeed"	"0.09"
	Option	"MaxSpeed"	"0.18"
	Option	"AccelFactor"	"0.0015"
	Option	"SHMConfig"	"on"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "IMPS/2"
	#Option	    "Device" "/dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-mouse"
	Option     "Device" "/dev/input/mice"
	Option      "Buttons" "9"
	Option	    "ZAxisMapping" "4 5 6 7"
	Option      "Emulate3Buttons" "false"
EndSection

Section "Monitor"
	DisplaySize	  330   210	# mm
	Identifier   "Monitor0"
	VendorName   "IBM"
	ModelName    "2887"
EndSection

Section "Monitor"
#	DisplaySize	  330   210	# mm
	Identifier   "Monitor1"
	VendorName   "Sony"
	ModelName    "G200"
#	HorizSync    30-96
#	VertSync     48-120
EndSection

Section "Device"
	Option      "AccelMethod" "EXA"
	Option      "DynamicClocks"	"true"
        Option      "BIOSHotkeys" "on"
        Option      "AGPMode" "4"
        Option      "EnablePageFlip" "on"
        Option      "RenderAccel" "on"
	Option      "MonitorLayout" "LVDS, CRT" 
	Identifier  "Card0"
	Driver      "ati"
	VendorName  "ATI Technologies Inc"
	BoardName   "M24 1P [Radeon Mobility X600]"
	BusID       "PCI:1:0:0"
#	Screen	0
EndSection

#Section "Device"
#	Identifier  "Card1"
#	Driver      "ati"
#	VendorName  "ATI Technologies Inc"
#	BoardName   "M24 1P [Radeon Mobility X600]"
#	BusID       "PCI:1:0:0"
#	Screen	1
#EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	SubSection "Display"
		Virtual 1680 1050
		Viewport   0 0
		Modes	"1680x1050"
		Depth     24
	EndSubSection
EndSection

#Section "Screen"
#	Identifier "Screen1"
#	Device     "Card1"
#	Monitor    "Monitor1"
#	SubSection "Display"
#		Viewport   0 0
#		Modes	"1280x1024"
#		Depth     24
#	EndSubSection
#EndSection

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

Section "DRI"
Group "video"
Mode 0660
EndSection