我有一个罗技 G700s 鼠标。使用 Eon 下的额外按钮效果很好。现在我已经更新到 Focal,突然所有额外的按钮都不起作用了。按钮 1 和 2 以及滚轮正常工作。
xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech G700s id=8 [slave pointer (2)]
⎜ ↳ HID 046a:0023 id=11 [slave pointer (2)]
xinput list-props 8
Device 'Logitech G700s':
Device 'Logitech G700s':
Device Enabled (154): 1
Coordinate Transformation Matrix (156): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Natural Scrolling Enabled (291): 0
libinput Natural Scrolling Enabled Default (292): 0
libinput Scroll Methods Available (293): 0, 0, 1
libinput Scroll Method Enabled (294): 0, 0, 0
libinput Scroll Method Enabled Default (295): 0, 0, 0
libinput Button Scrolling Button (296): 2
libinput Button Scrolling Button Default (297): 2
libinput Middle Emulation Enabled (298): 0
libinput Middle Emulation Enabled Default (299): 0
libinput Accel Speed (300): 0.000000
libinput Accel Speed Default (301): 0.000000
libinput Accel Profiles Available (302): 1, 1
libinput Accel Profile Enabled (303): 1, 0
libinput Accel Profile Enabled Default (304): 1, 0
libinput Left Handed Enabled (305): 0
libinput Left Handed Enabled Default (306): 0
libinput Send Events Modes Available (276): 1, 0
libinput Send Events Mode Enabled (277): 0, 0
libinput Send Events Mode Enabled Default (278): 0, 0
Device Node (279): "/dev/input/event4"
Device Product ID (280): 1133, 4138
libinput Drag Lock Buttons (307): <no items>
libinput Horizontal Scroll Enabled (308): 1
按钮 1 和 2 + 滚轮显示在 下方xev
,但所有其他额外按钮均未生成任何输出。我也跑sudo evtest /dev/input/by-id/usb-Logitech_USB_Receiver-if01-event-mouse
了,结果和xev
. 按钮 1、2 和鼠标滚轮工作正常。其他一切都没有出现。
如何让额外的按钮再次工作?