Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

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.

share|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. – Nathan Osman 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. – Nathan Osman Apr 3 '11 at 3:50
show 1 more comment

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

share|improve this answer

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

share|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. – RolandiXor 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. – RolandiXor Nov 16 '11 at 13:25
I'm using 11.10 – daniel kullmann Nov 16 '11 at 16:20
show 1 more comment

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?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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