E200HAにArchを、その5
タッチパッドのタップ(クリック)を"on"にした。
このデバイスは、おそらく汎用ドライバのlibinputで管理されているだろうと見当を付けて、ArchWikiのその項目を開きその記載を頼りに作業を進めた。まず、このコマンド、
$ grep -e "Using input driver 'libinput'" ~/.local/share/xorg/Xorg.0.log
その出力結果の中に、'Asus TouchPad'の名を確認できた。
[ 25.064] (II) Using input driver 'libinput' for 'Power Button'
[ 25.178] (II) Using input driver 'libinput' for 'Asus Wireless Radio Control'
[ 25.193] (II) Using input driver 'libinput' for 'Video Bus'
[ 25.209] (II) Using input driver 'libinput' for 'Power Button'
[ 25.226] (II) Using input driver 'libinput' for 'Sleep Button'
[ 25.250] (II) Using input driver 'libinput' for 'Asus Keyboard'
[ 25.270] (II) Using input driver 'libinput' for 'Asus TouchPad'
[ 25.315] (II) Using input driver 'libinput' for 'chtdc_ti_pwrbtn'
[ 25.331] (II) Using input driver 'libinput' for 'Asus WMI hotkeys'
次に、/etc/X11/xorg.conf.d/30-touchpad.conf を新たに作成し以下を記入。
Section "InputClass"
Identifier "Asus TouchPad"
Driver "libinput"
Option "Tapping" "on"
EndSection
再起動するとタップでクリックはオンになった。が、
ちょっと敏感過ぎる。感度調整を検討しよう。
# E200HAにArchを、Re: E200HAでLubuntu(いずれもサイト内)。libinput|ArchWiki