Linux 禁用觸摸板

來源:互聯網
上載者:User

標籤:c   a   int   set   linux   os   

1,首先需要查看觸摸板:

  命令:xinput list

  結果:

    ? Virtual core pointer                                 id=2    [master pointer  (3)]
    ?   ? Virtual core XTEST pointer                      id=4    [slave  pointer  (2)]
    ?   ? Macintosh mouse button emulation              id=14    [slave  pointer  (2)]
    ?   ?  USB OPTICAL MOUSE                             id=15    [slave  pointer  (2)]
    ?   ? ImPS/2 Logitech Wheel Mouse                     id=13    [slave  pointer  (2)]
    ? Virtual core keyboard                                id=3    [master keyboard (2)]
        ? Virtual core XTEST keyboard                    id=5    [slave  keyboard (3)]
        ? AT Translated Set 2 keyboard                     id=6    [slave  keyboard (3)]
        ? Lid Switch                                             id=7    [slave  keyboard (3)]
        ? Lenovo EasyCamera                                id=8    [slave  keyboard (3)]
        ? Sleep Button                                        id=9    [slave  keyboard (3)]
        ? Power Button                                       id=10    [slave  keyboard (3)]
        ? Video Bus                                          id=11    [slave  keyboard (3)]
        ? Power Button                                       id=12    [slave  keyboard (3)]

2、一般的,觸摸板都是帶PS/2選項的:

  禁用觸摸板:

    xinput set-prop "ImPS/2 Logitech Wheel Mouse" "Device Enabled" 0
  啟用觸摸板:

    xinput set-prop "ImPS/2 Logitech Wheel Mouse" "Device Enabled" 1

3、查看是否成功

  命令: xinput list-props "ImPS/2 Logitech Wheel Mouse"

  結果: Device ‘ImPS/2 Logitech Wheel Mouse‘:
         Device Enabled (138):    0
  當看到這裡的值,是 0  的時候,說明以上的設定均已經奏效

 

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.