ubuntu多點觸控

來源:互聯網
上載者:User

ubuntu多點觸控 通過xinput 設定 先確定 筆記本的硬體 $xinput list我的輸出結果如下:root@terminus-K40AF:/usr/local/soft# xinput list⎡ Virtual core pointer                     id=2 [master pointer  (3)]⎜   ↳ Virtual core XTEST pointer               id=4 [slave  pointer  (2)]⎜   ↳ ETPS/2 Elantech Touchpad                 id=13 [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)]    ↳ Power Button                             id=8 [slave  keyboard (3)]    ↳ Sleep Button                             id=9 [slave  keyboard (3)]    ↳ USB 2.0 Camera                           id=10 [slave  keyboard (3)]    ↳ Asus Laptop extra buttons               id=11 [slave  keyboard (3)]    ↳ AT Translated Set 2 keyboard             id=12 [slave  keyboard (3)] TouchPad的名稱是"ETPS/2 Elantech Touchpad" 接下來,我們操作如下:1xinput set-int-prop "ETPS/2 Elantech Touchpad" "Two-Finger Scrolling" 8 12xinput set-int-prop "ETPS/2 Elantech Touchpad" "Synaptics Two-Finger Scrolling" 8 1 13xinput set-int-prop "ETPS/2 Elantech Touchpad" "Synaptics Two-Finger Pressure" 32 104xinput set-int-prop "ETPS/2 Elantech Touchpad" "Synaptics Two-Finger Width" 32 8可以編寫成shell指令碼,放入啟動變數中 /etc/rc.local中   1#!/bin/bash2 3xinput set-int-prop "ETPS/2 Elantech Touchpad" "Two-Finger Scrolling" 8 14xinput set-int-prop "ETPS/2 Elantech Touchpad" "Synaptics Two-Finger Scrolling" 8 1 15xinput set-int-prop "ETPS/2 Elantech Touchpad" "Synaptics Two-Finger Pressure" 32 106xinput set-int-prop "ETPS/2 Elantech Touchpad" "Synaptics Two-Finger Width" 32 8 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.