diff options
author | Erich Ritz <erich.public@protonmail.com> | 2019-12-19 22:58:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-19 22:58:20 +0700 |
commit | 61d9c5d72714f5bfe1c3bdcb5778355273ec231e (patch) | |
tree | 3dab0bc30f1f12ad983821928e055802b9eab126 /system/Solaar/README | |
parent | 7e124537fd886c14f022c0bd50f2082736f376b7 (diff) |
system/Solaar: Added (Linux device manager for Logitech).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/Solaar/README')
-rw-r--r-- | system/Solaar/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/system/Solaar/README b/system/Solaar/README new file mode 100644 index 0000000000000..9c6b8509f9ae3 --- /dev/null +++ b/system/Solaar/README @@ -0,0 +1,23 @@ +Solaar is a Linux device manager for Logitech's Unifying Receiver +peripherals. It is able to pair/unpair devices to the receiver, and for +most devices read battery status. + +It comes in two flavors, command-line and GUI. Both are able to list the +devices paired to a Unifying Receiver, show detailed info for each +device, and also pair/unpair supported devices with the receiver. + +Solaar will detect all devices paired with your Unifying Receiver, and +at the very least display some basic information about them. For some +devices, extra settings (usually not available through the standard +Linux system configuration) are supported. + +By default, the udev rule +/etc/udev/rules.d/42-logitech-unifying-receiver.rules +allows all members of the plugdev group to have read/write access to the +Unifying Receiver device. Therefore, make sure all desktop users are +part of the plugdev group: +usermod -a -G plugdev <username> + +After installation, you must physically remove the Unifying Receiver and +re-insert it for the device node permissions to take effect for the +first time. |