So I'm using Manjaro for ARM with KDE and it is in general fantastic, so thank you very much to the team behind it.
I have one major issue - whatever I do my trackpad still isn't accurate.
I have run the firmware update described on the Manjaro forum - it helped a bit but I still find that the pointer keeps moving after I drag it across the screen.
I have experimented with the config file, any feedback is welcome:
[ivan@ivan ~]$ cat /etc/X11/xorg.conf.d/00-keyboard.conf
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "gb"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "MinSpeed" "0.25"
Option "FingerLow" "0.25"
Option "PalmDetect" "1"
Option "VertScrollDelta" "64"
Option "HorizScrollDelta" "64"
Option "ConstantDeceleration" "1"
Option "CoastingFriction" "0"
Option "HorizHysteresis" "0"
Option "VertHysteresis" "0"
Option "PressureMotionMinZ" "60"
Option "PressureMotionMaxZ" "160"
EndSection
Would others mind catting the contents of their file?
And are you all using synaptics or just libinput?
Cheers.
I have one major issue - whatever I do my trackpad still isn't accurate.
I have run the firmware update described on the Manjaro forum - it helped a bit but I still find that the pointer keeps moving after I drag it across the screen.
I have experimented with the config file, any feedback is welcome:
[ivan@ivan ~]$ cat /etc/X11/xorg.conf.d/00-keyboard.conf
# Written by systemd-localed(8), read by systemd-localed and Xorg. It's
# probably wise not to edit this file manually. Use localectl(1) to
# instruct systemd-localed to update it.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "gb"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Option "MinSpeed" "0.25"
Option "FingerLow" "0.25"
Option "PalmDetect" "1"
Option "VertScrollDelta" "64"
Option "HorizScrollDelta" "64"
Option "ConstantDeceleration" "1"
Option "CoastingFriction" "0"
Option "HorizHysteresis" "0"
Option "VertHysteresis" "0"
Option "PressureMotionMinZ" "60"
Option "PressureMotionMaxZ" "160"
EndSection
Would others mind catting the contents of their file?
And are you all using synaptics or just libinput?
Cheers.