6

i got my touchpad stop working after several hours being disabled (using Fn+F7 in my Acer 4530). i've tried many times to turn it on using the same key-combination (Fn+F7), although the touchpad indicator says it works, but the touchpad still not working

i wonder if anybody know how to fix this problem?

Jorge Castro
  • 73,717
Dwi Ash
  • 71

5 Answers5

2

I had the same problem, touchpad worked for login screen but not once logged in. I got it going with

gconftool -s -t bool /desktop/gnome/peripherals/touchpad/touchpad_enabled true
Jorge Castro
  • 73,717
1

pardon me i forgot to answer your responses & answers. Actually my touchpad had came back to life again. I just re-installed the X11 then after reboot it works again. I didn't know what wrong here in my system

Dwi Ash
  • 71
0

I have the same problem on my Acer Extensa 5635th Here I could take the touchpad running again because I have also installed Windows XP. In XP, the touchpad back on, switched to Ubuntu and it worked again.

0

I had the same problem. I fixed it by disabling the touchpad with the button, then typing gconftool -s -t bool /desktop/gnome/peripherals/touchpad/touchpad_enabled true, then re-enabling the button.

Greg
  • 466
0
sudo modprobe -r psmouse
sudo modprobe psmouse

This works for me when I forget that the touchpad can be disabled, but not re-enabled again.

Greg
  • 466