mx400

ajtiM ajtim at wi.rr.com
Sun Jun 25 05:58:07 PDT 2006


On Saturday 24 June 2006 11:54, Stanislav Sedov wrote:
> On Sat, 24 Jun 2006 09:46:59 -0500
>
> ajtiM <ajtim at wi.rr.com> wrote:
> > Hi!
> >
> > I have Logitech MX400 mouse
> > (http://www.logitech.com/index.cfm/products/details/EEUR/EN,CRID=2142,CON
> >TENTID=11551).
> >
> > I have in xorg.conf:
> >
> > Section "InputDevice"
> >  Identifier    "Mouse[1]"
> >  Driver        "mouse"
> >  Option        "Device" "/dev/input/mice"
> >  Option        "SendCoreEvents"  "true"
> >  Option        "Protocol" "IMPS/2"
> >  Option        "ZAxisMapping" "4 5"
> >  Option        "Buttons" "5"
> > EndSection
> >
> > Wheel works but two thumbs bottons don't. Wheel also has not a function
> > to "lock" wheel.
> > Is it possible to setup mouse that will works same as under Windows,
> > please?
>
> I don't know, how it works under windows, but if you add
> Option        "Buttons" "7"
>
> other two buttons should be functional. Appropriate buttons
> then could be mapped in any way.
>
> Specifying 8 buttons might help you to use "lock" button too.

I did try:

Section "InputDevice"
 Identifier    "Mouse[1]"
 Driver        "mouse"
 Option        "Device" "/dev/input/mice"
 Option        "SendCoreEvents"  "true"
 Option        "Protocol" "IMPS/2"
 Option        "ZAxisMapping" "4 5"
 Option        "Buttons" "8"           
 Option        "ButtonMapping" "1 2 3 6 7 8"
EndSection

Result is same as before.



More information about the xorg mailing list