Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Zaxis mapping [solved]
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
aproan
Guru
Guru


Joined: 30 Apr 2005
Posts: 415

PostPosted: Sat May 19, 2007 7:28 am    Post subject: Zaxis mapping [solved] Reply with quote

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


Joined: 10 Apr 2004
Posts: 5947

PostPosted: Sat May 19, 2007 7:32 am    Post subject: Reply with quote

tried these?

http://gentoo-wiki.com/HOWTO_Mouse_Scrollwheel
http://gentoo-wiki.com/HOWTO_Advanced_Mouse

cheers
_________________
Neddyseagoon wrote:
The problem with leaving is that you can only do it once and it reduces your influence.

banned from #gentoo since sept 2017
Back to top
View user's profile Send private message
aproan
Guru
Guru


Joined: 30 Apr 2005
Posts: 415

PostPosted: Sat May 19, 2007 7:55 am    Post subject: Reply with quote

I added "Emulate3Buttons" "yes" to my xorg.conf and that solved it. d'oh sorry, taht was dumb
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