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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to