Touchy Touchpad  [Solved]

Help for Current Versions of MX
When asking for help, use Quick System Info from MX Tools. It will be properly formatted using the following steps.
1. Click on Quick System Info in MX Tools
2. Right click in your post and paste.
Message
Author
User avatar
CharlesV
Global Moderator
Posts: 7413
Joined: Sun Jul 07, 2019 5:11 pm

Re: Touchy Touchpad

#21 Post by CharlesV »

If you remove the mouse, and then lift your hands off the palm rest... does your track pad work better ?
Smoothly, no issues?
Now try with the palms resting on the palm rest. If this NOW is an issue, but works when your palms are NOT on the rest...then you may have to identify what that area is and to detect it.

That trackpad MAY need some custom libinput values....
if you look at the following file, and make sure to have these entries in it.. you may prevent issues with PalmDetection issues.

Code: Select all

/etc/X11/xorg.conf.d/30-touchpad-libinput.conf

Code: Select all

Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Tapping" "True"
        Option "PalmDetection" "True"
        Option "TappingDragLock" "True"
EndSection
I am also seeing this config for some people... you might that first one, then if that doesnt help, the second one.
( Make sure to reboot after changing it and test well...

Code: Select all

Section "InputClass"
  Identifier "touchpad"
  Driver "libinput"
  MatchIsTouchpad "on"
  #Option "ClickMethod" "clickfinger"
  Option "Tapping" "on"
  Option "TappingButtonMap" "lrm"
  Option "EmulateThirdButton" "1"
  Option "EmulateThirdButtonTimeout" "750"
  Option "EmulateThirdButtonMoveThreshold" "30"
  Option "PalmDetection" "1"
  Option "TappingDragLock" "1"
EndSection
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
LinuxSpring1
Posts: 274
Joined: Sun May 05, 2024 8:57 am

Re: Touchy Touchpad

#22 Post by LinuxSpring1 »

In the first code section you have put

Code: Select all

Option "PalmDetection" "True"
And in the second you have put

Code: Select all

Option "PalmDetection" "1"
Why this difference? Does PalmDetection disables the touchpad if external mouse (USB or Bluetooth or Wireless) is connected?

User avatar
Gigahenry007
Posts: 367
Joined: Tue Sep 10, 2019 12:34 pm

Re: Touchy Touchpad

#23 Post by Gigahenry007 »

It seems like it may work a little better?!?
Which Terminal should you use and do you enter the entire code or one line at a time?
Examples:
Image


Image

User avatar
CharlesV
Global Moderator
Posts: 7413
Joined: Sun Jul 07, 2019 5:11 pm

Re: Touchy Touchpad

#24 Post by CharlesV »

LinuxSpring1 wrote: Thu Nov 21, 2024 11:20 pm In the first code section you have put

Code: Select all

Option "PalmDetection" "True"
And in the second you have put

Code: Select all

Option "PalmDetection" "1"
Why this difference? Does PalmDetection disables the touchpad if external mouse (USB or Bluetooth or Wireless) is connected?
I believe the correct syntax is to use "True" ... however, I have seen "1" used in many places. Both of these configs I have seen in various places, not sure which one is really 'correct'... but people say they both work.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
CharlesV
Global Moderator
Posts: 7413
Joined: Sun Jul 07, 2019 5:11 pm

Re: Touchy Touchpad

#25 Post by CharlesV »

Gigahenry007 wrote: Fri Nov 22, 2024 2:32 am It seems like it may work a little better?!?
Which Terminal should you use and do you enter the entire code or one line at a time?
Examples:
Image


Image
No terminal. You need to edit the following file (I suggest using featherpad )

Code: Select all

/etc/X11/xorg.conf.d/30-touchpad-libinput.conf

and make sure that file has those lines that I posted. THen reboot
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
Gigahenry007
Posts: 367
Joined: Tue Sep 10, 2019 12:34 pm

Re: Touchy Touchpad

#26 Post by Gigahenry007 »

CharlesV wrote: Fri Nov 22, 2024 11:21 am
Gigahenry007 wrote: Fri Nov 22, 2024 2:32 am It seems like it may work a little better?!?
Which Terminal should you use and do you enter the entire code or one line at a time?
Examples:
Image


Image
No terminal. You need to edit the following file (I suggest using featherpad )

Code: Select all

/etc/X11/xorg.conf.d/30-touchpad-libinput.conf

and make sure that file has those lines that I posted. THen reboot
Alright! the file below to which one? What app does one use to Edit this file? Menu Editor ? or find it? confused.
/etc/X11/xorg.conf.d/30-touchpad-libinput.conf

The Tech is guessing by saying this. It may be an issue with the trackpad controller circuit on the motherboard. Nothing can be done about that except changing the motherboard. But that’s too costly.

https://www.dell.com/support/kbdoc/en-u ... ting-guide
The ability of the person to return to normal activities is a hallmark of successful treatment

User avatar
CharlesV
Global Moderator
Posts: 7413
Joined: Sun Jul 07, 2019 5:11 pm

Re: Touchy Touchpad

#27 Post by CharlesV »

K.. stop 'guessing' what that tech says. And READ my post!

use featherpad to edit that file.

In Thunar, go to the file, edit it using featherpad. After editing save it and reboot
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
Gigahenry007
Posts: 367
Joined: Tue Sep 10, 2019 12:34 pm

Re: Touchy Touchpad

#28 Post by Gigahenry007 »

Hows this? Next step?
Thank you for your patience...


Image

User avatar
CharlesV
Global Moderator
Posts: 7413
Joined: Sun Jul 07, 2019 5:11 pm

Re: Touchy Touchpad

#29 Post by CharlesV »

Well.. it looks like you are trying to overwrite the file with a new one, instead of editing it. But, as long as your file contents are one of the ones I posted, I think you will be just fine.

Save the file, then reboot and test it all out.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
Gigahenry007
Posts: 367
Joined: Tue Sep 10, 2019 12:34 pm

Re: Touchy Touchpad

#30 Post by Gigahenry007 »

CharlesV wrote: Fri Nov 22, 2024 1:59 pm Well.. it looks like you are trying to overwrite the file with a new one, instead of editing it. But, as long as your file contents are one of the ones I posted, I think you will be just fine.

Save the file, then reboot and test it all out.
I haven't done anything yet! Just showing where I landed and I'm not sure what you mean by Editing that file ?

From Post #21 - 26 you shared different Codes. I didn't copy those or did anything with them. YOU did tell me that I wasn't supposed to use Terminal and to us Thunar later on.
I'm really sorry about the confusion!!!
Please advise.

THANK YOU!

Post Reply

Return to “MX Help”