How to disable touchpad on lappy (Solved)

Booting, installing, newbie
Post Reply
Message
Author
User avatar
PeteAir
Posts: 47
Joined: Fri 01 May 2009, 19:03
Location: Texas

How to disable touchpad on lappy (Solved)

#1 Post by PeteAir »

HP g60-235DX Laptop has a button above the touchpad to turn it off but xenialpup64 and tahrpup64 ignore it. I can go to settings/Mouse Keyboard Wizzard and turn it off but that only sticks for the session, is there a script that I can put in startup to kill it. This laptop sits on a slanted desktop stand and always has a mouse plugged in. I never use the pad, and am sick of it getting in my way.
thanks pete
Last edited by PeteAir on Wed 15 Aug 2018, 13:44, edited 1 time in total.

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#2 Post by bigpup »

has a button above the touchpad to turn it off but xenialpup64 and tahrpup64 ignore it
You can select what keyboard setup model you are using.
mouse/keyboard wizard>advanced configuration>keyboard model

There are several for HP.
May not be one specifically for your laptop, but maybe one that is for a HP laptop will work.
This may get that touchpad off/on switch to work.
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
PeteAir
Posts: 47
Joined: Fri 01 May 2009, 19:03
Location: Texas

How to disable touchpad on lappy

#3 Post by PeteAir »

Hey, bigpup
Yes I saw those and tried all of the hp's, restartedx, none made a difference.

thanks, pete

User avatar
bigpup
Posts: 13886
Joined: Sun 11 Oct 2009, 18:15
Location: S.C. USA

#4 Post by bigpup »

I really did not think it would be that easy, but had to try it.
Thanks for trying!
The things they do not tell you, are usually the clue to solving the problem.
When I was a kid I wanted to be older.... This is not what I expected :shock:
YaPI(any iso installer)

User avatar
MochiMoppel
Posts: 2084
Joined: Wed 26 Jan 2011, 09:06
Location: Japan

Re: How to disable touchpad on lappy

#5 Post by MochiMoppel »

PeteAir wrote:is there a script that I can put in startup to kill it.
This should do it:

Code: Select all

#!/bin/sh
synclient TouchpadOff=1

User avatar
PeteAir
Posts: 47
Joined: Fri 01 May 2009, 19:03
Location: Texas

How to disable touchpad on lappy

#6 Post by PeteAir »

MochiMoppel,
Bingo! Winner Winner! That did the trick. I knew it had to be a simple script to kill it.
Thank you so much
pete

Post Reply