You are not logged in.
Pages: 1
Hi I have a samsung np305e7a. I decided to install Q4OS on it, it installs and runs but the trackpad is slow and jumpy. I tried an alternative Linux distro and it's fine.
From what i can gather there are two drivers LibInput and Synaptics, I don't know how top tell which one is currently in use.
I have Q4OS on my own laptop and i love it.
I'd appreciate any help.
Regards
TheYikes
Last edited by theyikes (2026-03-18 23:37)
Offline
If you are using Plasma desktop, open the app launcher (start menu) and look for System Settings. There, search for Input Devices > Touchpad, tweak settings related to cursor acceleration and click the Apply button to see if things go better.
At the same time, you'll see near the top of the GUI which device (Synaptics or something else) is recognized by the system.
If the touchpad is dirty, clean it, and if there are traces of grease, use a fabric slightly dampened with alcohol.
Last edited by hchiper (2026-03-19 13:50)
Q4OS machine: Samsung R519 - Pentium T4200 2.0 GHz - 4 GB RAM - 500 GB SSD
Offline
.. and if you are using Trinity desktop .. Libinput could behave that way on older hardware. We recommend you to switch to Synaptics driver:
$ sudo apt install xserver-xorg-input-synaptics
Disable libinput for touchpad (optional but helps):
$ sudo nano /etc/X11/xorg.conf.d/70-synaptics.conf
Section "InputClass"
Identifier "touchpad"
Driver "synaptics"
MatchIsTouchpad "on"
EndSectionSave and reboot.
Fine-tune touchpad:
$ sudo apt install xinput
$ synclient FingerLow=30
$ synclient FingerHigh=50
$ synclient VertEdgeScroll=1
$ synclient HorizEdgeScroll=1
$ synclient TapButton1=1
Offline
Thanks Hcipher and Q4OS team. I'll try out what you've given me,
Offline
Pages: 1