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.
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