Comment 12 for bug 54191

Revision history for this message
Jakob Unterwurzacher (jakobunt) wrote :

The workaround for the click delay in Intrepid:

1. Execute
xinput list
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.)