LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-13-2018, 04:10 PM   #1
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Rep: Reputation: 76
Enabling/disabling the touchpad in a portable computer.


Hi: This is a portable computer with keyboard and touchpad. Accidentally touching the touchpad while typing can induce bizarre effects. Some touchpads have a little hole on a corner which is a sensor tapping which you enable/disable it. I have an Acer Aspire One Cloudbook 14 where the whole is missing. Does that mean there is no mechanism at all for transitorilly disabling the touchpad?

Last edited by stf92; 02-13-2018 at 04:11 PM.
 
Old 02-13-2018, 04:45 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,023

Rep: Reputation: 3632Reputation: 3632Reputation: 3632Reputation: 3632Reputation: 3632Reputation: 3632Reputation: 3632Reputation: 3632Reputation: 3632Reputation: 3632Reputation: 3632
First look in bios maybe.
Guess it would depend on how the device attaches first before we guess too much more.

If bios is of no help and you can describe this connection you can usually disable the connection or the driver it uses.
 
1 members found this post helpful.
Old 02-13-2018, 05:22 PM   #3
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
I've taken a look at the driver settings and no gesture seems to be available to disable it. Added to the lack of a hole, I think the manufactures trusted on the user selecting a large response time to inhibit undesired effects. I have just disabled the driver. Hope I can manage with the keyboard alone to, for instance, write a post. A BIOS setting would be more of a permanent thing. If want, as I am writing now to see other parts of this page I logically woun't go to the BIOS.
 
Old 02-13-2018, 06:23 PM   #4
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
It seems to be using the Synaptics client. So:
Code:
synclient TouchpadOff=1
I leave it up to you to guess how to enable it again.

jlinkels
 
Old 02-13-2018, 06:47 PM   #5
doxxx
LQ Newbie
 
Registered: Sep 2009
Location: The Great Frozen Wasteland of the North
Distribution: LMDE 5 Mate
Posts: 10

Rep: Reputation: 5
Depending on your distro

When I first started playing with Linux on a laptop, the only option was as jlinkels posted below, But; now-a-days, depending on your distro there are settings in the control center.

In Linux Mint 18.x for instance, in the Control Center >> Hardware >> Mouse >> Mouse Preferences >> Touchpad tab is a checkbox; Enable touchpad. This turned out to be one of my favorite controls.

The only problems with this method are that it is buried so deep and I do not always remember to turn the touchpad back on when I run out with the laptop without a mouse.
 
Old 02-13-2018, 07:31 PM   #6
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,858

Rep: Reputation: 1151Reputation: 1151Reputation: 1151Reputation: 1151Reputation: 1151Reputation: 1151Reputation: 1151Reputation: 1151Reputation: 1151
Depending on the desktop environment, there may be an option for disabling the touchpad while typing. This works for devices that are handled by libinput as touchpads, but excludes some touchpads handled only as 'generic pointer' devices. However, here's a recent thread where I demonstrated how any pointing device can be disabled while typing via a simple script that can run at login (as an autostart script):
https://www.linuxquestions.org/quest...5/#post5807829

Better than outright disabling of the touchpad device (unless you really dislike using them at all)

Last edited by ferrari; 02-13-2018 at 07:33 PM.
 
Old 02-13-2018, 07:46 PM   #7
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
this is what I use. if you do not have an input settings in whatever WM/DT you are using. mine WindowMaker, Fluxbox, Openbox etc. is where I use this. It should work in others as well in a script called on startup or when ever you call it, or justin your cli.
Code:
#Shutoff touch pad
xinput set-prop 12 "Device Enabled" 0 &
xinput set-prop 13 "Device Enabled" 0 &
for me depending on which Linux I am running, it's 12 or 13 so I just keep both of them in there as I do cp my autostart between systems to cut down on typing.
the zero 0 is off, to turn it back on use 1 the & is to set it in the back ground, it needs xinput to work. Just type in 'xinput' in cli to get your set-prop code

Last edited by BW-userx; 02-13-2018 at 07:52 PM.
 
Old 02-14-2018, 07:45 AM   #8
stf92
Senior Member
 
Registered: Apr 2007
Location: Buenos Aires.
Distribution: Slackware
Posts: 4,442

Original Poster
Rep: Reputation: 76
All right. Then that's all.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Disabling the touchpad. stf92 Slackware 26 11-24-2017 04:07 AM
Removing all portable computer related software in a desktop computer. stf92 Slackware 8 06-23-2010 09:24 AM
Enabling and Disabling DCA hjazz6 Linux - General 2 04-02-2010 02:08 AM
Disabling Synaptics Touchpad, Enabling PS/2 Mouse alex_denner Linux - Laptop and Netbook 2 11-28-2004 04:37 PM
Disabling the touchpad? zzZoiDzz Linux - Hardware 21 01-30-2004 08:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 03:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration