4

I'm using Ubuntu 10.10 its installed using Wubi, dual boot with Windows. It's fresh install.

Randomly mouse cursor freezes and can't click anything on the screen. I can move mouse but can't click.

"It causes when select a text something" So I'm using keyboard to to reboot system. Then it back to normal after reboot. Tried with unplugging-plugging mouse don't work.

PC: Asus laptop with Intel GMA 950 graphic card. A4 tech optical mouse. Ubuntu 10.10 completely updated and upgraded.

How can I get around this?

Kees Cook
  • 17,473
Harry
  • 161

2 Answers2

0

You can try to add the X-Updates PPA to your software sources.

To do so you only need to enter

sudo add-apt-repository ppa:ubuntu-x-swat/x-updates

in a Terminal window. After doing that you'll need to check for software updates.

0

I had similar problem on an Acer laptop, and read somewhere that removing and reinserting the mouse driver can help. It worked for me so later i added the command to the end of the boot-process (around rcX.d S99 ).

sudo rmmod psmouse && sudo modprobe psmouse