Solution was to add in
/etc/modprobe.d/blacklist.conf
And reboot the system. After that
syndaemon works fine. |
https://ubuntuforums.org/showthread.php?t=2316240
/usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf
and added this entry:
Code:
# Disable generic Synaptics device, as we're using
# "DLL0704:01 06CB:76AE Touchpad"
# Having multiple touchpad devices running confuses syndaemon
Section "InputClass"
Identifier "SynPS/2 Synaptics TouchPad"
MatchProduct "SynPS/2 Synaptics TouchPad"
MatchIsTouchpad "on"
MatchOS "Linux"
MatchDevicePath "/dev/input/event*"
Option "Ignore" "on"
EndSection
No comments:
Post a Comment