View Full Version : [ubuntu] Mouse click delayed mere milliseconds
+peter
November 13th, 2008, 02:06 PM
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!
stream303
November 14th, 2008, 04:31 AM
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...
+peter
November 15th, 2008, 01:10 PM
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!
jakon
December 28th, 2008, 02:38 PM
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
jakon
December 28th, 2008, 03:08 PM
The workaround for the mouse click delay in Intrepid:
1. Execute
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!):
<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.)
C7M
March 25th, 2009, 06:09 PM
Wow, thanks a lot, this solution worked for me!:D
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 :cool:
PS. USB mouse Genius Ergo 520
vBulletin® v3.8.4, Copyright ©2000-2012, Jelsoft Enterprises Ltd.