Linux device manager for Logitech devices
Go to file
Peter F. Patel-Schneider 0cadc3247e receiver: don't create notifications for movement and key reports 2020-02-18 08:14:22 -05:00
.github/ISSUE_TEMPLATE github: add issue templates 2019-12-01 21:48:57 +00:00
bin scripts/debian: switch to python3 2020-02-06 19:06:47 +01:00
docs docs: fix information about receiver c534 2020-02-17 08:34:53 +00:00
jekyll/images Squash previous changes and rebase master branch 2019-07-27 15:56:53 +01:00
lib receiver: don't create notifications for movement and key reports 2020-02-18 08:14:22 -05:00
packaging scripts/debian: switch to python3 2020-02-06 19:06:47 +01:00
po po: update German translation 2019-11-30 23:14:32 +00:00
rules.d base-usb: add new Lightspeed receiver 2019-07-26 15:23:55 +01:00
share install: adjust autostart desktop installation to use usual desktop file 2020-02-17 08:35:47 +00:00
tools scripts/debian: switch to python3 2020-02-06 19:06:47 +01:00
.gitignore minor clean-ups 2013-07-18 20:36:27 +02:00
COPYING added copyright notices to all source files 2013-07-15 17:54:42 +02:00
COPYRIGHT clarify license status; fix debian packaging copyight notice 2019-12-24 18:53:43 +00:00
ChangeLog docs: update changelog to 11 February 2020 commits 2020-02-16 22:07:45 +00:00
MANIFEST.in started i18n support 2013-07-15 17:16:44 +02:00
README added a symlink to README.md to pacify sdist 2013-07-07 12:25:12 +02:00
README.md docs: Deduplicate README contents, use a symlink 2019-08-20 09:36:16 +02:00
setup.py install: adjust autostart desktop installation to use usual desktop file 2020-02-17 08:35:47 +00:00

README.md

title layout
Solaar default

Solaar is a Linux manager for Logitech's peripherals that connect via a USB Unifying, Lightspeed, or Nano receiver. It is able to pair/unpair devices with receivers and for most devices show battery status. Solaar can also control some of the changeable features of the devices, such as smooth scrolling or function key behavior. Solaar does not work with Logitech peripherals that use Bluetooth or peripherals from other companies.

Solaar can be used as a GUI application or via its command-line interface. Both are able to list the devices paired to a receiver, show detailed info for each device, and pair/unpair supported devices with the receiver. For more information on the capabilities of Solaar see docs/capabilities.md.

Solaar does not process normal input from the peripherals. It is thus unable to fix problems that arise from incorrect handling of mouse movements or keycodes by Linux drivers or other software.

Solaar has progressed past version 1.0. Problems with earlier versions should not be reported as bugs. Instead upgrade to a recent version or manually install the current version from GitHub.

Supported Devices

Solaar will detect all devices paired with your Unifying, Lightspeed, or Nano receiver, and at the very least display some basic information about them. Solaar can pair and unpair a Logitech device showing the Unifying logo (Solaar's version of the logo) with any Unifying receiver and can pair and unpair devices with Lightspeed receivers. Solaar can pair some Logitech devices with Logitech Nano receivers but not all Logitech devices can be paired with Nano receivers. Logitech devices without a Unifying logo generally cannot be paired with Unifying receivers.

For some devices, extra settings (usually not available through the standard Linux system configuration) are supported. For a list of supported devices and their features, see docs/devices.md.

Pre-built packages

Pre-built packages are available for a few Linux distros.

The solaar package uses a standard system tray implementation; to ensure integration with gnome-shell or Unity, install solaar-gnome3.

Manual installation

See docs/installation.md for the step-by-step procedure for manual installation.

Known Issues

  • KDE/Kubuntu: if some icons appear broken in the application, make sure you've properly configured the Gtk theme and icon theme in KDE's control panel.

  • Running the command-line application while the GUI application is also running may occasionally cause either of them to become confused about the state of the devices.

License

This software is distributed under the terms of the GNU Public License, v2.

Thanks

This project began as a third-hand clone of Noah K. Tilton's logitech-solar-k750 project on GitHub (no longer available). It was developed further thanks to the diggings in Logitech's HID++ protocol done by many other people:

Also thanks to Douglas Wagner, Julien Gascard and Peter Wu for helping with application testing and supporting new devices.