我仍在评估Ubuntu18.04.1上的Unityvs.Gnome
在“团结”中,我注意到没有自然滚动的设置。
在dconf编辑器中,自然滚动设置为on。
但这并不是传统的滚动--如何解决这个问题?
发布于 2019-03-21 15:32:49
链接post解释了如何设置touchpad的另一个属性,因此为了清晰起见,我将在这里将其写下来:
# First find number of your touchpad device
xinput list
# then get list of its properties and get number of "Natural Scrolling Enabled"
xinput list-props device_number
# finally set the property to 1 (true)
xinput set-prop device_number prop_number 1发布于 2020-12-20 19:41:44
安装用于TouchPad服务器的Synaptics X.Org驱动程序:
sudo apt install xserver-xorg-input-synaptics-hwe-18.04重新登录。
https://askubuntu.com/questions/1066639
复制相似问题