我想用我的蓝牙鼠标。就那么简单。所以我将鼠标连接到我的笔记本上 - 起初它工作正常,但几分钟后它突然停止工作,直到重新启动它才会启动。
所以我重新启动了我的笔记本,在系统启动时一切正常,但几分钟后我的鼠标再次停止工作。
一般信息
OS: Ubuntu 17.04 x86_64
Model: W840SU Series
Kernel: 4.10.0-21-generic
DE: Budgie
WM: Mutter(Budgie)
CPU: Intel i5-4200U (4) @ 2.6GHz
GPU: Intel Haswell Mobile
Memory: 3500MiB / 7870MiB
Run Code Online (Sandbox Code Playgroud)
lsusb
: :
Bus 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 004: ID 5986:0536 Acer, Inc
Bus 002 Device 003: ID …
Run Code Online (Sandbox Code Playgroud) 嗨,我刚刚安装了 Ubuntu 17.10 并正在对其进行配置,以便我“可以”使用它。
我偶然发现了触摸板配置。
我的触摸板有两个用于左键和右键单击的硬件按钮(我都使用)。我总是使用两指点击作为鼠标中键点击的动作。这无论如何可能吗?
在以前的版本中,我可以轻松使用: synclient TapButton2=3 TapButton3=2
但这似乎不再可能了。
$ xinput
? Virtual core pointer id=2 [master pointer (3)]
? ? Virtual core XTEST pointer id=4 [slave pointer (2)]
? ? xwayland-pointer:13 id=6 [slave pointer (2)]
? ? xwayland-relative-pointer:13 id=7 [slave pointer (2)]
? ? xwayland-touch:13 id=9 [slave pointer (2)]
Run Code Online (Sandbox Code Playgroud)
这告诉我 Wayland 现在负责我的触摸设置。
首先我试过: xinput set-button-map xwayland-pointer:13 1 3 2 4 5 6 7 8 9 10
虽然这允许我使用两个手指点击鼠标中键,但它也会将 my 更改right-touchpad-button
为 amiddle mouse button
而不是 a …