Results 1 to 2 of 2
Is it possible to have 2 mice under X? Has anyone tried this out?...
- 02-18-2006 #1
2 mice?
Is it possible to have 2 mice under X? Has anyone tried this out?
Flies of a particular kind, i.e. time-flies, are fond of an arrow.
Registered Linux User #408794
- 02-18-2006 #2
Absolutely. In fact, I think the last couple of distros I tried would allow multiple pointing devices by default.
The /etc/X11/xorg.conf might need an additional entry for each mouse beyond the first one, looking something like this:
This is what I use for a USB Logitech wheel mouse. Uncomment the last Option for a mouse with more than two buttons and a wheel, and set the number to however many buttons the mouse has. Also, check for the protocol that best matches your extra mouse.Code:Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "SendCoreEvents" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" # Option "Buttons" "5" EndSection
Stand up and be counted as a Linux user!


Reply With Quote
