私はElantechタッチパッドを搭載したGigabyte AeroでUbuntu 16.04 LTSを実行しています。xinputの出力は次のようになります。
david@Aero:~$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Bluetooth Mouse M557 id=12 [slave pointer (2)]
⎜ ↳ E-Signal Keyboard id=14 [slave pointer (2)]
⎜ ↳ ETPS/2 Elantech Touchpad id=17 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Power Button id=10 [slave keyboard (3)]
↳ Sleep Button id=11 [slave keyboard (3)]
↳ E-Signal Keyboard id=13 [slave keyboard (3)]
↳ Chicony USB 2.0 Camera id=15 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=16 [slave keyboard (3)]
編集: タッチパッドの xinput からの詳細:
david@Aero:~$ xinput list-props 17
Device 'ETPS/2 Elantech Touchpad':
Device Enabled (168): 1
Coordinate Transformation Matrix (170): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (296): 1
Device Accel Constant Deceleration (297): 2.500000
Device Accel Adaptive Deceleration (298): 1.000000
Device Accel Velocity Scaling (299): 12.500000
Synaptics Edges (326): 127, 3061, 112, 1973
Synaptics Finger (327): 1, 1, 0
Synaptics Tap Time (328): 180
Synaptics Tap Move (329): 167
Synaptics Tap Durations (330): 180, 100, 100
Synaptics ClickPad (331): 1
Synaptics Middle Button Timeout (332): 0
Synaptics Two-Finger Pressure (333): 282
Synaptics Two-Finger Width (334): 7
Synaptics Scrolling Distance (335): 76, 76
Synaptics Edge Scrolling (336): 0, 0, 0
Synaptics Two-Finger Scrolling (337): 1, 1
Synaptics Move Speed (338): 1.000000, 1.750000, 0.052507, 0.000000
Synaptics Off (339): 1
Synaptics Locked Drags (340): 0
Synaptics Locked Drags Timeout (341): 5000
Synaptics Tap Action (342): 2, 3, 0, 0, 1, 3, 0
Synaptics Click Action (343): 1, 3, 0
Synaptics Circular Scrolling (344): 0
Synaptics Circular Scrolling Distance (345): 0.100000
Synaptics Circular Scrolling Trigger (346): 0
Synaptics Circular Pad (347): 0
Synaptics Palm Detection (348): 0
Synaptics Palm Dimensions (349): 10, 200
Synaptics Coasting Speed (350): 20.000000, 50.000000
Synaptics Pressure Motion (351): 30, 160
Synaptics Pressure Motion Factor (352): 1.000000, 1.000000
Synaptics Resolution Detect (353): 1
Synaptics Grab Event Device (354): 0
Synaptics Gestures (355): 1
Synaptics Capabilities (356): 1, 0, 0, 1, 1, 1, 1
Synaptics Pad Resolution (357): 31, 31
Synaptics Area (358): 0, 0, 0, 0
Synaptics Soft Button Areas (359): 1594, 0, 1709, 0, 0, 0, 0, 0
Synaptics Noise Cancellation (360): 19, 19
Device Product ID (285): 2, 14
Device Node (286): "/dev/input/event8"
Gnome (gnome-settings-daemon 経由?) はログイン時に syndaemon のインスタンスを起動します。
david@Aero:~$ ps aux | grep syndaemon | grep -v grep
david 4275 0.0 0.0 22372 1164 ? S 08:35 0:00 syndaemon -i 1.0 -t -K -R
ただし、私のマシンでは '-t' オプションに問題があります。killall syndaemon
好みのオプション ( ) で再実行すると-i 1.5 -K -d
、問題なく動作します。残念ながら、スタートアップ アプリのコマンドを に設定しても、killall syndaemon && syndaemon ...
実際には Gnome のインスタンスが強制終了されません。これは、Gnome がインスタンスを実行する前にスタートアップ アプリケーションが実行されるためと考えられます。
ログイン時に起動される Gnome の Syndaemon インスタンスを無効にする一般的な方法は、「マウスとトラックパッドの設定で [入力中は無効にする] オプションのチェックを外す」ことですが、私の環境ではそのオプションが表示されません。これは Synaptics タッチパッドを持っていないからでしょうか?
(私が持っている別のラップトップは、14.04LTSで動作するElantechタッチパッド付きのSamsung 9シリーズです。するチェックボックスを表示します。
したがって、次のいずれかが必要です。
- Gnomeのログイン時のsyndaemonの起動をチェックボックスを外さずに無効にする方法、または
- チェックを外せるようにボックスを表示する方法はありますか?
ありがとう!
答え1
実用的な回避策を見つけましたが、これを実行するための「適切な」方法があるかどうかを知ることにまだ興味があります...
後者/usr/bin/syndaemon
を に名前変更し、起動アプリケーションのコマンド ラインで呼び出しました。Gnome は元の syndaemon 実行可能ファイルを見つけることができず、呼び出しに失敗します。/usr/bin/syndaemon.priv
答え2
をインストールするtouchpad-indicator
と、入力中にタッチパッドを無効にする機能や、構成できる多くの設定が含まれます。
touchpad-indicator
Synaptic に表示されない場合は、https://www.atareao.es/apps/touchpad-indicator-para-ubuntu/
詳細情報を参照してください。
ターミナルで次のコマンドを入力してリポジトリを追加することもできます。
sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install touchpad-indicator
乾杯、アル