OS/Ubuntu

Disabling synaptic touchpad(Ubuntu)

강서버 2019. 11. 14. 22:20
728x90
반응형

1. Determine the device id

$ xinput list


⎡ Virtual core pointer                     id=2 [master pointer  (3)]
⎜   ↳ Virtual core XTEST pointer               id=4 [slave  pointer  (2)]
⎜   ↳ Logitech Wireless Mouse                  id=9 [slave  pointer  (2)]
⎜   ↳ SynPS/2 Synaptics TouchPad               id=12 [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)]
    ↳ Sleep Button                             id=8 [slave  keyboard (3)]
    ↳ HP HD Webcam [Fixed]: HP HD Web          id=10 [slave  keyboard (3)]
    ↳ AT Translated Set 2 keyboard             id=11 [slave  keyboard (3)]
    ↳ HP WMI hotkeys                           id=13 [slave  keyboard (3)]

 

2. Disable touchpad

$ xinput set-prop 12 "Device Enabled" 0

 

3. Enable touchpad

$ xinput set-prop 12 "Device Enabled" 1

 

https://help.ubuntu.com/community/SynapticsTouchpad

 

SynapticsTouchpad - Community Help Wiki

Introduction A touchpad, and clickpad is a built-in input device for laptops that is used as a computer mouse. Synaptics is a driver for these. Default clickpad gestures The default gestures are: Single finger press on the top 80% of the clickpad surface =

help.ubuntu.com

 

728x90
반응형

'OS > Ubuntu' 카테고리의 다른 글

Ubuntu desktop shortcut  (0) 2020.02.19
pip3/pip install  (0) 2019.12.10
tensorflow install  (0) 2019.11.24
double commander qt5 libQt5Pas.so error  (0) 2019.11.20
Ubuntu 18.04 + VMware Workstation Player 15.5  (0) 2019.11.19