I would like to find a way to turn my laptop touchpad on and off. (I generally use a mouse instead.)

I use an HP laptop. Thanks.

link|improve this question
@user13499 What is the model of your laptop? What version of Ubuntu are you running? – belacqua Apr 3 '11 at 2:53
1  
Would the tool in this answer help? It allows complete control over the touchpad. – George Edison Apr 3 '11 at 3:36
Hp g62. and ubuntu 10.10 – Jose King Apr 3 '11 at 3:37
-HP-G62-Notebook-PC:~$ sudo apt-get install touchpad-indicator Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package touchpad-indicator reborn@reborn-HP-G62-Notebook-PC:~$ – Jose King Apr 3 '11 at 3:43
1  
@user: I think you need to add a repository first. – George Edison Apr 3 '11 at 3:50
show 1 more comment
feedback

3 Answers

Touchpad-Indicator will allow you to toggle on/off the touchpad, simply, and quickly.

  • Open a terminal, and run the following:

sudo apt-add-repository ppa:atareao/atareao.

sudo apt-get update.

sudo apt-get install touchpad-indicator.

  • You may then launch touchpad-indicator from Accessories.

enter image description here

link|improve this answer
feedback

Open gconf-editor, navigate to /desktop/gnome/peripherals/touchpad and uncheck "touchpad enabled".

link|improve this answer
omg, thanks a thousand! – Jose King Apr 3 '11 at 3:57
@user13499: glad to help ;) (btw I have an HP too) - also remember to mark the question as answered by clicking the check box on my answer. – Roland Taylor Apr 3 '11 at 4:01
The key "touchpad enabled" is not available on my system (a Dell Precision) – daniel kullmann Nov 16 '11 at 8:23
@danielkullmann what version of Ubuntu are you using? You may need to open a new question. – Roland Taylor Nov 16 '11 at 13:25
I'm using 11.10 – daniel kullmann Nov 16 '11 at 16:20
show 1 more comment
feedback

The Jupiter applet lets you turn on and off your touchpad (as well as power-management, bluetooth, wifi).

Also see this question: Disable pad click

and this one : Is there software to manage the laptop's touchpad?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.