Post subject: Configuring M$ Wireless Laser Mouse Posted: Jun 12, 2006 - 01:46 AM
Joined: Dec 08, 2005
Posts: 300
Anyone got this M$ Wireless Laser Mouse 5000? I would like to see how I can configure this mouse for kanotix to work like in Windows. It has 4-way scrolling so when you move the wheel sideways you can scroll left and right. Clicking the wheel should make it act as a 3rd button. Also it has 2 side buttons that can be set to work as back/forward buttons.
Not sure how to set this up in xorg.conf. Any ideas?
Thanks
piper
Post subject: RE: Configuring M$ Wireless Laser Mouse Posted: Jun 13, 2006 - 12:16 AM
Team Member
Joined: May 03, 2005
Posts: 1544
Location: out there somewhere
I use the Logitech MX700 and I cannot get it (2 buttons on the side) to work.
Post subject: RE: Configuring M$ Wireless Laser Mouse Posted: Jun 13, 2006 - 01:21 PM
Joined: Dec 08, 2005
Posts: 300
Thanks, will try to play with it and see if I can get the side buttons to work..as well as the 4-way scrollwheel
markb
Post subject: RE: Configuring M$ Wireless Laser Mouse Posted: Jun 13, 2006 - 01:59 PM
Joined: Aug 09, 2004
Posts: 121
Location: Brisbane Australia
Try this. It should be all you need on Kanotix.
Code:
Section "InputDevice"
Identifier "EV Mouse"
Driver "evdev"
# Work out the following eventX via "cat /proc/bus/input/devices"
Option "Device" "/dev/input/event2"
EndSection