Am Dienstag 27 September 2005 08:34 schrieb Henrik Schneider:

>
> # mouse mit mehr als 3 buttons
> Section "InputDevice"
>   Driver "mouse"
>   Option "Protocol" "Auto" #auto sollte langen um den passenden treiber
> zu laden.
>   Option "Device"     "/dev/input/mice"
>   Option "Buttons" "7"
>   Option "ZAxisMapping" "6 7"
> EndSection
>
>
> Mit dem Programm "xev" kannst du dir die Mouseevents anschauen. So
> kannst du schnell
> herrausfinden, wie die Buttons in XOrg nummeriert sind. Starte es im
> Terminal.
> In deine .xprofile in ~ kannst du mit "xmodmap -e "pointer = 1 2 3 4 6 7
> 4 5" die Buttons
> neu anordnen. Diese Konfig ist für eine M$Explorer Maus sollte aber mit
> Verstand auf jede
> andere Maus umsetzbar sein.

prinzipiell schöne sache aber ich krieg folgende ausgabe:

taste links: button 1
druck auf mausrad: 2
rechte taste: 3
rad vor: 4
rad zurück: 5

alles andere, also der daumenbutton und die 2te achse des rads geben keinen 
output, also protocol auto scheint nicht wirklich zu gehen

hier meine conf:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
#       Option      "Protocol" "IMPS/2"
        Option      "Protocol" "Auto"
        Option      "Buttons" "8"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
EndSection

-- 
----------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org

Antwort per Email an