Traditionally the node.conf file was setup to use ESD sound in linux.<br><br>However, in Ubuntu the default is now PulseAudio.   Although PulseAudio<br>is supposed to be a drop in replacement for ESD I'm wondering what differences in<br>
configuration of FREENX may need to be done.<br><br>For instance in NODE.CONF<br><br><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 12"><meta name="Originator" content="Microsoft Word 12"><link rel="File-List" href="file:///C:%5CUsers%5Cbmullan%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"><link rel="themeData" href="file:///C:%5CUsers%5Cbmullan%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"><link rel="colorSchemeMapping" href="file:///C:%5CUsers%5Cbmullan%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"><style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;
        mso-font-charset:1;
        mso-generic-font-family:roman;
        mso-font-format:other;
        mso-font-pitch:variable;
        mso-font-signature:0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;
        mso-font-charset:0;
        mso-generic-font-family:swiss;
        mso-font-pitch:variable;
        mso-font-signature:-520092929 1073786111 9 0 415 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-unhide:no;
        mso-style-qformat:yes;
        mso-style-parent:"";
        margin-top:0in;
        margin-right:0in;
        margin-bottom:10.0pt;
        margin-left:0in;
        line-height:115%;
        mso-pagination:widow-orphan;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-default-props:yes;
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;}
.MsoPapDefault
        {mso-style-type:export-only;
        margin-bottom:10.0pt;
        line-height:115%;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;
        mso-header-margin:.5in;
        mso-footer-margin:.5in;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; margin-left: 40px;"><span style="font-size: 10pt; font-family: "Courier New";">#
FreeNX with ENABLE_ESD_PRELOAD="1" will automatically try to setup</span></p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; margin-left: 40px;"><span style="font-size: 10pt; font-family: "Courier New";">#
the sound with the help of the esd media helper.</span></p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; margin-left: 40px;"><span style="font-size: 10pt; font-family: "Courier New";">#</span></p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; margin-left: 40px;"><span style="font-size: 10pt; font-family: "Courier New";">#
Currently ESD will be used just by the Windows NX Client.</span></p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; margin-left: 40px;"><span style="font-size: 10pt; font-family: "Courier New";">#
Be sure that $ESD_BIN_PRELOAD is in your path, does exist and work</span></p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; margin-left: 40px;"><span style="font-size: 10pt; font-family: "Courier New";">#
before enabling this directive.</span></p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; margin-left: 40px;"><span style="font-size: 10pt; font-family: "Courier New";"><br></span></p><p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; margin-left: 40px;">
<span style="font-size: 10pt; font-family: "Courier New";">ENABLE_ESD_PRELOAD="1"</span></p>

<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal; margin-left: 40px;"><span style="font-size: 10pt; font-family: "Courier New";">ESD_BIN_PRELOAD="<b>esddsp</b>"</span></p>

<br>Should I be substituing "esddsp" with "padsp" for PulseAudio?<br><br><span style="font-size: 10pt; font-family: "Courier New";">     ESD_BIN_PRELOAD="<b>padsp</b>"</span><br><br>
I've also tried to follow some of the writeups for the "perfect pulseaudio" setup to go along with<br>this but I am curious how others do it.<br><br>Brian<br><br>