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: 7405
Joined: Sun Jul 07, 2019 5:11 pm

Re: Touchy Touchpad  [Solved]

#31 Post by CharlesV »

If you edit your existing file

Code: Select all

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

I would use these lines, AND if you have lines that are different in your current file, possibly keep those too, but the file should look like this (and if you have lines that are near the same, but different On / off / values, then keep mine!)

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
Once you save it, then reboot and test.
*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

#32 Post by Gigahenry007 »

CharlesV wrote: Fri Nov 22, 2024 2:22 pm If you edit your existing file

Code: Select all

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

I would use these lines, AND if you have lines that are different in your current file, possibly keep those too, but the file should look like this (and if you have lines that are near the same, but different On / off / values, then keep mine!)

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
Once you save it, then reboot and test.
I'm not sure where that File/Code came from?
Can you show me how that modified file should appear or give me an example?
You say Save it. Where?
Told you I'm not sure where I'm supposed go?
It's certain I'm making this much more complicated than it is...
Like to get this to work because I cannot afford getting into Mother boards, etc.
Could return/exchange the laptop as far as the Techician goes.
Then I'd have to do another install of MX23.3 on that lappy.
9_9

This is likely dumb attempt.
/etc/X11/xorg.conf.d/30-touchpad-libinput.conf

code]
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
[/code]

Attempt
/InputClass/touchpad/libinput/on/lrm/1/750/30/1/1/ EndSection
The ability of the person to return to normal activities is a hallmark of successful treatment

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

Re: Touchy Touchpad

#33 Post by CharlesV »

You are making this WAY too hard.. stop overthinking it.

this file:

Code: Select all

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



should contain only this:

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

Done
*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

#34 Post by Gigahenry007 »

CharlesV wrote: Fri Nov 22, 2024 3:01 pm You are making this WAY too hard.. stop overthinking it.

this file:

Code: Select all

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



should contain only this:

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

Done
I tried right here.
/InputClass/touchpad/libinput/on/lrm/1/750/30/1/1/

What about the words and various numbers, forward slashes and the quotation marks?

If I enter the first **Code you gave me **/etc/X11/xorg.conf.d/30-touchpad-libinput.conf. into Thunar it gives me this:
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
EndSection

User avatar
DukeComposed
Posts: 1422
Joined: Thu Mar 16, 2023 1:57 pm

Re: Touchy Touchpad

#35 Post by DukeComposed »

Gigahenry007 wrote: Fri Nov 22, 2024 3:17 pm I tried right here.
Do. Or do not. There is no try.

Run this:

Code: Select all

cat /etc/X11/xorg.conf.d/30-touchpad-libinput.conf
If the output is not precisely, exactly, and to-the-letter exactly what CharlesV has posted, then you haven't edited that file correctly and need to do it over again. Pasting the output of the cat command will be helpful here.

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

Re: Touchy Touchpad

#36 Post by Gigahenry007 »

Terminal
cat /etc/X11/xorg.conf.d/30-touchpad-libinput.conf
ralphie@mxRalph:~
$ cat /etc/X11/xorg.conf.d/30-touchpad-libinput.conf
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
MatchIsTouchpad "on"
Option "Tapping" "on"
EndSection
ralphie@mxRalph:~
The ability of the person to return to normal activities is a hallmark of successful treatment

User avatar
DukeComposed
Posts: 1422
Joined: Thu Mar 16, 2023 1:57 pm

Re: Touchy Touchpad

#37 Post by DukeComposed »

Gigahenry007 wrote: Fri Nov 22, 2024 4:01 pm Terminal

Code: Select all

$ cat /etc/X11/xorg.conf.d/30-touchpad-libinput.conf
Section "InputClass"
Identifier "touchpad"
Driver "libinput"
  MatchIsTouchpad "on"
  Option "Tapping" "on"
EndSection
Cool. I put that inside of code tags so you can see how to do it yourself next time. Clearly this is not the same set of text that CharlesV has provided in his "should contain only this:" section from #33. Copy that entire code block from his post, open 30-touchpad-libinput.conf in Featherpad, select all, paste, save. Confirm again with the cat command and make sure it's what CharlesV has requested it be.

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

Re: Touchy Touchpad

#38 Post by Gigahenry007 »

How about this? Please advise.
Untitled is the name I gave for the CODE in Thunar

Image


Image

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

Re: Touchy Touchpad

#39 Post by CharlesV »

That looks right... but your not editing the right file. If you edit the right file and put those contents in it... then it will 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
Gigahenry007
Posts: 367
Joined: Tue Sep 10, 2019 12:34 pm

Re: Touchy Touchpad

#40 Post by Gigahenry007 »

CharlesV wrote: Fri Nov 22, 2024 7:14 pm That looks right... but your not editing the right file. If you edit the right file and put those contents in it... then it will work.
OMG! that is the file listed in post #31 and 32.
I'm confused in general with Linux cause I'm a dummie with little experience with the terms used. Differences in Thunar and Terminal. I
In post #37 the word $ Cat is used which I've never seen before.
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
PHEW! I'm sorry that I'm putting you through all this and we really won't know if it does the trick..Which I hope it does seriously.
Frankly, I'd rather be working with a Lenovo than a Dell. Not to excuse my ineptness.
That's the story at this moment and hopefully I [we] can get this done properly. I'm missing the boat somewhere?!?
Onward...
The ability of the person to return to normal activities is a hallmark of successful treatment

Post Reply

Return to “MX Help”