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
DukeComposed
Posts: 1421
Joined: Thu Mar 16, 2023 1:57 pm

Re: Touchy Touchpad

#41 Post by DukeComposed »

Gigahenry007 wrote: Fri Nov 22, 2024 8:14 pm OMG! that is the file listed in post #31 and 32.
There is a document called "How to Ask Questions the Smart Way" that may help you in the future. Specifically the section called Write in clear, grammatical, correctly-spelled language. You need to be very, very clear in discussing the files you're editing. Vague references like "OMG that's the file" just isn't going to cut it here. Why, exactly, is it OMG worthy? Be precise.

Charles has been trying, patiently, to get you to edit a file for several posts now. #31 and #32 provide that exact file path, directory, name, and the content he thinks that file needs to have. That exact file is named "30-touchpad-libinput.conf". It is not called "Untitled". It lives in the directory "/etc/X11/xorg.conf.d". It does not exist under the directory "/home/ralphie". These are different places in the Linux file system. The files have different names.

You know how to edit a file. You know how to move a file. Now it's time to move your "/home/ralphie/Untitled" text file to the "/etc/X11/xorg.conf.d" directory and rename it to "30-touchpad-libinput.conf". Charles has been asking you to do this since #21.

You can do this. You might need to run Thunar as root if it won't let you do it as ralphie.
Gigahenry007 wrote: Fri Nov 22, 2024 8:14 pm I'm confused in general with Linux cause I'm a dummie with little experience with the terms used. Differences in Thunar and Terminal.
"How to Ask Questions the Smart Way" has another section that is relevant here: Grovelling is not a substitute for doing your homework. Editing text files is not as difficult as you're making it out to be and I don't know how much simpler I can spell it out. If copying and pasting text into a text file is too challenging for you to accomplish right now then you really should spend some time teaching yourself basic file management skills and directory structures, either in Thunar or in the terminal, or both. There are hundreds of tutorials online and I'm sure at least a dozen decent videos on YouTube that you can watch at your own pace[0]. The work you put in learning these basics now will pay dividends for you in the future.
Gigahenry007 wrote: Fri Nov 22, 2024 8:14 pm In post #37 the word $ Cat is used which I've never seen before.
The dollar sign "$" is just a command prompt. It works just like "C:\>" on Windows and in DOS. It shows you where you can start typing commands. That's all it does.

"cat" is a program. It can quickly print things in the terminal. That's all it does.

When I want to know what a config file contains, I can run "cat /path/to/the/file" and see it on my screen. It's quick. It's clear. It's unambiguous and works a lot better than "I tried to edit the file but I'm not sure if it worked". We need to be sure about these sorts of things.
Gigahenry007 wrote: Fri Nov 22, 2024 8:14 pm Section "InputClass"
Identifier "touchpad"
When pasting the output of files like this, put them in a code block before you hit the Submit button on the forum. I have mentioned this to you once before. This is required by the forum rules, which I am sure you have already read at least once in the several years you've been here. I'll repeat the relevant portion here:
When posting long blocks of data encase the block in code tags by highlighting the text and clicking on code tags </> found at the top of the post. This improves the readability of the post.
So let's summarize where we are: You have the file contents you need from #31 in a text file called "Untitled". You know you have to move that file to /etc/X11/xorg.conf.d and rename it to 30-touchpad-libinput.conf, overwriting the file that is already there. It's time to get it done. You can do this. I want to see you rename that Untitled file like a pro.

[0] I did a search for "linux file structure" and found a bunch of good starting points, from one that's under 3 minutes long to ones presented by Veronica Explains and Chris Titus, both of whom are very good tech educators and I'd recommend either of them to users of all skill levels.

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

Re: Touchy Touchpad

#42 Post by Gigahenry007 »

Thank You both for all your help, patience, time and expertise among other matters...
I'm going to take this up tomorrow and finish it.
Have blessed rest of your evening.
Sincerely,
R

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

Re: Touchy Touchpad

#43 Post by CharlesV »

Ralphie, lets step through this as clearly as possible...

1) In Thunar, go to File System on the left panel, then on the right go to

Code: Select all

/etc/X11/xorg.conf.d


2) Right click on the file named:

Code: Select all

30-touchpad-libinput.conf


3) Choose "Open with Featherpad" . If you dont see this option as the first one, then choose "Open With" and then in the next drop down choose Featherpad.

4) Select everything in this file and delete it. Then, paste the following into the file:

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


5) The file contents should look *exactly* like the above. Save it, it will ask for your password.

6) Reboot and then test.

I am on the road all day today, so follow these steps exactly and you will be fine.
*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

#44 Post by Gigahenry007 »

Charles! Thank you...
Best thing since sliced bread,
Those are the kind of steps I could follow easily cause "everything" appeared just like you said.
Thus far it seems to have made quite a difference. Hallelujah!
Your a lifesaver.
Safe travels.
Blessings from "little ralphie"
;)

Curious.
would having more windows open or heat of the computer have any bearing on it?

I know one other thing you have to be much more careful using the trackpad in the laptop finger placement or example.

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

Re: Touchy Touchpad

#45 Post by CharlesV »

Glad it helped this.

No, I havent seen too many windows open being a problem with trackpads. HOWEVER... it is possible to run so many apps that the computer lags and THAT will affect your trackpad usage (and you will see it all over if that happens.)
*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

#46 Post by Gigahenry007 »

CharlesV wrote: Sat Nov 23, 2024 9:11 pm Glad it helped this.

No, I havent seen too many windows open being a problem with trackpads. HOWEVER... it is possible to run so many apps that the computer lags and THAT will affect your trackpad usage (and you will see it all over if that happens.)
Thank You...
:happy:
The ability of the person to return to normal activities is a hallmark of successful treatment

Post Reply

Return to “MX Help”