MadMan2k madman2k at gmx.de
Fri Nov 18 16:31:02 CST 2005


On Fr, 2005-11-18 at 18:24 +0100, Lionel Dricot (aka Ploum) wrote:
> >
> > Is there many users having a such mouse? Are you sure that's an
> > application issue?
> >
> 
> I have one MX-510. For me, the bug is not in Gnome but in X as xev
> answer the same code for those button and the middle click.
right, you have to set up your X-Server correctly, which Ubuntu doesnt right now.
So your problem is rather a Ubuntu issue.

since I've already answered this privately and there are obviously still
questions about it, I'll post the solution here:

Section "InputDevice"
        Identifier  "Configured Mouse"
        Driver      "mouse"
        Option      "CorePointer"
        Option      "Protocol" "evdev"
        Option      "Dev Phys" "usb-0000:00:02.1-2/input0"
        Option      "Device" "/dev/input/event2"
        Option      "Buttons" "8"
        Option      "ZAxisMapping" "4 5"
        Option      "Resolution" "800"
EndSection

you can find out the correct "Dev Phys"/ "Device" by:
"cat /proc/bus/input/devices"

M2k




More information about the ubuntu-devel mailing list