I tried removing the extra InputDevice section, and it didn't change the behavior. A single click is still registering as a double click. By the way, I restarted gdm after editing xorg.conf, and I actually tried rebooting the machine too.

I've seem this behavior with at least three different mice.

Tom

Julien Cristau wrote:
On Fri, Oct 12, 2007 at 11:06:19 -0700, Tom Epperly wrote:

Package: xserver-xorg
Version: 1:7.3+2
Severity: normal


I just upgraded xserver-xorg to a new version, and now when I make a
single left mouse click from my Microsoft IntelliMouse Optical USB
mouse it registers as a double click. This behavior occurs in all my
applications and gnome-panel menus.

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

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

Your problem is due to these two mouse sections.  Remove one of them,
and it should just work.

Cheers,
Julien



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to