UnityをインストールしたUbuntu 18.04を使用しています。 apt-getアップグレードを使用して更新するまでマウスは正常に機能していました。その後、シングルタップで右クリックメニューが開きます。 2本の指でタップすると、ファイルが選択されます。実際にタッチパッドのボタンを押すことはうまくいきますが、タップは切り替わります。誰でもこれを修正する方法を知っていますか?
xserver-xorg-input-synaptics
パッケージを追加して、タップを有効にできます。
手順:
Sudo apt-get install xserver-xorg-input-synaptics
Sudo mkdir -p /etc/X11/xorg.conf.d
Sudo touch /etc/X11/xorg.conf.d/40-libinput.conf
40-libinput.conf
Section "InputClass" Identifier "libinput touchpad catchall" MatchIsTouchpad "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "Tapping" "on" EndSection
に次の構成を追加しますsystemctl restart lightdm