Public bug reported:

Binary package hint: xorg

Good afternoon,

After installing 6.10 on my PC, I noticed that buttons 6 and 7 on my
Logitec MX-500 were not functional.  I had to manually add the following
lines to my xorg.conf InputDevice stanza.

    Option         "Buttons" "5"
    Option         "ButtonMapping" "1 2 3 6 7"


Once added, the buttons functioned normally.  The default stanza looked like 
the following.

Section "InputDevice"
    Identifier     "Configured Mouse"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device" "/dev/input/mice"
    Option         "Protocol" "ExplorerPS/2"
    Option         "ZAxisMapping" "4 5"
    Option         "Emulate3Buttons" "true"
EndSection

Relevant section of lsusb:
Bus 002 Device 002: ID 046d:c025 Logitech, Inc. MX500 Optical Mouse

The expected behavior is that all existing mouse buttons would be
functional, and function as the manufacturer intended.

Thank you for your time,
Frank Russo

** Affects: xorg (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
Buttons/Buttonmapping not automatically added to xorg.conf
https://launchpad.net/bugs/70432

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

Reply via email to