Results 1 to 6 of 6

Thread: Mouse click delayed mere milliseconds

  1. #1
    Join Date
    Mar 2008
    Beans
    7

    Mouse click delayed mere milliseconds

    So this is a problem that I have had with every Ubuntu install, my mouse click is delayed a millisecond or so. This is frustrating when clicking and moving your mouse at the same time, causing you to miss. It is a problem with both my mouse and track pad.

    I used to fix this by going into xorg.conf and turning "emulate 3 button mouse" off. However, in Intrepid, this option is no longer there. I understand that the Xorg.conf file has less importance now ... I just need some pointers on how to solve this. Thanks!

  2. #2
    Join Date
    Jan 2006
    Beans
    Hidden!

    Re: Mouse click delayed mere milliseconds

    Hmm.. maybe fool with the environment a little here.

    Are you using a KVM switch? Are the mice and trackpad connected directly to the machine and not via something else in between? Does the mouse work ok without the trackpad or visca versca?

    Does forcing it to redetect the mouse by disconnecting and reconnecting it make any difference?

    And of course the smarty-pants answer: have you tried a 3-button mouse? On my Intrepid ppc box, a microsoft mouse works fine. However I can understand it if you prefer a one button mouse.

    I wish I knew more about how the new Xserver handles mice and keyboards, so I don't know what to say there in regards to xorg.conf...
    20" G5 iMac - AMD64 HP desktop
    http://www.ppclinux.info/

  3. #3
    Join Date
    Mar 2008
    Beans
    7

    Re: Mouse click delayed mere milliseconds

    Thanks for the thoughts! My mouse plugs directly into my USB port and is a Logitech 3 button mouse.

    I have had this problem with every Ubuntu install, and I always solved it by deactivating "emulate 3 button mouse" in Xorg.conf.

    Now that Intrepid handles it differently, I am lost. I guess more research is required. If anybody can point me in the correct direction, that would be awesome!

  4. #4
    Join Date
    May 2008
    Beans
    21

    Re: Mouse click delayed mere milliseconds

    I also see this on a PC with a Logitech 3 button mouse. And it sucks.

    I don't have the complete solution, but i do have a pointer:
    https://bugs.launchpad.net/xorg-server/+bug/54191

  5. #5
    Join Date
    May 2008
    Beans
    21

    Arrow Solution:

    The workaround for the mouse click delay in Intrepid:

    1. Execute
    Code:
    xinput list --short
    and note your mouse name. For me, this is "Logitech USB-PS/2 Optical Mouse".

    2. Create the file /etc/hal/fdi/policy/mouse-3button.fdi , containing (replace the mouse name with yours!):
    Code:
    <match key="info.product" string="Logitech USB-PS/2 Optical Mouse">
     <merge key="input.x11_options.Emulate3Buttons" type="string">false</merge>
    </match>
    3. Unplug your mouse and replug it. (This won't suffice if it's a PS/2 mouse i guess. In this case reboot.)

  6. #6
    Join Date
    Mar 2009
    Beans
    1

    Re: Mouse click delayed mere milliseconds

    Wow, thanks a lot, this solution worked for me!
    I've tried a lot of different solutions but none of them worked.
    Changing "emulate3buttons/emulate3mouse/emulatewheel" to "false/no/0" in xorg.conf sections also didn't help.
    Now i can play quake 3
    PS. USB mouse Genius Ergo 520

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •