Public bug reported:

I know there have been similar Bugs reported but only on Laptop machines with 
Touchpad.
I have this bug where every click is interpreted as a double click. I do not 
have a Touchpad.
This is my xorg.conf mouse entry which worked fine in Gutsy

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Driver          "mouse"
        Option          "Protocol"      "ExplorerPS/2"
        Option          "Device"        "/dev/input/mice"
        Option          "Buttons"       "9"
        Option          "ZAxisMapping"  "4 5"
        Option          "ButtonMapping" "1 2 3 6 7 8 9"
EndSection

I replaced the entry with this now, which works

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

** Affects: ubuntu
     Importance: Undecided
         Status: New

-- 
Mouse unable to single click after upgrade to Hardy
https://bugs.launchpad.net/bugs/209160
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to