沒有可用的原因資訊。
若要解決觸控板或滑鼠問題,請按照下列步驟操作:
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install --install-recommends linux-generic-hwe-16.04 xserver-xorg-hwe-16.04
xinput list
sudo gedit /usr/share/x11/xorg.conf.d/*synaptics-quirks.conf
# 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
xinput -list
sudo apt-get install xserver-xorg-input-libinput-hwe-16.04 libinput-tools xorg-input-abi-24
sudo gedit /usr/share/X11/xorg.conf.d/*synaptics.conf
sudo gedit /usr/share/X11/xorg.conf.d/*libinput.conf
若需要所有 libinput 選項,請前往 https://www.mankier.com/4/libinput
以下是最常見的選項 (這些選項會新增至 /usr/share/X11/xorg.conf.d/*libinput.conf):