NVconfig-saved colors (0x8071 RGBEffects boot effects, 0x0622 HeadsetRGB signature effects) persist to device storage, so an unvalidated control can durably misconfigure a device. Gate them behind a per-model allowlist: every field is hidden and every slot suppressed unless the exact model is known-good. SOLAAR_EXPERIMENTAL=true bypasses the masking for testers. Non-persistent effect parameters (zone effects, LED directions) keep their default-allow blocklist — unchanged. device_quirks.py is rewritten around two per-feature allowlists with their own accessors, replacing the flat blocklist QUIRKS dict. Centurion device identification: _get_ids_centurion now derives modelId from the firmware-stable model_id byte (G522 0x33, G325 0x45) instead of productId, which is shared across the headset family and varies by firmware (G522 0x0508 -> 0x0509) — it could never key a quirk reliably. Approved models: G502 X PLUS and G515 TKL for the 0x8071 boot effects, G522 for the 0x0622 signature effects (startup primary only, shutdown both colors, no speed, passive slot suppressed pending RE). |
||
|---|---|---|
| .github | ||
| bin | ||
| docs | ||
| lib | ||
| po | ||
| rules.d | ||
| rules.d-uinput | ||
| share | ||
| tests | ||
| tools | ||
| .coveragerc | ||
| .git-blame-ignore-revs | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .python-version | ||
| CHANGELOG.md | ||
| COPYRIGHT | ||
| LICENSE.txt | ||
| MANIFEST.in | ||
| Makefile | ||
| README.md | ||
| RELEASE.md | ||
| RHEL.md | ||
| Release_Notes.md | ||
| mkdocs.yml | ||
| pyproject.toml | ||
| release.sh | ||
| setup.py | ||
README.md
Solaar
Solaar is a Linux manager for many Logitech keyboards, mice, and other devices that connect wirelessly to a Unifying, Bolt, Lightspeed or Nano receiver as well as many Logitech devices that connect via a USB cable or Bluetooth. Solaar is not a device driver and responds only to special messages from devices that are otherwise ignored by the Linux input system.
More Information - Usage - Capabilities - Rules - Manual Installation - Known Issues
Solaar supports:
- pairing/unpairing of devices with receivers
- configuring device settings
- custom button configuration
- running rules in response to special messages from devices
For more information see the main Solaar documentation page. -
Installation Packages
Up-to-date prebuilt packages are available for some Linux distros (e.g., Fedora) in their standard repositories. If a recent version of Solaar is not available from the standard repositories for your distribution, you can try one of these packages:
- Arch solaar package in the extra repository
- Ubuntu/Kubuntu package in Solaar stable ppa
- NixOS Flake package in Svenum/Solaar-Flake
Solaar is available from some other repositories but may be several versions behind the current version:
- a Debian package, courtesy of Stephen Kitt
- a Ubuntu package is available from universe repository
- a Gentoo package, courtesy of Carlos Silva and Tim Harder
- a Mageia package, courtesy of David Geiger