Touchpad
觸摸板可以支持比太舊的 PS/2 協議更好的匯流排
我不確定我應該怎麼做才能實施以下 dmesg “建議”
[ 4.005445] psmouse serio1: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience.
如何繼續啟用這兩個選項?
我在 Debian Stretch 上(機器是 X1 Carbon 第 5 代
$$ yes, the one with the touchpad issue $$).
這些是核心建構選項。
最簡單的選項(但需要等待最長時間的選項)是針對 Debian Linux 核心包送出錯誤,要求啟用這些選項:
reportbug linux-image-$(uname -r)
(無論如何,請這樣做,以確保最終為所有 Debian 使用者啟用這些選項。)
您還可以建構自己的核心,並進行適當的配置更改;請參閱Debian 核心手冊中的說明。執行
make nconfig
後,會在Device Drivers,Input device support下找到相關的配置設置,然後:
- 滑鼠、PS/2 滑鼠、Synaptics PS/2 SMbus 伴侶(用於
MOUSE_PS2_SYNAPTICS_SMBUS
);- Synaptics RMI4 匯流排支持、RMI4 SMB 支持(適用於
RMI4_SMB
)。