我在笔记本电脑上通过 virtualbox 安装了 Ubuntu。我的触摸板有两个问题:1. 垂直双指滚动速度超快,我需要减慢速度 2. 水平滚动不起作用。以下是我执行的一些命令:
miroslav@TuringMachine:~$ xinput
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ VirtualBox mouse integration id=9 [slave pointer (2)]
⎜ ↳ VirtualBox USB Tablet id=10 [slave pointer (2)]
⎜ ↳ ImExPS/2 Generic Explorer Mouse 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)]
↳ Sleep Button id=7 [slave keyboard (3)]
↳ Video Bus id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
有趣的是,设备 9 负责单指动作,但双指滚动只有设备 12 负责:
miroslav@TuringMachine:~$ xinput --test 12
motion a[3]=-1
button press 5
button release 5
motion a[3]=-2
button press 5
button release 5
motion a[3]=-3
button press 5
button release 5
motion a[3]=-4
button press 5
button release 5
看起来双指滚动是通过模拟按下按钮来实现的。但我无法调整它的速度,因为没有任何东西xinput list-props 12
可以改变速度。有什么帮助吗?
答案1
我修复了这个问题xinput set-prop 12 "Evdev Scrolling Distance" 5, 5, 5