View previous topic :: View next topic |
Author |
Message |
aproan Guru
Joined: 30 Apr 2005 Posts: 415
|
Posted: Sat May 19, 2007 7:28 am Post subject: Zaxis mapping [solved] |
|
|
I have a logitech mediaplay mouse and just know I was able to compile this driver http://daemon.prozone.org/~david/projects/lmpcm_usb/ but I have some issues.
Here they provide you with this .Xmodmap,
Code: | keycode 234 = XF86Back
keycode 233 = XF86Forward
keycode 174 = XF86AudioLowerVolume
keycode 176 = XF86AudioRaiseVolume
keycode 162 = XF86AudioPlay
keycode 144 = XF86AudioPrev
keycode 153 = XF86AudioNext
keycode 168 = XF86AudioMedia
pointer = 1 2 3 6 7 4 5 |
and this is what I get when i execute xmodmap
Code: | xmodmap .Xmodmap
Warning: Only changing the first 7 of 13 buttons.
|
My big problem is that the Zaxis is not working. I cannot move up and down, instead (in a browser) it goes from foward to back. This is my xorg.
Code: |
Section "InputDevice"
Identifier "LMPCM"
Driver "mouse"
option "CorePointer"
option "Device" "/dev/input/mice"
option "Protocol" "ExplorerPS/2"
option "ZAxisMapping" "6 7"
Option "Buttons" "9"
Option "Name" "MediaPlay"
Option "Vendor" "Logitech"
EndSection |
let me know if you have any ideas! please
Last edited by aproan on Sat May 19, 2007 7:55 am; edited 1 time in total |
|
Back to top |
|
|
bunder Bodhisattva
Joined: 10 Apr 2004 Posts: 5947
|
|
Back to top |
|
|
aproan Guru
Joined: 30 Apr 2005 Posts: 415
|
Posted: Sat May 19, 2007 7:55 am Post subject: |
|
|
I added "Emulate3Buttons" "yes" to my xorg.conf and that solved it. d'oh sorry, taht was dumb |
|
Back to top |
|
|
|