Pagina 1 di 1

Mouse problem...

Inviato: dom 27 lug 2008, 20:02
da tftd
Hey,

I bought a new mouse yesterday - Logitech RX250.
It has 7 buttons I think... You can scroll up/down and with the scroller you can go left/right.
I managed to get the scrolling ( up/down ) working with the usual xorg.conf settings:

Codice: Seleziona tutto


Section "InputDevice"
...
     Option "ZAxisMapping" "4 5 6 7"

EndSection

but still I can't find how to get left/right working ?

Here is a picture of my mouse http://www.fixsacomp.com/images/productos/15046121.jpg


Does anybody have an idea ? :) :-k

Thanks in advance,
tftd

Re: Mouse problem...

Inviato: dom 27 lug 2008, 21:31
da Blizzard
Hi!
I've a sphere mouse and I'm thankful if it has the scroll :lol: :lol: :lol: so I can't directly answer
but I think you need to emulate a X axis movement.
I've made a small search and found this
http://www.xfree86.org/current/mouse.4.html
Option "XAxisMapping" "N1 N2"
Specifies which buttons are mapped to motion in the X direction in wheel emulation mode. Button number N1 is mapped to the negative X axis motion and button number N2 is mapped to the positive X axis motion. Default: no mapping.

Maybe can help you! you have to discover the button number but I think they are sequential to the ZAxis buttons

hope this can help!
Bye
Gio

Re: Mouse problem...

Inviato: dom 27 lug 2008, 22:12
da neongen
you can try btnx. just detect buttons and bind them to key_left and key_right.

Re: Mouse problem...

Inviato: dom 27 lug 2008, 23:34
da tftd
Thanks for the replies !
I tried btnx but I can't find where "uinput" in the kernel is. So I can't enable it as a module ... :(

Re: Mouse problem...

Inviato: lun 28 lug 2008, 0:44
da neongen
tftd ha scritto:Thanks for the replies !
I tried btnx but I can't find where "uinput" in the kernel is. So I can't enable it as a module ... :(
device drivers > ATA/ATAPI... > Misc > User level driver support
:roll:

Re: Mouse problem...

Inviato: lun 28 lug 2008, 18:29
da Johnn
I have a Logitech Mx310 with 7 buttons. My xorg.conf in mouse section is:

Codice: Seleziona tutto

...
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
...
If you run in a shell:

xev

you can understand if all your button are set correctly.

My configuration should be ok because I can swicth between application windows, but in Konqueror and Firefox 3.0.x back and forward don't work and I don't know why (maybe firefox requests a particularly compilation flag).

Re: Mouse problem...

Inviato: mer 30 lug 2008, 0:00
da tftd
Johnn ha scritto:I have a Logitech Mx310 with 7 buttons. My xorg.conf in mouse section is:

Codice: Seleziona tutto

...
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7"
...
If you run in a shell:

xev

you can understand if all your button are set correctly.

My configuration should be ok because I can swicth between application windows, but in Konqueror and Firefox 3.0.x back and forward don't work and I don't know why (maybe firefox requests a particularly compilation flag).

Hey,

Sorry for the late reply but I had some work to do...
I tried your xorg.conf code but when i clicked the buttons in "xev" they weren't detected....

Also I tried to search in 'ATA/ATAPI' the User level driver support but no luck. Probably I need to update the kernel but I'm having cpu/memory problems with newer kernels. So probably I won't find a solution of the problem ;)


Thanks for all of your replies !

Best wishes,
tftd

Re: Mouse problem...

Inviato: mer 30 lug 2008, 8:06
da Blizzard
wow! xev is great!