Do you have USB support compiled into your kernel?
If you use the USB->PS/2 converter, the mouse should work
perfectly with the posted configuration.
I have a hardware USB-to-PS/2 converter, if that is what you mean.
Here is part of my XF86Config-4 file:
Code:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "ZAxisMapping" "4 5"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection
Bookmarks