Pulseaudio: installazione e configurazione: differenze tra le versioni

Vai alla navigazione Vai alla ricerca
Riga 27: Riga 27:
Ora bisogna fare in modo che pulseaudio parta all'avvio, dunque andiamo a editare, col nostro editor preferito, il seguente file: /etc/default/pulseaudio
Ora bisogna fare in modo che pulseaudio parta all'avvio, dunque andiamo a editare, col nostro editor preferito, il seguente file: /etc/default/pulseaudio


<code> # Start the PulseAudio sound server in system mode.
<code> # Start the PulseAudio sound server in system mode.</code>
# (enables the pulseaudio init script)
<code> # (enables the pulseaudio init script)</code>
# System mode is not the recommended way to run PulseAudio as it has some
<code># System mode is not the recommended way to run PulseAudio as it has some</code>
# limitations (such as no shared memory access) and could potentially allow
<code># limitations (such as no shared memory access) and could potentially allow</code>
# users to disconnect or redirect each others audio streams.
<code># users to disconnect or redirect each others audio streams.</code>
# 0 = don't start, 1 = start
<code># 0 = don't start, 1 = start</code>
'''PULSEAUDIO_SYSTEM_START=1'''
<code>'''PULSEAUDIO_SYSTEM_START=1'''</code>


# Prevent users from dynamically loading modules into the PulseAudio sound
<code># Prevent users from dynamically loading modules into the PulseAudio sound</code>
# server. Dynamic module loading enhances the flexibilty of the PulseAudio
<code># server. Dynamic module loading enhances the flexibilty of the PulseAudio</code>
# system, but may pose a security risk.
<code># system, but may pose a security risk.</code>
# 0 = no, 1 = yes
<code># 0 = no, 1 = yes</code>
'''DISALLOW_MODULE_LOADING=1'''</code>
<code>'''DISALLOW_MODULE_LOADING=1'''</code>


== Caricare i moduli base ==
== Caricare i moduli base ==
194

contributi

Menu di navigazione