Here is the relevant section from my /etc/X11/XF86Config-4, this is for
PS/2 mouse and USB:
Section "InputDevice"
Driver "mouse"
Identifier "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "usbmice"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
EndSection
Xfree 4.x works great with 2 input mouse devices.
Michael
Vern W Heesch wrote:
> I have hose something up on my system (Mandrake8.1) while trying to
> configure my laptop to use both the touchpad and a usb mouse. I went to
> the sxs and followed the directions there as best I could. It didn't say
> anything about using 2 mice though but I got all the modules loaded ok.
> So I searched google and found something that also showed how to modify
> XF86Config. It said to add another InputDevice section for the usb mouse
> and to use device '/dev/input/mice' which does exist.
>
> After some messing around trying to get it to work it dawned on me that
> they were now both using driver 'mouse' and that didn't seem right.
> Unfortunately I don't remember where driver 'mouse' originally linked to
> but I assumed psaux. Now driver 'mouse' is linked to usbmouse which
> should be in /dev/usb but there is nothing there except hid/.
_______________________________________________
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.