Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ A replacement for SteelSeries GG software, to manage your Arctis device on Linux
- Configure any device via a simple configuration file
- Enable per-device features by adding them in the relative configuration file
- D-Bus based communication, to support different clients (alternative clients, Plasma extensions, etc)
- [User Manual](docs/manual.md)

## 🎧 Supported devices table

Expand Down
Binary file added docs/images/manual/apps-kde.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/manual/device.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/manual/general.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/manual/mixer-kde.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/manual/status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions docs/manual-kde.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
# Manual (KDE)

This manual is a work in progress, currently it is based on an Arctis Nova Pro Wireless. As the tool is built out and more devices are encorporated this manual will exapnd. If you have issues that this manual cannot help with please reach out to us on [Discord](discord.gg/FXfvUXWXt4).

- [Which App to Use?](#which-app-to-use)
- [Status](#status)
- [General](#general)
- [Device](#device)
- [Optional - Using the Mixer](#optional---using-the-mixer)
- [Tips](#tips)


## Which App to use?
**Arctis Manager** - The Main app that allows you to manage your headphones.

**Arctis Manager (system tray)** - Displays a shortcut to the manager in your system tray. *Tip* - Add to your `Autostart - System Settings`.

<img src="./images/manual/apps-kde.png">

[Back To Top](#linux-arctis-manager)

## Status
Gives information on your devices if connected. Your information may vary depending on your device's capabilities.

<img src="./images/manual/status.png">

[Back To Top](#linux-arctis-manager)

## General
| Option | Description |
|--------|-------------|
| Redirect Audio On Connect | When headphones turn on it should redirect to them. |
| Redirect Audio on Disconnet | When your headphones disconnect it will connect to a different device such as external speakers. |
| Redirect Audio on Disconnet Device | Select the device to change to if `Redirect Audio on Disconnect` is on. |

<img src="./images/manual/general.png">

[Back To Top](#linux-arctis-manager)

## Device (Arctis Nova Pro Wireless)
| Option | Description |
|--------|-------------|
| Gain | **High**: Will sound louder and have possible distortion or clipping, more sensitive to background noise. <br /> **Low**: Will be quieter, less risk of distortion. |
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a hardware setting that should "flatten" the audio signal (much like the 90's Loudness War, i.e. compressing the audio signal so that "everything is loud"). I'd write that this is a device setting to compress the audio signal, resulting in typically a louder sound, even if it might produce some occasional clipping (I don't really get it for instance).

Copy link
Copy Markdown
Author

@FangerZero FangerZero Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So for "Gain" description replace it completely with the following "Compresses the audio signal, resulting in louder sound, with occasional clipping"

| Mic Volume | Helps make your voice louder or quieter for your listeners. |
| Mic Side Tone | Feeds a small amount of your mic signal back to you in real time to your headset. |
Mic LED Brightness | When Mic is muted how bright the light will be. |
Comment thread
FangerZero marked this conversation as resolved.
| PM Shutdown | Will shutdown headest if no activity detected after a certain period of time. |
| Wireless Mode | **Speed**: Prioritizes low latency. <br /> **Range**: Extends the wireless signal range. |

<img src="./images/manual/device.png">

[Back To Top](#linux-arctis-manager)

## *Optional* - Using the Mixer
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd explain that by default, depending on the settings, the audio is being redirected to the Media channel, which outputs to the Analog Stereo one (the real sink). You should really choose between Media and Chat, to make the mixer do its work, or the Analog Stereo to always output at 100% of volume.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know what you're trying to say.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By design the Analog Stereo should become a "ghost" device, and you should opt to use Media or Chat channels instead. You should use Analog Stereo only to bypass the mix, for some reason (which is the exception, not the rule). As it is currently described, it seems to be a third option besides Media and Chat that you "should" use, instead of "occasionally could use to bypass", but you shouldn't really :D

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about you just tell me what to put because I don't understand any of what you're saying. I'm not an audiophile, I only understand how to get the results I want when using it. To me Media and chat are just names that mean nothing because I can set Media to any app and Chat to any app. And anything not Media or Chat is simply controlled with master volume.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FangerZero I think the mixup here is that you're over complicating the audio outputs on your system. For this to behave in a similar way to the Windows GG experience:

Set your default system-wide output to the Media channel, if the app doesn't do that for you automatically.

For apps that allow you to set the voice chat output, set that to Chat.

And that's basically all there is to it.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ifeign
What is "Default system-wide output" Is that the basic Audio volume window from the system tray? It is set to "SteelSeries Arctis Nova Pro Wireless Media" If you have time at some point this weekend can we chat about this real time since this slow back and forth is not getting anywhere because we're getting no where on this.

Copy link
Copy Markdown
Contributor

@ifeign ifeign Mar 7, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To set your default output, click the speaker icon in your system tray and select the Steelseries Media output. Or do the same thing via your kde system settings. If it's already set to Media then things are already set up correctly.

If you still need to discuss things with me I might have time over the weekend but I can't promise anything right now.


1. Open up the system's sound system tray and go to applications.
1. Click the three dots of the application you want change.
1. You can choose to keep it neutral `Arctis...Analog Stereo`, set it to the `SteelSeries...Media` (Game) or `SteelSeries...Chat` (Chat).

<img src="./images/manual/mixer-kde.png">

[Back To Top](#linux-arctis-manager)

## Tips
- Sometimes the Application is slow to respond close and reopen to refresh.
- If you need to kill the app completely you can either go to your distro's monitor and kill it there, or use the terminal command `killall lam-daemon`
Comment thread
FangerZero marked this conversation as resolved.


[Back To Top](#linux-arctis-manager)