JoeHill wrote:

On Wed, 16 Jul 2003 14:45:08 -0700
"Peter Nehem" <[EMAIL PROTECTED]> uttered:



Hi all,
I'm hoping this is the right place to post this message.
I have a Logitech MX 700 wireless usb mouse. I have to move the mouse
around a few seconds before it starts to respond (but I can live with
this). Afterwords most of the buttons seem to work. It has 8 button.
But I can't get the wheel to scroll up or down. Here is how the mouse
looks in the XF86Config file:

Section "Input Device"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/usbmouse"
Option "Buttons" "10"
Option "ZAxisMapping" "9 10"
Option "Resolution" "800"
EndSection



Looks like the ZAxisMapping is wrong...should have all of the buttons enumerated I believe.

There may be useful info for you about how that works here:

http://www.deadman.org/



I have an MX700 with 4.3.0 and use:


Section "InputDevice"
 Driver       "mouse"
 Identifier   "Mouse[3]"
 Option       "ButtonNumber" "10"
 Option       "Device" "/dev/pointer0"
 Option       "InputFashion" "Mouse"
 Option       "Name" "Autodetection"
 Option       "Protocol" "imps/2"
 Option       "Vendor" "Sysp"
 Option       "ZAxisMapping" "4 5"
EndSection

I don't use any of the other buttons beside the wheel though, but I don't think any other setting of ZAxisMapping will allow the wheel to work.

Hope that helps.

_______________________________________________
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86

Reply via email to