LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-10-2017, 10:51 PM   #1
joboy
Member
 
Registered: Jul 2009
Distribution: Debian, Ubuntu, Puppy, Mint
Posts: 655

Rep: Reputation: 7
Touchpad active while typing


Hi there,

I am running Linux Mint Debian 2 and got an annoying problem.
I am using a Thinkpad with touchpad, I already set to disable touchpad while typing, but I still interfere by the touchpad while typing causing lot of typo and screen jumps etc., I can reproduce this problem every time with terminal, while I typing with one hand I draw on the touchpad with another, both worked at the same time, any comment ?
 
Old 07-11-2017, 03:46 AM   #2
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Just to get a better handle on this....Which desktop environment are you using?
Quote:
I am using a Thinkpad with touchpad, I already set to disable touchpad while typing,
What steps did you take specifically?

Which Xorg input driver is serving the touchpad?
Code:
grep "Using input driver" /var/log/Xorg.0.log
What properties does xinput show for the touchpad device?
Code:
xinput list-props <toucpad_ID>
 
Old 07-11-2017, 09:41 AM   #3
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
so what ya want to just kill that dang thing ?
Code:
#completely turn off the touchpad

xinput set-prop 12 "Device Enabled" 0
	synclient touchpadoff=1
	synclient VertEdgeScroll=0
	synclient TapButton1=0
        synclient TapButton2=0
	synclient TapButton3=0 &
I got that put in my startup file in Fluxbox and other desktops and WM I use.

Touchpad Synaptics

if that is what it is, if not then google whatever you get back from issuing that grep what do I got output.

Last edited by BW-userx; 07-11-2017 at 09:45 AM.
 
Old 07-12-2017, 12:32 AM   #4
joboy
Member
 
Registered: Jul 2009
Distribution: Debian, Ubuntu, Puppy, Mint
Posts: 655

Original Poster
Rep: Reputation: 7
Quote:
Originally Posted by ferrari View Post
Just to get a better handle on this....Which desktop environment are you using?

What steps did you take specifically?

Which Xorg input driver is serving the touchpad?
Code:
grep "Using input driver" /var/log/Xorg.0.log
What properties does xinput show for the touchpad device?
Code:
xinput list-props <toucpad_ID>
I am using the default Mint Debian with Cinnamon desktop in the setting UI to disable touchpad while typing, that worked on previous version I forgot which one.

=======================================================
[ 30.284] (II) Using input driver 'evdev' for 'Power Button'
[ 30.284] (II) Using input driver 'evdev' for 'Video Bus'
[ 30.285] (II) Using input driver 'evdev' for 'Video Bus'
[ 30.285] (II) Using input driver 'evdev' for 'Sleep Button'
[ 30.286] (II) Using input driver 'evdev' for 'HID 413c:3010'
[ 30.286] (II) Using input driver 'evdev' for 'Integrated Camera'
[ 30.287] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 30.288] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
[ 30.388] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
[ 30.389] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
[ 30.389] (II) Using input driver 'evdev' for 'BRLTTY 5.2dev Linux Screen Driver Keyboard'

=======================================================
 
Old 07-12-2017, 01:03 AM   #5
ferrari
LQ Guru
 
Registered: Sep 2003
Location: Auckland, NZ
Distribution: openSUSE Leap
Posts: 5,803

Rep: Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140Reputation: 1140
Ok, well that confirms that the synaptics driver is in use for your touchpad. I'm not a Mint (or Cinammon user), but it does seem to be a known issue if the following is anything to go by...

https://github.com/linuxmint/Cinnamon/issues/6529

However, the synclient/syndaemon commands can be used to achieve the same eg
Code:
syndaemon -i 4 -d
Code:
synclient PalmDetect=1
https://wiki.archlinux.org/index.php...d_while_typing

and not hard to execute via a startup file if desired.
http://winaero.com/blog/manage-startup-apps-linux-mint/
 
Old 07-14-2017, 01:36 AM   #6
joboy
Member
 
Registered: Jul 2009
Distribution: Debian, Ubuntu, Puppy, Mint
Posts: 655

Original Poster
Rep: Reputation: 7
Thanks, I hope later update will fix the problem. I never like touchpad, I want to completely disable it and use the thumb stick instead, but I need the two buttons, hated that too built onto the pad.
 
  


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
[SOLVED] syndaemon and disabling touchpad while typing stormtracknole Slackware 5 06-02-2018 01:09 PM
[SOLVED] Disabled touchpad while typing? salparadise Slackware 6 11-16-2012 01:32 PM
[SOLVED] touchpad interfering with typing in Squeeze (Debian) Gnome. edbarx Linux - Laptop and Netbook 6 02-26-2012 05:52 AM
Touchpad disable/enable typing. zuriel45 Linux - Software 2 01-21-2011 08:42 AM
Disabling Touchpad while typing. nardz Linux - Desktop 4 01-24-2008 04:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 08:59 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