Skip to content

Commit 9a55aee

Browse files
committed
feat: manual added for users
1 parent 4102766 commit 9a55aee

7 files changed

Lines changed: 69 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ A replacement for SteelSeries GG software, to manage your Arctis device on Linux
1010
- Configure any device via a simple configuration file
1111
- Enable per-device features by adding them in the relative configuration file
1212
- D-Bus based communication, to support different clients (alternative clients, Plasma extensions, etc)
13+
- [User Manual](docs/manual.md)
1314

1415
## 🎧 Supported devices table
1516

docs/images/manual/apps-kde.png

13.9 KB
Loading

docs/images/manual/device.png

42.5 KB
Loading

docs/images/manual/general.png

39.4 KB
Loading

docs/images/manual/mixer-kde.png

55.1 KB
Loading

docs/images/manual/status.png

75.6 KB
Loading

docs/manual-kde.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
# Linux Arctis Manager: KDE User manual
2+
3+
- [Which App to Use?](#which-app-to-use)
4+
- [Status](#status)
5+
- [General](#general)
6+
- [Device](#device)
7+
- [Optional - Using the Mixer](#optional---using-the-mixer)
8+
- [Tips](#tips)
9+
10+
11+
## Which App to use?
12+
**Arctis Manager** - The Main app that allows you to manage your headphones.
13+
14+
**Arctis Manager (system tray)** - Displays a shortcut to the manager in your system tray. *Tip* - Add to your `Autostart - System Settings`.
15+
16+
<img src="./images/manual/apps-kde.png">
17+
18+
[Back To Top](#linux-arctis-manager)
19+
20+
## Status
21+
Gives information on your devices if connected.
22+
23+
<img src="./images/manual/status.png">
24+
25+
[Back To Top](#linux-arctis-manager)
26+
27+
## General
28+
| Option | Description |
29+
|--------|-------------|
30+
| Redirect Audio On Connect | When headphones turn on it should redirect to them. |
31+
| Redirect Audio on Disconnet | When your headphones disconnect it will connect to a different device such as external speakers. |
32+
| Redirect Audio on Disconnet Device | Select the device to change to if `Redirect Audio on Disconnect` is on. |
33+
34+
<img src="./images/manual/general.png">
35+
36+
[Back To Top](#linux-arctis-manager)
37+
38+
## Device
39+
| Option | Description |
40+
|--------|-------------|
41+
| 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. |
42+
| Mic Volume | Helps make your voice louder or quieter for your listeners. |
43+
| Mic Side Tone | Feeds a small amount of your mic signal back to you in real time to your headset. |
44+
Mic LED Brightness | When Mic is muted how bright the light will be. |
45+
| PM Shutdown | Will shutdown headest if no activity detected after a certain period of time. |
46+
| Wireless Mode | **Speed**: Prioritizes low latency. <br /> **Range**: Extends the wireless signal range. |
47+
48+
<img src="./images/manual/device.png">
49+
50+
[Back To Top](#linux-arctis-manager)
51+
52+
## *Optional* - Using the Mixer
53+
54+
1. Open up the system's sound system tray and go to applications.
55+
1. Click the three dots of the application you want change.
56+
1. You can choose to keep it neutral `Arctis...Analog Stereo`, set it to the `SteelSeries...Media` (Game) or `SteelSeries...Chat` (Chat).
57+
58+
<img src="./images/manual/mixer-kde.png">
59+
60+
[Back To Top](#linux-arctis-manager)
61+
62+
## Tips
63+
- Sometimes the Application is slow to respond close and reopen to refresh.
64+
- 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`
65+
-
66+
67+
68+
[Back To Top](#linux-arctis-manager)

0 commit comments

Comments
 (0)