回答:
mikewhatever answerのコマンドを使用してファイルを作成します。
echo synclient VertEdgeScroll=1 >> ~/.config/scroll-touchpad
echo synclient VertTwoFingerScroll=1 >> ~/.config/scroll-touchpad
実行可能にし、削除されないように保護します。
chmod +x ~/.config/scroll-touchpad
chmod -w ~/.config/scroll-touchpad
このファイルをgconf設定に追加します:
gsettings set org.gnome.settings-daemon.peripherals.input-devices hotplug-command '"'$HOME'/.config/scroll-touchpad"'
これでGnomeを再起動したり、ログアウトやログインなどを行うことができ、設定が保持されます。
ナウエルの回答に基づく
を使用synclient VertEdgeScroll=1
して、垂直エッジスクロールを有効にできます。
または synclient VertTwoFingerScroll=1
2本指でスクロールします。
ターミナルウィンドウにコマンドをコピーして貼り付け、Enterキーを押します。
両方を貼り付けるには:
synclient VertEdgeScroll=1
synclient VertTwoFingerScroll=1
synclient VertEdgeScroll=1 VertTwoFingerScroll=1
、または上記の2つのコマンドのどちらでもかまいません。
問題は、コンピューターがタッチパッドをマウスとして認識していることです。このコマンドを実行して、タッチパッドが「PS / 2」ではなく「EPTS / 2」として認識されるようにします。
xinput list
ソリューションは次の場所にあります。
/superuser/721417/elantech-touchpad-recognized-as-ps-2-mouse-ubuntu-13-10