diff options
author | Alexis <flexibeast@gmail.com> | 2023-06-15 11:06:47 +1000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-17 03:48:20 +0100 |
commit | 868c215ffeb611c667c3464fabd24c5ac59fff32 (patch) | |
tree | 6392fb4d5bf144f19b3cd33a30ef66bfbcf35a86 /media-video/pipewire/files | |
parent | sys-apps/shadow: backport password leak fix, backport usermod gid --prefix fix (diff) | |
download | gentoo-868c215ffeb611c667c3464fabd24c5ac59fff32.tar.gz gentoo-868c215ffeb611c667c3464fabd24c5ac59fff32.tar.bz2 gentoo-868c215ffeb611c667c3464fabd24c5ac59fff32.zip |
media-video/pipewire: Add gentoo-pipewire-launcher.1 man page
Closes: https://bugs.gentoo.org/908510
Signed-off-by: Alexis <flexibeast@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/pipewire/files')
-rw-r--r-- | media-video/pipewire/files/gentoo-pipewire-launcher.1 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/media-video/pipewire/files/gentoo-pipewire-launcher.1 b/media-video/pipewire/files/gentoo-pipewire-launcher.1 new file mode 100644 index 000000000000..d2c30dc961bc --- /dev/null +++ b/media-video/pipewire/files/gentoo-pipewire-launcher.1 @@ -0,0 +1,43 @@ +.TH "gentoo-pipewire-launcher" "1" "2023-06-15" +.SH "NAME" +gentoo\-pipewire\-launcher \- start instances of PipeWire, PipeWire-Pulse and WirePlumber +.SH "SYNOPSIS" +.BR gentoo\-pipewire\-launcher +[restart] +.SH "DESCRIPTION" +\fIgentoo\-pipewire\-launcher\fR starts instances of PipeWire and +WirePlumber. +Two instances of PipeWire are started: one as the core sound-server, and +one for PulseAudio emulation (cf.\& +.BR pipewire-pulse (1)\fR). +.PP +It must be run in an environment with an active D-Bus session bus, +i.e. one in which the +.B DBUS_SESSION_BUS_ADDRESS +environment variable is set appropriately. +.PP +\fIgentoo\-pipewire\-launcher\fR +tries to avoid restarting, in order to avoid audio dropouts. +However, a restart can be forced by calling +\fIgentoo\-pipewire\-launcher\fR +with an argument of \(oqrestart\(cq. +.PP +.B ${XDG_CONFIG_HOME}/gentoo\-pipewire\-launcher.conf +can be used to specify absolute paths of files to which log output +should be sent, by specifying values for one or more of the +.B GENTOO_PIPEWIRE_LOG\fR, +.B GENTOO_PIPEWIRE_PULSE_LOG\fR, +and +.B GENTOO_WIREPLUMBER_LOG +variables, one per line. +.SH "REPORTING BUGS" +Please report bugs via https://bugs.gentoo.org/ +.SH "FILES" +.TP +.B ${XDG_CONFIG_HOME}/gentoo\-pipewire\-launcher.conf +configures locations of files for log output. +.SH "SEE ALSO" +.BR pipewire (1), +.BR pipewire-pulse (1), +.BR wireplumber (1), +.BR pipewire.conf (5) |