View previous topic :: View next topic |
Author |
Message |
slavelabor n00b
Joined: 28 Jul 2004 Posts: 3
|
Posted: Wed Jul 28, 2004 6:51 pm Post subject: logitech mx310 and XF86Config |
|
|
before upgrading to my 2.6 kernel, the side buttons on my logitech mx 310 worked. a simple xmodmap -e 'pointer = 1 2 3 6 7 4 5' setup everything correctly. but since the upgrade, the two side buttons quit working. I had to change the mouse protocol from ExplorerPS/2 to IMPS/2 for the buttons to start even generating X events again, but when they do they show up as button 2 and button 3, respectively (obviously screwed up). tried a few different xmodmap configs, and it's not stopping those buttons from showing up and button 2 and button 3. here's my relevant XF86Config info:
Code: |
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
#Option "Protocol" "ExplorerPS/2"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
EndSection
|
I think this is some kind of driver issue, but don't know where to start. |
|
Back to top |
|
|
slavelabor n00b
Joined: 28 Jul 2004 Posts: 3
|
Posted: Wed Jul 28, 2004 9:10 pm Post subject: |
|
|
anybody? |
|
Back to top |
|
|
bennettp Guru
Joined: 22 Feb 2004 Posts: 335 Location: on my back and tumbling
|
Posted: Thu Jul 29, 2004 3:13 am Post subject: |
|
|
I've never had this problem, I only just got my mx310
However, you might be interested in how I got the 8th button working (the little "app switcher" button below the wheel). And it might also get the side buttons working.
I put the info in this thread.
Last edited by bennettp on Thu Jul 29, 2004 3:19 am; edited 1 time in total |
|
Back to top |
|
|
|