Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Logitech Cordless Mx Duo - wheel problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Mben
Guru
Guru


Joined: 29 Mar 2004
Posts: 465
Location: New York, USA

PostPosted: Mon Mar 29, 2004 10:46 pm    Post subject: Logitech Cordless Mx Duo - wheel problem Reply with quote

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
View user's profile Send private message
ender wiggin
Tux's lil' helper
Tux's lil' helper


Joined: 08 Feb 2003
Posts: 119
Location: CO

PostPosted: Tue Mar 30, 2004 3:36 am    Post subject: Reply with quote

Have you tried:

Option "ZAxisMapping" "4 5"
_________________
"There is no teacher but the enemy."
Back to top
View user's profile Send private message
Mben
Guru
Guru


Joined: 29 Mar 2004
Posts: 465
Location: New York, USA

PostPosted: Tue Mar 30, 2004 12:28 pm    Post subject: Reply with quote

yes i have tried Option "ZAxisMapping" "4 5"
Thanks for your post
Back to top
View user's profile Send private message
Captain_Loser
Tux's lil' helper
Tux's lil' helper


Joined: 19 Mar 2003
Posts: 106

PostPosted: Mon Apr 05, 2004 5:05 am    Post subject: Reply with quote

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
View user's profile Send private message
kmoz
n00b
n00b


Joined: 01 Apr 2004
Posts: 25
Location: London, Ontario

PostPosted: Mon Apr 05, 2004 5:24 am    Post subject: Reply with quote

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
View user's profile Send private message
Mben
Guru
Guru


Joined: 29 Mar 2004
Posts: 465
Location: New York, USA

PostPosted: Mon Apr 05, 2004 12:34 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum