Changeset e5d2270e


Ignore:
Timestamp:
09/01/2014 03:37:26 PM (10 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
acc0c06
Parents:
2bda6610
Message:

Add configuration instructions to PulseAudio.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14156 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r2bda6610 re5d2270e  
    4848      <para>September 1st, 2014</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Add basic configuration instructions to PulseAudio.
     52          Fixes <ulink url="&blfs-ticket-root;5455">#5455</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - Add LXDM-0.5.0, copied, modified, from BLFS
  • multimedia/libdriv/pulseaudio.xml

    r2bda6610 re5d2270e  
    100100      <xref linkend="bluez"/> (runtime),
    101101      <xref linkend="check"/>,
     102      <xref linkend="consolekit"/> (runtime),
    102103      <xref linkend="GConf"/>,
    103104      <xref linkend="gtk3"/>,
     
    195196  </sect2>
    196197
     198  <sect2 role="configuration">
     199    <title>Configuring PulseAudio</title>
     200
     201    <sect3 id="pulseaudio-config">
     202      <title>Config Files</title>
     203      <para>
     204        There are system wide configuration files:
     205        <filename>/etc/pulse/daemon.conf</filename>,
     206        <filename>/etc/pulse/client.conf</filename>,
     207        <filename>/etc/pulse/default.pa</filename>, and user configuration
     208        files with the same names in
     209        <filename class="directory">~/.config/pulse</filename>. User
     210        configuration files take precedence over system wide ones.
     211      </para>
     212
     213      <indexterm zone="pulseaudio pulseaudio-config">
     214        <primary sortas="e-AA.config-pulse">~/.config/pulse</primary>
     215      </indexterm>
     216
     217      <indexterm zone="pulseaudio pulseaudio-config">
     218        <primary
     219        sortas="e-etc-pulse-daemon.conf">/etc/pulse/daemon.conf</primary>
     220      </indexterm>
     221
     222      <indexterm zone="pulseaudio pulseaudio-config">
     223        <primary
     224        sortas="e-etc-pulse-client.conf">/etc/pulse/client.conf</primary>
     225      </indexterm>
     226
     227      <indexterm zone="pulseaudio pulseaudio-config">
     228        <primary
     229        sortas="e-etc-pulse-default.pa">/etc/pulse/default.pa</primary>
     230      </indexterm>
     231    </sect3>
     232
     233    <sect3><title>Configuration Information</title>
     234
     235      <para>
     236        The default configuration files allow to set up a working installation,
     237        except that you need to remove a reference to Console-Kit if it is
     238        not installed. For example, issue the following command as the
     239        <systemitem class="username">root</systemitem> user:
     240      </para>
     241
     242<screen role="root"><userinput>sed '/load-module module-console-kit/s/^/#/' \
     243                    -i /etc/pulse/default.pa</userinput></screen>
     244
     245      <para>
     246        You may also have to configure the audio system. You may start
     247        <application>pulseaudio</application> in command line mode using
     248        <command>pulseaudio -C</command>. You can then list various
     249        informations and change some settings. See
     250        <command>man pulse-cli-syntax</command>.
     251      </para>
     252    </sect3>
     253  </sect2>
     254
    197255  <sect2 role="content">
    198256    <title>Contents</title>
     
    207265          esdcompat, pacat, pacmd, pactl, padsp, pamon (symlink),
    208266          paplay (symlink), parec (symlink), parecord (symlink), pasuspender,
    209           pax11publish, pulseaudio, qpaeq,
     267          pax11publish, pulseaudio,
     268          <!-- it looks like the equalizer needs FFTW: qpaeq, -->
    210269          start-pulseaudio-kde and start-pulseaudio-x11
    211270        </seg>
     
    218277          /usr/include/pulse,
    219278          /usr/lib/cmake/PulseAudio,
    220           /usr/lib/pulse,
    221           /usr/libexec/pulse and
     279          /usr/lib/pulse, and
    222280          /usr/share/pulseaudio
    223281        </seg>
     
    382440      </varlistentry>
    383441
     442<!-- only installed if FFTW is present
    384443      <varlistentry id="qpaeq">
    385444        <term><command>qpaeq</command></term>
     
    394453        </listitem>
    395454      </varlistentry>
    396 
     455-->
    397456      <varlistentry id="start-pulseaudio-kde">
    398457        <term><command>start-pulseaudio-kde</command></term>
Note: See TracChangeset for help on using the changeset viewer.