1<?xml version="1.0"?><!--*-nxml-*--> 2<!DOCTYPE manpage SYSTEM "xmltoman.dtd"> 3<?xml-stylesheet type="text/xsl" href="xmltoman.xsl" ?> 4 5<!-- 6This file is part of PulseAudio. 7 8PulseAudio is free software; you can redistribute it and/or modify it 9under the terms of the GNU Lesser General Public License as 10published by the Free Software Foundation; either version 2.1 of the 11License, or (at your option) any later version. 12 13PulseAudio is distributed in the hope that it will be useful, but WITHOUT 14ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 15or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General 16Public License for more details. 17 18You should have received a copy of the GNU Lesser General Public 19License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. 20--> 21 22<manpage name="esdcompat" section="1" desc="PulseAudio ESD wrapper script"> 23 24 <synopsis> 25 <cmd>esdcompat [<arg>options</arg>]</cmd> 26 <cmd>esdcompat <opt>--help</opt></cmd> 27 <cmd>esdcompat <opt>--version</opt></cmd> 28 </synopsis> 29 30 <description> 31 <p><file>esdcompat</file> is a compatibility script that takes the 32 same arguments as the ESD sound daemon <manref name="esd" 33 section="1"/>, but uses them to start a the PulseAudio sound server with the appropriate parameters. It is 34 required to make PulseAudio a drop-in replacement for esd, i.e. it 35 can be used to make <manref name="gnome-session" section="1"/> 36 start up PulseAudio instead of esd.</p> 37 38 <p>It is recommended to make <file>esd</file> a symbolic link to this script.</p> 39 </description> 40 41 <options> 42 43 <option> 44 <p><opt>-h | --help</opt></p> 45 46 <optdesc><p>Show help.</p></optdesc> 47 </option> 48 49 <option> 50 <p><opt>--version</opt></p> 51 52 <optdesc><p>Show version information.</p></optdesc> 53 </option> 54 55 <option> 56 <p><opt>-tcp | -promiscuous | -d | -b | -r | -as | -unix | -public | -terminate | -nobeeps | -trust | -port | -bind</opt></p> 57 58 <optdesc><p>These options understood by the original 59 <file>esd</file> are ignored by 60 <file>esdcompat</file>.</p></optdesc> 61 62 </option> 63 64 65 <option> 66 <p><opt>-spawnpid | -spawnfd</opt></p> 67 68 <optdesc><p>These internally used options understood by the 69 original <file>esd</file> are properly handled by 70 <file>esdcompat</file>, however are not to be used 71 manually.</p></optdesc> 72 73 </option> 74 75 </options> 76 77 <section name="Authors"> 78 <p>The PulseAudio Developers <@PACKAGE_BUGREPORT@>; PulseAudio is available from <url href="@PACKAGE_URL@"/></p> 79 </section> 80 81 <section name="See also"> 82 <p> 83 <manref name="pulseaudio" section="1"/>, <manref name="esd" section="1"/> 84 </p> 85 </section> 86 87</manpage> 88