16.10では、3本の指でスワイプするときにワークスペースを変更するために touchegg を設定しました。 Ubuntu 17.04 Zesty Zapusにアップグレードするまで、完全に機能していました。私のトラックパッドは今でも動作します。動作しないように見えるのは、2本の指より上のものだけです。
AcerのELAN0501:01 04F3:3040
タッチパッドSwift 5. xev
を実行すると、3本以上の指には反応しませんが、2本の指には反応します。
アップグレードする前にtouchegg.conf
ファイルの何も変更しませんでした。 xinput list-props <trackpad_id>
の出力は次のとおりです。
Device 'ELAN0501:01 04F3:3040 Touchpad':
Device Enabled (140): 1
Coordinate Transformation Matrix (142): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (270): 1
Device Accel Constant Deceleration (271): 2.500000
Device Accel Adaptive Deceleration (272): 1.000000
Device Accel Velocity Scaling (273): 12.500000
Synaptics Edges (274): 127, 3066, 104, 1826
Synaptics Finger (275): 25, 30, 0
Synaptics Tap Time (276): 180
Synaptics Tap Move (277): 164
Synaptics Tap Durations (278): 180, 180, 100
Synaptics ClickPad (279): 1
Synaptics Middle Button Timeout (280): 0
Synaptics Two-Finger Pressure (281): 282
Synaptics Two-Finger Width (282): 7
Synaptics Scrolling Distance (283): -74, -74
Synaptics Edge Scrolling (284): 0, 0, 0
Synaptics Two-Finger Scrolling (285): 1, 1
Synaptics Move Speed (286): 1.000000, 1.750000, 0.053619, 0.000000
Synaptics Off (287): 2
Synaptics Locked Drags (288): 0
Synaptics Locked Drags Timeout (289): 5000
Synaptics Tap Action (290): 2, 3, 0, 0, 1, 3, 0
Synaptics Click Action (291): 1, 0, 0
Synaptics Circular Scrolling (292): 0
Synaptics Circular Scrolling Distance (293): 0.100000
Synaptics Circular Scrolling Trigger (294): 0
Synaptics Circular Pad (295): 0
Synaptics Palm Detection (296): 0
Synaptics Palm Dimensions (297): 10, 200
Synaptics Coasting Speed (298): 20.000000, 50.000000
Synaptics Pressure Motion (299): 30, 160
Synaptics Pressure Motion Factor (300): 1.000000, 1.000000
Synaptics Resolution Detect (301): 1
Synaptics Grab Event Device (302): 0
Synaptics Gestures (303): 1
Synaptics Capabilities (304): 1, 0, 0, 1, 1, 0, 0
Synaptics Pad Resolution (305): 32, 32
Synaptics Area (306): 0, 0, 0, 0
Synaptics Soft Button Areas (307): 1596, 0, 1582, 0, 0, 0, 0, 0
Synaptics Noise Cancellation (308): 18, 18
Device Product ID (267): 1267, 12352
Device Node (266): "/dev/input/event9"
この問題を解決するための正しい方向に私を向けることができることを願っています:)
問題が解決しました!
このWebサイトのInstall older version synaptics driver that is compatible with xSwipe.
からThat's it for preparation.
まで「準備手順」に従いました: https://github.com/iberianpig/xSwipe#install-older-version-synaptics-driver-that -is-compatible-with-xswipe 。
基本的に、解決策は、トラックパッド用の古いドライバーをインストールすることでした。
Ubuntu 16.04でも同じ問題が発生しました。 xSwipeをインストールするというRobbertの回答に従って解決しましたが、これで終わりではなかったので、さらに設定を行う必要がありました。私にとっては、synclientプロパティClickFinger3を0に設定する必要がありました[$ synclient ClickFinger3 = 0を使用]。 xSwipeをインストールして構成した後、3本の指でスワイプが機能するようにするには、このリンクをチェックアウトします https://wiki.ubuntu.com/Multitouch/TouchpadSupport 。