Logitech Master 2S Arch Linux: Difference between revisions
From wikiluntti
(→Solaar) |
|||
Line 35: | Line 35: | ||
https://pwr-solaar.github.io/Solaar/devices | https://pwr-solaar.github.io/Solaar/devices | ||
== XInput == | |||
<pre> | |||
xinput list | |||
</pre> | |||
<pre> | |||
xinput list-props 9 | |||
</pre> | |||
<pre> | |||
xinput set-prop 9 'Device Accel Constant Deceleration' 3 | |||
</pre> | |||
== References == | == References == |
Revision as of 19:42, 15 August 2023
Introduction
Set the vertical scroll (Wheel) speed and set thumb wheel to be arrow keys left right.
Logid
Install following the instructions, but cannot find the mouse:
sudo logid -v [INFO] Config file does not exist, using empty config. [DEBUG] Unsupported device /dev/hidraw3 ignored [DEBUG] Ignoring virtual node on /dev/hidraw1 [INFO] Detected receiver at /dev/hidraw0
After changing the configuration file (/etc/logid.cfg), you need to run
sudo systemctl restart logid
for the changes to be taken into account.
https://wiki.archlinux.org/title/Logitech_MX_Master
https://danishshakeel.me/configure-logitech-mx-master-3-on-linux-logiops/
Pipeer
Solaar
Finds the mouse but no settings for vertical scroll speed.
Remove the USB dongle and plug it back, after switching smooth scrolling option in Solaar.
Resetmsmice https://sourceforge.net/projects/resetmsmice/
Imwheel
https://pwr-solaar.github.io/Solaar/devices
XInput
xinput list
xinput list-props 9
xinput set-prop 9 'Device Accel Constant Deceleration' 3