F5F Stay Refreshed Software Operating Systems linux MATE

linux MATE

linux MATE

Pages (2): 1 2 Next
A
ArcticSky
Member
70
08-29-2023, 08:10 PM
#1
I recently switched to Linux MATE instead of Mint Cinnamon on my laptop, but I’m facing some issues. When trying to scroll with two fingers on the touchpad, it only moves the mouse and doesn’t respond properly. I checked the settings and found an option for "two finger scrolling" that was enabled. However, it doesn’t work as expected. Even after disabling that feature, the touchpad still doesn’t function correctly. I also tried turning off the "disable touchpad when typing" setting, but the problem persists.
A
ArcticSky
08-29-2023, 08:10 PM #1

I recently switched to Linux MATE instead of Mint Cinnamon on my laptop, but I’m facing some issues. When trying to scroll with two fingers on the touchpad, it only moves the mouse and doesn’t respond properly. I checked the settings and found an option for "two finger scrolling" that was enabled. However, it doesn’t work as expected. Even after disabling that feature, the touchpad still doesn’t function correctly. I also tried turning off the "disable touchpad when typing" setting, but the problem persists.

W
walmartmic
Member
210
08-31-2023, 05:51 AM
#2
MATE isn't just "Linux MATE"; it supports multiple operating systems.
W
walmartmic
08-31-2023, 05:51 AM #2

MATE isn't just "Linux MATE"; it supports multiple operating systems.

T
TheMCChannel
Junior Member
17
08-31-2023, 12:34 PM
#3
I understand, I'm here to help. Just let me know what you're experiencing, and I'll do my best to clarify it for you.
T
TheMCChannel
08-31-2023, 12:34 PM #3

I understand, I'm here to help. Just let me know what you're experiencing, and I'll do my best to clarify it for you.

O
Omarhh
Member
217
09-01-2023, 10:54 PM
#4
I can't determine the exact model of your laptop without more details. Regarding the touchpad, I don’t have specific information about its brand unless you provide that detail.
O
Omarhh
09-01-2023, 10:54 PM #4

I can't determine the exact model of your laptop without more details. Regarding the touchpad, I don’t have specific information about its brand unless you provide that detail.

K
KIRO_HD
Member
216
09-02-2023, 10:59 PM
#5
It's the Lenovo Thinkpad l440 with an i5 4300m processor. When I used Windows and Mint Cinnamon together, I didn't encounter any issues with using both the touchpad and keyboard simultaneously. However, I'm not sure what kind of touchpad was used, but if it helped, I tried Synaptics or something similar.
K
KIRO_HD
09-02-2023, 10:59 PM #5

It's the Lenovo Thinkpad l440 with an i5 4300m processor. When I used Windows and Mint Cinnamon together, I didn't encounter any issues with using both the touchpad and keyboard simultaneously. However, I'm not sure what kind of touchpad was used, but if it helped, I tried Synaptics or something similar.

F
FureaMC
Senior Member
564
09-06-2023, 10:16 PM
#6
Run the command in the terminal: synclient VertTwoFingerScroll=1
F
FureaMC
09-06-2023, 10:16 PM #6

Run the command in the terminal: synclient VertTwoFingerScroll=1

T
Torch15
Member
65
09-07-2023, 12:13 PM
#7
But sure, what distribution are you using? Probably Mint. If that's the case, verify if you have libinput or Synaptics Xorg drivers installed by running `sudo apt list --installed | grep synaptics`. Does it show any results?
T
Torch15
09-07-2023, 12:13 PM #7

But sure, what distribution are you using? Probably Mint. If that's the case, verify if you have libinput or Synaptics Xorg drivers installed by running `sudo apt list --installed | grep synaptics`. Does it show any results?

T
TroubleAffeHD
Member
127
09-07-2023, 02:06 PM
#8
You run the command to check installed packages and see a warning about the CLI stability. It advises using it carefully in scripts.
T
TroubleAffeHD
09-07-2023, 02:06 PM #8

You run the command to check installed packages and see a warning about the CLI stability. It advises using it carefully in scripts.

P
pedro_tkf
Senior Member
643
09-07-2023, 05:34 PM
#9
Using the libinput driver, configure the touchpad settings in /etc/X11/xorg.conf.d/30-touchpad.conf. Set InputClass to "libinput touchpad catchall". Ensure MatchIsTouchpad is "on" and MatchDevicePath points to "/dev/input/event*". Enable Driver "libinput", enable Option "Tapping" and "NaturalScrolling", and choose "ClickMethod" as "clickfinger" with "ScrollMethod" set to "twofinger". Updated on May 16, 2019 by Chunchunmaru_
P
pedro_tkf
09-07-2023, 05:34 PM #9

Using the libinput driver, configure the touchpad settings in /etc/X11/xorg.conf.d/30-touchpad.conf. Set InputClass to "libinput touchpad catchall". Ensure MatchIsTouchpad is "on" and MatchDevicePath points to "/dev/input/event*". Enable Driver "libinput", enable Option "Tapping" and "NaturalScrolling", and choose "ClickMethod" as "clickfinger" with "ScrollMethod" set to "twofinger". Updated on May 16, 2019 by Chunchunmaru_

O
oobaileyx
Member
209
09-07-2023, 08:26 PM
#10
It’s a text file, but it’s stored in a location you can’t locate.
O
oobaileyx
09-07-2023, 08:26 PM #10

It’s a text file, but it’s stored in a location you can’t locate.

Pages (2): 1 2 Next