Ubuntu multi-touch through xinput settings first determine the notebook hardware $ xinput list my output results are as follows: root @ terminus-K40AF: /usr/local/soft # xinput list using Virtual core pointer id = 2 [master pointer (3)] Using Unknown Virtual core XTEST pointer id = 4 [slave pointer (2)] extends ↳ ETPS/2 Elantech Touchpad id = 13 [slave pointer (2)] extends Virtual core keyboard id = 3 [master keyboard (2)] using Virtual core XTEST keyboard id = 5 [slave keyboard (3)] using Power Button id = 6 [slave keyboar D (3)] elastic Video Bus id = 7 [slave keyboard (3)] elastic Power Button id = 8 [slave keyboard (3)] export Sleep Button id = 9 [slave keyboard (3)] export USB 2.0 Camera id = 10 [slave keyboard (3)] asus Laptop extra buttons id = 11 [slave keyboard (3)] running AT Translated Set 2 keyboard id = 12 [slave keyboard (3)] touchPad is named "ETPS/2 Elantech Touchpad". Next, we will perform the following operations: 1 xinput set-int-prop "ETPS/2 Elantech Touchpad" "Two-Finger Scroll Ing "8 12 xinput set-int-prop" ETPS/2 Elantech Touchpad "" Synaptics Two-Finger Scrolling "8 1 13 xinput set-int-prop" ETPS/2 Elantech Touchpad" "Synaptics Two-Finger Pressure" 32 104 xinput set-int-prop "ETPS/2 Elantech Touchpad" "Synaptics Two-Finger Width" 32 8 can be written into shell scripts, put it in the startup variable/etc/rc. 1 # in local #! /Bin/bash2 3 xinput set-int-prop "ETPS/2 Elantech Touchpad" "Two-Finger Scrolling" 8 14 xinput set-int-prop "ETPS/2 Elantech Touchpad "" synaptics Two-Finger Scrolling "8 1 15 xinput set-int-prop" ETPS/2 Elantech Touchpad "" Synaptics Two-Finger Pressure "32 106 xinput set-int-prop" ETPS/ 2 Elantech Touchpad "" Synaptics Two-Finger Width "32 8