Xonotic Forums
[SOLVED] [solved] Ubuntu: mouse lagging while pressing keyboard keys - Printable Version

+- Xonotic Forums (https://forums.xonotic.org)
+-- Forum: Support (https://forums.xonotic.org/forumdisplay.php?fid=3)
+--- Forum: Xonotic - Help & Troubleshooting (https://forums.xonotic.org/forumdisplay.php?fid=4)
+--- Thread: [SOLVED] [solved] Ubuntu: mouse lagging while pressing keyboard keys (/showthread.php?tid=272)



[solved] Ubuntu: mouse lagging while pressing keyboard keys - tankmiche - 04-10-2010

This happens playing with an external mouse on laptops with a touchpad: see the mouseemu bug.

To fix this edit /etc/default/mouseemu:

Code:
sudo gedit /etc/default/mouseemu

and add the following at the end:

Code:
TYPING_BLOCK="-typing-block 0"

then restart mouseemu:

Code:
sudo /etc/init.d/mouseemu restart

Hope it helps.
Cya hf!