It seems like the unity DE somehow blocks the mouse gesture for itself, thus most of the other multi-touch recognizers can not catch the events.
To disable this, the unity multi-touch support need to be completely disabled:
- Install
dconf-editor, usingapt install dconf-editor -y. - Launch
dconf-editorvia command line. - Go to
com->canonical->unity->gesturesand disable everything inside.
Now tools like toughegg could catch touchpad events as normal.
2017/11/23