Der Arctis Sound Manager wurde in Version 1.4.12 veröffentlicht.
Das Tool verwaltet unter Linux die Audio-Einstellungen von SteelSeries-Arctis-Headsets, etwa Mikrofon-EQ, Filter-Ketten und die Bildschirmanzeige des GameDAC. Nach dem Hotfix aus Version 1.4.11 folgt nun ein reines Diagnose- und Anzeige-Update.
An der Audio-Verarbeitung ändert sich nichts. Behoben werden vor allem sichtbare Fehler: Der erste Start wirkt nicht mehr wie ein Absturz (Startdialoge öffnen nacheinander und holen sich den Vordergrund), die Funktion “Copy cmd” kopiert jetzt auch unter Wayland, udev-Regeln werden bei Container-Installationen (z. B. Distrobox, Bazzite) auf dem Host statt im Container gesucht, und das Arctis Nova Pro Omni wird auch in den Schalterstellungen USB-2 und XBOX korrekt benannt statt als nicht unterstützte Hardware gemeldet.
Fixed
- The first launch no longer looks like a freeze. Every startup dialog is created without a parent, because the main window may not exist yet when the first one is due, and an unparented dialog is exactly what focus-stealing prevention pushes to the back. They now open one at a time, in the order they come due, and each asks for the foreground.
- “Copy cmd” copies. Under Wayland the clipboard belongs to the focused window, and a compositor silently drops the request from a window that does not have keyboard focus. It now takes the foreground first, and says “Copied!” on the button.
- On a container install, the udev rules are looked for on the host. A distrobox container has its own /etc, and udev only ever reads the host’s. ASM looked inside the container, found nothing, and reported them missing on an install that was fine. It now says to run those lines from a host terminal instead.
- An Arctis Nova Pro Omni whose mode switch is in the wrong position is named as such. The DAC has a physical USB-1 / USB-2 / XBOX switch and enumerates as a different device on each. The other two positions are now declared as what they are, so the daemon names the device and the switch position, and says there is nothing to report.
- The bug report no longer claims the udev rules are missing when they are not. It now points at the section that answers the question per device.

Quelle: GitHub