View previous topic :: View next topic |
Author |
Message |
Mben Guru
Joined: 29 Mar 2004 Posts: 465 Location: New York, USA
|
Posted: Mon Mar 29, 2004 10:46 pm Post subject: Logitech Cordless Mx Duo - wheel problem |
|
|
I recently bought a logitech cordless mx duo wireless keyboard and mouse. both the keyboard and mouse are using ps/2. i have a 2.6.3 kernel and xfree 4.3.0-r5. i want to know how to make the scroll wheel on the mouse (and possibly some of the other buttons) work. The scroll wheel on the keyboard seems to work fine but the one on the mouse refuses to work. the mouse section of my current XF86Config is below:
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "PS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "10"
Option "ZAxis Mapping" "9 10"
the mouse has 5 buttons and a scroll wheel but someone on another forum suggested 10 buttons
Thanks in advance for any help
ben |
|
Back to top |
|
|
ender wiggin Tux's lil' helper
Joined: 08 Feb 2003 Posts: 119 Location: CO
|
Posted: Tue Mar 30, 2004 3:36 am Post subject: |
|
|
Have you tried:
Option "ZAxisMapping" "4 5" _________________ "There is no teacher but the enemy." |
|
Back to top |
|
|
Mben Guru
Joined: 29 Mar 2004 Posts: 465 Location: New York, USA
|
Posted: Tue Mar 30, 2004 12:28 pm Post subject: |
|
|
yes i have tried Option "ZAxisMapping" "4 5"
Thanks for your post |
|
Back to top |
|
|
Captain_Loser Tux's lil' helper
Joined: 19 Mar 2003 Posts: 106
|
Posted: Mon Apr 05, 2004 5:05 am Post subject: |
|
|
I had the same problem, change your protocol to IMPS/2 and add the zaxis mapping line and everything it should work, at least it did for me. _________________ KHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAN!!!!!!! |
|
Back to top |
|
|
kmoz n00b
Joined: 01 Apr 2004 Posts: 25 Location: London, Ontario
|
Posted: Mon Apr 05, 2004 5:24 am Post subject: |
|
|
Captain_Loser wrote: | I had the same problem, change your protocol to IMPS/2 and add the zaxis mapping line and everything it should work, at least it did for me. |
Does IMPS/2 only work for the ps/2 port? I tried the same setting and wound up with a non-functioning xserver (i'm trying to get mine working via usb) |
|
Back to top |
|
|
Mben Guru
Joined: 29 Mar 2004 Posts: 465 Location: New York, USA
|
Posted: Mon Apr 05, 2004 12:34 pm Post subject: |
|
|
thanks for your post,
it works fine for me with both usb and ps/2 and all the buttons are working.
My working xf86config is:
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "SendCoreEvents" "true"
Option "Buttons" "10"
Option "ZAxis Mapping" "4 5"
thanks again |
|
Back to top |
|
|
|