Thanks, I am suprised though that the ps2 one doesnt work though. What model is the ps2 one? Perhaps it needs a goofy driver instead.
As long as there is a mouse working I'm fine.
The funny thing though..... I have reinstalled SUSE with usb-optical mouse plugged in and (surprise) it worked after5 the install without editing XF86Config....funny. Just out of curiousity I took a look onto the XF86Config and here is how the sections look like:
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
InputDevice "Mouse[3]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "Autodetection"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[3]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "Autodetection"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
Both use the same protocol, same 'Device'......funny
Bookmarks