multiple mouse configurations for X

multiple mouse configurations for X

am 02.06.2004 15:18:23 von Luca Ferrari

Hi,
I'm using suse 9 on a compaq nx9010. I'm using a microsoft intellimouse over
usb, and everything works fine, but I'd like to configure X so that I can use
simultaneously also the integrated touchpad as ps2 mouse. My XF86Config file
has the following entries:

# intellimouse
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "ButtonNumber" "2"
Option "Buttons" "5"
Option "Device" "/dev/mouse"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection

#touchpad
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[3]"
Option "Device" "/dev/pointer0"
Option "Name" "Autodetection"
Option "Protocol" "imps/2"
Option "Vendor" "Sysp"
EndSection



Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[3]" "CorePointer"
InputDevice "Mouse[1]" "SendCoreEvents"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection

How should I set ServerLayout to get the touchpad working?
Thanks,
Luca
--
Luca Ferrari,
fluca1978@virgilio.it
-
To unsubscribe from this list: send the line "unsubscribe linux-admin" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html