31 Jan, 2009
Fix released for the Ubuntu Three Screen (and above) ‘Lose ability to click mouse’ bug
Posted by: Henri Cook In: Technical Support| Ubuntu
After months of aggravation and ‘just putting up’ with this bug a (source) patch and a quick terminal-based fix have been released.
Bug comments/description here: https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-177/+bug/296167
The terminal-fix which I’m using until a patched package is released is instituted as a script, and can be bound to a gnome hotkey for super quick-fixing.
/home/henri/scripts/mouse_fix.sh:
#!/bin/bash
cat /home/henri/scripts/mouse_fix.sh
xte “mousemove 0 0″
For [...]