<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-size:small">Ed, we do not have a definitive answer for this and really have no easy way to test, but if we think of some way to test, will attempt it.</div><div class="gmail_default" style="font-size:small"><div class="gmail-msgBody"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><pre>I am using several headless machines (cin -d 1200) as a render farm.<br></pre></blockquote><pre>My understanding is that generally headless machines would not have any graphical libraries installed or X for that matter. <br>At any rate, the vdpau and/or vaapi software would need to be installed for usage on each client.<br></pre><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><pre>Question : 
If the master node is using an accelaration (HW) do the slave nodes
automatically use the said acceleration ?<br></pre></blockquote><pre>Without testing, we can not say for sure, but the $HOME/.bcast5/Cinelerra_rc file is used for all of the nodes, master and clients.<br></pre><pre>If that file has "USE_HW_DEV vaapi" or "USE_HW_DEV vdpau", conceivably the clients would also use the designated hardware device if<br></pre><pre>the graphics board can handle it.<br></pre><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><pre> if no but is a matter of local configuration for a slave where can I
set it up ?<br></pre></blockquote><pre>I do not know if there is any way to set this up or to vary between vaapi or vdpau on different clients.  The one thing you<br></pre><pre>can try is to set an environment variable for specific clients like the following and hope it uses that specific Cinelerra_rc <br>   CIN_CONFIG="/pathname>/<filename_such_as_.bcast5>" {path}cin -d port#<br></pre><pre>where that specific Cinelerra_rc has "USE_HW_DEV=vdpau" or "USE_HW_DEV=vaapi" appropriately.<br></pre><pre>Alternatively, an environment variable can be set and tried.  For example: export CIN_CONFIG=/tmp/.bcast5  or even<br></pre><pre>export IN_HW_DEV=vdpau    or    export CIN_HW_DEV=vaapi<br></pre><pre><br></pre><pre> It looks like this will take some effort to figure out and if you do find something, please let us know.   Phyllis/GG</pre></div></div></div></div>