Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
|
linux:allgemein:multimedia:pulseaudio [30.11.2019 16:54] marc [Running eselect] esd removed |
linux:allgemein:multimedia:pulseaudio [02.12.2019 17:48] (aktuell) marc [Emerge] |
||
|---|---|---|---|
| Zeile 13: | Zeile 13: | ||
| To find what USE-flags pulseaudio carries, run, | To find what USE-flags pulseaudio carries, run, | ||
| - | | + | |
| ==== Emerge ==== | ==== Emerge ==== | ||
| Emerge pulseaudio by running | Emerge pulseaudio by running | ||
| - | | + | |
| ===== Configuration ===== | ===== Configuration ===== | ||
| Zeile 34: | Zeile 34: | ||
| Before using PulseAudio, you must launch the PulseAudio server: | Before using PulseAudio, you must launch the PulseAudio server: | ||
| $ pulseaudio | $ pulseaudio | ||
| + | |||
| + | |||
| + | Restart in debugging-mode: | ||
| + | |||
| + | $ pulseaudio -k; sleep 4; pulseaudio -vv | ||
| + | |||
| + | In case something like | ||
| + | |||
| + | E: [pulseaudio] pid.c: Daemon already running. | ||
| + | | ||
| + | is returned, disable auto respawn: | ||
| + | |||
| + | <file - / | ||
| + | ; autospawn = yes | ||
| + | autospawn = no | ||
| + | </ | ||
| ==== System-wide Instance: Start at Boot ==== | ==== System-wide Instance: Start at Boot ==== | ||
| Zeile 93: | Zeile 109: | ||
| ==== Flash doesn' | ==== Flash doesn' | ||
| If you want to have Flash support on your system you will have to install libflashsupport, | If you want to have Flash support on your system you will have to install libflashsupport, | ||
| - | |||
| - | ==== System sounds do not play (GNOME) ==== | ||
| - | If you want to hear system sounds in system-wide instance you need change startup script / | ||
| - | start-stop-daemon --start --exec / | ||
| - | |||
| - | if [ -e / | ||
| - | chown pulse: | ||
| - | chmod 640 / | ||
| - | fi | ||