You are not logged in.

#1 2006-09-05 09:11:51

Sir_Leon
Member
Registered: 2006-09-03
Posts: 31

Xmodmap

Hello!
I can't find Xmodmap in my Arch64 distro. I have a 7 button mouse and I want to use it properly. Where can ı add "pointer = ...." code?

Offline

#2 2006-09-05 09:17:30

vacant
Member
From: downstairs
Registered: 2004-11-05
Posts: 816

Re: Xmodmap

Do you need to do that? I don't need xmodmap to map 5 buttons. All done in /etc/X11/xorg.conf

Section "InputDevice"
    Identifier  "chic"
    Driver      "mouse"
    Option      "Protocol"    "ExplorerPS/2"
    Option      "Device"      "/dev/input/mice"
    Option      "Buttons" "5"
    Option      "ZAxisMapping" "4 5"
    Option      "ButtonMapping" "1 2 3 6 7"
EndSection

Offline

#3 2006-09-05 09:20:12

brazzmonkey
Member
From: between keyboard and chair
Registered: 2006-03-16
Posts: 818

Re: Xmodmap

xmodmap is no longer required. you still need imwheel, though.


what goes up must come down

Offline

#4 2006-09-05 09:35:45

Sir_Leon
Member
Registered: 2006-09-03
Posts: 31

Re: Xmodmap

Thank you both. I used ButtonMapping code and ıt worked.

Offline

Board footer

Powered by FluxBB