-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sound/index.md: Convert to a pipewire stub article (#448)
The current page is mostly about transitioning from Pulse to Pipewire, and we are Pipewire by default now, so convert the Sound page into a stub. Resolves #431
- Loading branch information
1 parent
3fc29e0
commit c0a9800
Showing
1 changed file
with
1 addition
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,35 +5,4 @@ summary: Configuration of sound systems on Solus | |
|
||
# Sound | ||
|
||
Solus comes with PulseAudio configured by default. | ||
It is possible to switch to PipeWire manually using the instructions below. | ||
|
||
## PipeWire | ||
|
||
PipeWire is a multimedia framework aimed to replace PulseAudio. | ||
Installing it can be done by installing PipeWire and WirePlumber: | ||
|
||
```console | ||
sudo eopkg it pipewire wireplumber | ||
``` | ||
|
||
Subsequently enable the user services, and disable PulseAudio (without sudo!): | ||
|
||
```console | ||
systemctl --user enable --now pipewire.socket pipewire-pulse.socket wireplumber.service | ||
systemctl --user mask [email protected] | ||
``` | ||
|
||
You should now be using PipeWire. This can be verified using: | ||
|
||
``` | ||
pactl info | grep '^Server Name' | ||
``` | ||
|
||
Which should show something like the following: | ||
|
||
``` | ||
Server Name: PulseAudio (on PipeWire 0.3.71) | ||
``` | ||
|
||
Try logging out and in again if your system has not switched yet. | ||
Solus comes with Pipewire configured by default. |