最近购买了戴尔 Latitude 5495,直接安装了 Ubuntu。立即开始注意到一些小问题:
- 鼠标指针会随机冻结,就像冻结一样,需要重新启动才能修复。
- 两指滚动根本不起作用。
- 我试着回到突触
sudo apt install xserver-xorg-input-synaptics; sudo apt remove xserver-xorg-input-libinput
删除 libinput 后,无法让键盘和触摸板再次工作。所以再次格式化(幸运的是它是一个全新的安装)
键盘再次工作,但两指滚动仍然无法工作。
~$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=15 [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)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ Integrated_Webcam_HD: Integrate id=10 [slave keyboard (3)]
↳ Dell WMI hotkeys id=13 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=14 [slave keyboard (3)]
↳ DELL Wireless hotkeys id=16 [slave keyboard (3)]
和
~$ xinput list-props 15
Device 'PS/2 Generic Mouse':
Device Enabled (138): 1
Coordinate Transformation Matrix (140): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (273): 0
libinput Natural Scrolling Enabled Default (274): 0
libinput Scroll Methods Available (277): 0, 0, 1
libinput Scroll Method Enabled (278): 0, 0, 1
libinput Scroll Method Enabled Default (279): 0, 0, 1
libinput Button Scrolling Button (280): 2
libinput Button Scrolling Button Default (281): 2
libinput Middle Emulation Enabled (282): 0
libinput Middle Emulation Enabled Default (283): 0
libinput Accel Speed (284): 0.000000
libinput Accel Speed Default (285): 0.000000
libinput Accel Profiles Available (286): 1, 1
libinput Accel Profile Enabled (287): 1, 0
libinput Accel Profile Enabled Default (288): 1, 0
libinput Left Handed Enabled (289): 0
libinput Left Handed Enabled Default (290): 0
libinput Send Events Modes Available (258): 1, 0
libinput Send Events Mode Enabled (259): 0, 0
libinput Send Events Mode Enabled Default (260): 0, 0
Device Node (261): "/dev/input/event8"
Device Product ID (262): 2, 1
libinput Drag Lock Buttons (275): <no items>
libinput Horizontal Scroll Enabled (276): 1
我知道这个触摸板支持两指滚动,因为它在 Windows 中工作。
不知道如何让两指滚动工作。对于 Ryzen 5 Pro 2500U 和最新的 Ubuntu 内核,还有我应该注意的已知问题列表吗?
TLDR;
通过运行将您的 Ubuntu 内核更新到 4.15.0-36.39 或更高版本:
详细版本
这是由内核中的错误引起的。在您提出问题几天后,它已在 Ubuntu 内核中修复。看起来该补丁已向上游发送到 4.18.0-8.9。有关详细信息,请参阅https://bugs.launchpad.net/ubuntu/+source/linux-oem/+bug/1773940。
我已经在 Ubuntu 18.04 LTS 中测试了该修复程序。如果您使用的是另一个发行版,则必须安装内核 5.2 或更高版本(将于 2019 年 7 月发布)。同时感谢 Syniurge,我们可以通过 DKMS 安装更新的模块https://github.com/Syniurge/i2c-amd-mp2/请注意,更新的驱动程序无法安装在最新的 Ubuntu 上,因为 DKMS 驱动程序无法覆盖内置司机。
如果您的模块在安装模块后没有加载
modprobe: ERROR: could not insert 'i2c-amd-mp2': Operation not permitted
,请确保您在 BIOS中禁用了安全启动编辑:接受带有修复的更新内核版本。
通过取消选中“键入时禁用触摸板”解决。