Dmi*_*rov 4 touchpad kubuntu 19.10
今天,我在笔记本电脑上将 Kubuntu 从 19.04 升级到 19.10,并遇到以下问题 - 点击不再起作用。一指触摸板点击不能像左键单击一样工作,两指触摸板点击也不能像右键单击一样工作。
我打开系统设置,发现点击部分完全被禁用,请参见屏幕截图。
如何解决这个问题?
谷歌搜索了一下,只找到一个解决方案 - 编辑 Xorg 配置(你需要这样做sudo)。也许有人会建议更好的。
首先打开/usr/share/X11/xorg.conf.d/40-libinput.conf并找到触摸板部分:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
EndSection
Run Code Online (Sandbox Code Playgroud)
然后在该部分的末尾添加两个点击选项,如下所示:
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "Tapping" "True"
Option "TapButton2" "2"
EndSection
Run Code Online (Sandbox Code Playgroud)
注意:TapButton2我在https://wiki.archlinux.org/index.php/Touchpad_Synaptics#Frequently_used_options找到的选项配置“在非角、两根手指点击时报告哪个鼠标按钮”。
注销和登录以及触摸板应该可以正常工作。
作为奖励,现在 GUI 点击选项已启用,请参见屏幕截图。
| 归档时间: |
|
| 查看次数: |
7579 次 |
| 最近记录: |