Section "ServerLayout"

#	InputDevice    "Mouse0" "CorePointer"
	Identifier     "single head configuration"
	Screen      0  "Default Screen" 0 0
	InputDevice    "Synaptics Touchpad"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

	ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib/xorg/modules"
	FontPath     "unix/:7100"
EndSection

Section "Module"
	Load  "bitmap"
	Load  "ddc"
	Load  "dbe"
	Load  "extmod"
	Load  "fbdevhw"
	Load  "freetype"
	Load  "i2c"
	Load  "int10"
	Load  "record"
	Load  "type1"
	Load  "vbe"
	Load  "glx"
EndSection

Section "ServerFlags"
	Option	    "AllowMouseOpenFail"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "us"
	Option	    "XkbVariant" "intl"
EndSection

Section "InputDevice"
	Identifier  "Synaptics Touchpad"
	Driver      "synaptics"
	Option	    "SendCoreEvents" "true"
	Option	    "Device" "/dev/input/mouse1"
	Option	    "Protocol" "auto-dev"
	Option	    "HorizScrollDelta" "0"
	Option	    "LeftEdge" "120"
	Option	    "RightEdge" "830"
	Option	    "TopEdge" "120"
	Option	    "BottomEdge" "650"
	Option	    "FingerLow" "14"
	Option	    "FingerHigh" "15"
	Option	    "MaxTapTime" "180"
	Option	    "MaxTapMove" "110"
	Option	    "EmulateMidButtonTime" "75"
	Option	    "VertScrollDelta" "20"
	Option	    "MinSpeed" "0.9"
	Option	    "MaxSpeed" "1.3"
	Option	    "AccelFactor" "0.01"
	Option	    "EdgeMotionMinSpeed" "15"
	Option	    "EdgeMotionMaxSpeed" "15"
	Option	    "UpDownScrolling" "1"
	Option	    "CircularScrolling" "1"
	Option	    "CircScrollDelta" "0.1"
	Option	    "CircScrollTrigger" "2"
EndSection

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

Section "Monitor"
	Identifier   "Generic Monitor"
	ModelName    "Unknown monitor"
	HorizSync    30.0 - 90.0
	VertRefresh  50.0 - 60.0
	Option	    "DPMS"
EndSection

Section "Device"
	Identifier  "NVIDIA Corporation NV17 [GeForce4 420 Mac 32M/GeForce 440 Go 64M]"
	Driver      "nvidia"
	BoardName   "Unknown video card"
	Option	    "RenderAccel" "True"
	Option	    "AllowGLXWithComposite" "True"
	Option	    "NvAGP" "1"
	Option	    "NoLogo" "1"
	Option	    "CursorShadow" "on"
	Option	    "ConnectedMonitor" "DFP-0"
	Option	    "IgnoreDisplayDevices" "TV-0"
	Option      "UseEdidFreqs" "False"
	BusID       "PCI:1:0:0"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "NVIDIA Corporation NV17 [GeForce4 420 Mac 32M/GeForce 440 Go 64M]"
	Monitor    "Generic Monitor"
	DefaultDepth     24
	SubSection "Display"
		Modes    "1680x1050" "1280x800" "1152x768" "1024x768" "800x600" "640x480"
		Depth     24
	EndSubSection
EndSection

Section "DRI"
	Group        0
	Mode         0666
EndSection

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