>
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "PS/2"
> EndSection
Depnding on your mouse the following may also be needed.
Option "Protocol" "auto"
Option "ZAxisMapping" "4 5 6 7"
--
Richard A. Smith