Dell XPS 13に新規インストールしましたが、次のガイドに従いました。
それらのどれも、通常の方法でキーボードとトラックパッドを使用することを許可しませんでした。タッチパッドを無効にし、USBマウスを接続することを選択しました。
私もこれを見つけました: 16.04.2にlibinputをインストールする問題
ただし、libinput
は次のエラーを表示します。
Sudo apt-get install xserver-xorg-input-libinput
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
xserver-xorg-input-libinput : Depends: xorg-input-abi-22
Depends: xserver-xorg-core (>= 2:1.17.99.902)
E: Unable to correct problems, you have held broken packages.
そしてそこにリストされているソリューション、これは実行することです
install xserver-xorg-input-libinput-hwe-16.04
そして、それは私のグラフィック環境を壊し、ターミナルモードで起動して、ステップを元に戻さなければなりませんでした。
ここで誰かが同じ問題に直面しましたか?私は多くのコードを書いているので、Windowsに戻りたくはありません。また、OS Xを10年以上使用しているので、質問の初心者には申し訳ありません。
事前に感謝します。
現在、私はElementary OS Lokiにいます。 /etc/X11/Xsession.d/56touchpadfixに次のシェルスクリプトを作成して、この問題の修正を自動化しました。
export `xinput list | grep -i touchpad | awk '{ print $6 }'`
xinput --set-prop "$id" "Synaptics Noise Cancellation" 20 20
xinput --set-prop "$id" "Synaptics Finger" 35 45 250
xinput --set-prop "$id" "Synaptics Scrolling Distance" 180 180
true
ハードウェアの値を調整する必要があります。 Sony SVSシリーズラップトップの鉱山作業。次のコマンドでリストされている他の値を調整してみることもできます:xinput --list-props "SynPS/2 Synaptics TouchPad"