我在我的Thinkpad E470上安装了Fedora 25,跟踪点运行良好。但是我不能使用中间按钮(鼠标左键和鼠标右键之间的按钮)滚动。
提到这个来源,应该是可能的。
我发现了一些关于如何在Xorg上启用这个特性的提示,但我不知道如何让它与wayland一起工作。
有人能帮忙吗?
OS信息:
Fedora 25
Gnome 3.22.2
Wayland 1.12.0
libinput 1.6.3更新:libinput-debug-events也不承认按鼠标中间的按钮。libinput-list-devices打印以下内容:
Device: TPPS/2 IBM TrackPoint
Kernel: /dev/input/event8
Group: 8
Seat: seat0, default
Capabilities: pointer
Tap-to-click: n/a
Tap-and-drag: n/a
Tap drag lock: n/a
Left-handed: disabled
Nat.scrolling: disabled
Middle emulation: n/a
Calibration: n/a
Scroll methods: *button
Click methods: none
Disable-w-typing: n/a
Accel profiles: flat *adaptive
Rotation: n/a发布于 2017-10-26 14:55:43
正如我发现的,linux内核有一个错误,阻止Fedora检测跟踪点。据我所知,只有新的*70系列的航迹受到影响。
这个bug是用Linux 4.13修复的。
发布于 2017-06-09 02:41:15
xf86-input-libinput --我是在X11上运行这个的,但它能与X相关吗?如果是,请尝试安装xWayland以便您可以在Wayland上运行X相关的东西.
顺便说一句,xev需要手动交互,而libinput (特别是用于跟踪点中间按钮的使用)不需要手动交互。由于我很懒,所以我使用libinput。
https://unix.stackexchange.com/questions/353441
复制相似问题