Wireless (non-Bluetooth) mouse support
Slackrat
tlug-MOdoAOVCFFcswetKESUqMA at public.gmane.org
Wed Mar 19 19:44:17 UTC 2008
asdf a écrit profondement:
| Are wireless (non-Bluetooth) mice supported under current Linux distributions? I am
| thinking of getting a Logitech wireless mouse that uses a small 2.4GHz RF
| transceiver that plugs into a USB port, but am not sure how well such a mouse would
| be supported under Linux.
|
I have a Logitech and on my lappy it works just fine
All one has to do for a lappy is fix "X11org.conf" so that it somewhet
resembles this
[cite]
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/mouse"
[/cite]
and fix your "rc.local" or wherever else you might like to put sundry
stuff like this
[cite]
# enable gpm default Special commands
killall -9 gpm
/usr/sbin/gpm -m /dev/mouse -t imps2 -S ""
[/cite]
if you want to "right-click-and-hold-it" + "left-click-fast three times"
then right smartly "left-click" to give the Microsoft Three Finger Salute
--
SlackRat
--
The Toronto Linux Users Group. Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists
More information about the Legacy
mailing list