On Thu, 2003-07-10 at 22:51, John Lowry wrote:
Section "InputDevice" Driver "mouse" Identifier "Mouse[1]" Option "Device" "/dev/pointer1" Option "Emulate3Buttons" "on" Option "Name" "Autodetection" Option "Protocol" "ps/2" Option "Vendor" "Sysp" EndSection
Section "InputDevice" Driver "mouse" Identifier "Mouse[3]" Option "Device" "/dev/pointer0" Option "Name" "Autodetection" Option "Protocol" "imps/2" Option "Vendor" "Sysp" EndSection <snip> Section "ServerLayout" Identifier "Layout[all]" InputDevice "Keyboard[0]" "CoreKeyboard" InputDevice "Mouse[1]" "CorePointer" InputDevice "Mouse[3]" "SendCoreEvents" Screen "Screen[0]" EndSection
Something is messed up here, you have two mice registered, one with a wheel, one without, and you're setting both as the main pointer (both CorePointer and SendCoreEvents tells X "use this as the main mouse") I would think you need to delete one of them.