[Bug 202045] Re: forward and back mouse buttons don't work

Matthew Tighe matthew.e.tighe at gmail.com
Fri Mar 14 20:08:44 UTC 2008


Here's what I had to modify to get it to work for me:

Section "InputDevice"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Protocol" "ExplorerPS/2"
    Option         "Device" "/dev/psaux"
#    Option         "Buttons" "7"
    Option         "ButtonMapping" "1 2 3 8 9 10 11"
#    Option         "ZAxisMapping" "6 7"
EndSection

And then I have a script called .mouse-start which runs when I login
(this is a hold over from fiesty, but the scroll wheel would not work
without it):

#!/bin/sh
exec xmodmap -e "pointer = 1 2 3 8 9 4 5" &
exec imwheel -k -b "6 7" &
exec $REALSTARTUP

I hope this does work out of the box for most people and this is just a
hold over thing because I've upgraded.

-- 
forward and back mouse buttons don't work
https://bugs.launchpad.net/bugs/202045
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to Mozilla Firefox.




More information about the Ubuntu-mozillateam-bugs mailing list