Comment 2 for bug 1729762

Revision history for this message
Cruxic (cruxic) wrote :

Please DISREGARD the above xinput output (some of it was from a different wireless mouse). Here's the correct output:

$ xinput --list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Microsoft Corporation Microsoft ® Laser Mouse 6000 id=11 [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)]
    ↳ Power Button id=7 [slave keyboard (3)]
    ↳ Sleep Button id=8 [slave keyboard (3)]
    ↳ BTC USB Multimedia Keyboard id=9 [slave keyboard (3)]
    ↳ BTC USB Multimedia Keyboard id=10 [slave keyboard (3)]
    ↳ Eee PC WMI hotkeys id=14 [slave keyboard (3)]

$ xinput list-props 11
Device 'Microsoft Corporation Microsoft ® Laser Mouse 6000':
 Device Enabled (150): 1
 Coordinate Transformation Matrix (152): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
 libinput Accel Speed (285): 0.000000
 libinput Accel Speed Default (286): 0.000000
 libinput Accel Profiles Available (287): 1, 1
 libinput Accel Profile Enabled (288): 1, 0
 libinput Accel Profile Enabled Default (289): 1, 0
 libinput Natural Scrolling Enabled (290): 0
 libinput Natural Scrolling Enabled Default (291): 0
 libinput Send Events Modes Available (270): 1, 0
 libinput Send Events Mode Enabled (271): 0, 0
 libinput Send Events Mode Enabled Default (272): 0, 0
 libinput Left Handed Enabled (292): 0
 libinput Left Handed Enabled Default (293): 0
 libinput Scroll Methods Available (294): 0, 0, 1
 libinput Scroll Method Enabled (295): 0, 0, 0
 libinput Scroll Method Enabled Default (296): 0, 0, 0
 libinput Button Scrolling Button (297): 2
 libinput Button Scrolling Button Default (298): 2
 libinput Middle Emulation Enabled (299): 0
 libinput Middle Emulation Enabled Default (300): 0
 Device Node (273): "/dev/input/event5"
 Device Product ID (274): 1118, 240
 libinput Drag Lock Buttons (301): <no items>
 libinput Horizontal Scroll Enabled (302): 1

$ xinput --get-feedbacks 11
1 feedback class
PtrFeedbackClass id=0
 accelNum is 10
 accelDenom is 1
 threshold is 1

#Notice: the 10 and 1 from my `xset m 10 1` attempt above. This should have made the mouse very fast but nothing changed.

$ xinput --set-prop 11 "libinput Accel Speed" 0.1

#Note: above had no effect however `xinput list-props` shows the adjustment was applied.