Comment 21 for bug 292042

Revision history for this message
Arnaud Jeansen (ajeans) wrote :

@Ambrick
Can you also attach the output above, *after* reinstalling xserver-xorg-input-synaptic please ?

The input-synaptics interaction may be due to what I'm seeing with my USB keyboard (https://bugs.launchpad.net/ubuntu/+source/hal/+bug/351059).

If the hal description of your mouse says
input.x11_driver = 'evdev'
in the first log, and
input.x11_driver = 'synaptics'
in the second log, please try to run the following command

hal-set-property --udi "$UDI" \
--key "input.x11_driver" --string "evdev"

with $UDI the udi identifier of your mouse.

Thanks