Cla*_* C. 4 dell mouse-scroll trackpoint
我有一台戴尔 Latitude 5590,在双引导下与 Windows 10 一起安装了 Ubuntu 18.04。
在 Windows 中,我可以通过按住中央按钮并移动轨迹点来滚动页面。
在Ubuntu 中,这种滚动功能不起作用。
有任何想法吗?
提前致谢。
(顺便说一句,相同的滚动功能适用于带有联想 Thinkpad 的 Ubuntu 18.04)
我找到了答案并解决了问题。
我编辑了文件 /usr/share/X11/xorg.conf.d/40-libinput.conf 并更改了以下部分(具有指针标识符的部分),添加了两个选项行:
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "ScrollMethod" "button"
Option "ScrollButton" "2"
EndSection
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
1582 次 |
最近记录: |