Linux Mint 18 - 启用动态滚动/滚动滑行

ste*_*eel 5 linux-mint scrolling

如何使用 Linux Mint 18 为触控板启用类似 MacOS 的滚动动量?

小智 3

新的 Linux Mint 版本默认使用 libinput 驱动程序而不是 synaptics 驱动程序,并且 libinput 不支持动态滚动:
https://wayland.freedesktop.org/libinput/doc/latest/faqs.html#kinetic-scrolling-does -不行

要切换到 synaptics 驱动程序:

sudo apt-get remove xserver-xorg-input-libinput
sudo apt-get install xserver-xorg-input-synaptics
Run Code Online (Sandbox Code Playgroud)