Paul<br>
<br>
Thank you, this seems to have fixed the issue I was having, if I ran
the Xvfb from a command line... I have to go back and check why it
didnt work in the script(s) but hey... it works so WAF will increase :)<br>
<br>
Thanks again!<br>
<br>
john<br><br><div><span class="gmail_quote">On 9/26/05, <b class="gmail_sendername">Paul Barker</b> &lt;<a href="mailto:myth@sixtimesnine.net">myth@sixtimesnine.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Jim Geist wrote:<br><br>&gt; The scripts should start Xvfb automatically; make sure it's in the path.<br>&gt;<br>&gt; I read somewhere that some people have had to start it once manually<br>&gt; to force it to create its sockets. I didn't have to do that, but you
<br>&gt; might.<br>&gt;<br>&gt; -- Jim<br>&gt;<br>&gt; On 9/26/05, *John P. Hoke* &lt;<a href="mailto:john.hoke@gmail.com">john.hoke@gmail.com</a><br>&gt; &lt;mailto:<a href="mailto:john.hoke@gmail.com">john.hoke@gmail.com
</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; (I only replied to Jim, replying to full list for additional input<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ... oops!)<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; On 9/26/05, *Jim Geist* &lt;<a href="mailto:velocityboy@gmail.com">velocityboy@gmail.com
</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:velocityboy@gmail.com">velocityboy@gmail.com</a>&gt;&gt; wrote:<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; I went through this this weekend :-)<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ProjectX is set up to run on Xvfb (virtual frame buffer) on
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :33 by the mythburn script. Make sure you have Xvfb installed.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sorry, I'm at work and don't have the link to where I got it from.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;snip&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Jim<br>&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; Thanks!<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I do appear to have xorg-x11-Xvfb-6.8.2-37.FC4.48.1 installed on<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; my FC4 box. Does it have to be enabled? Sorry if I am asking quite<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; the n00b question, but I have not had to deal with this before :)
<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I am running an FC4 box using Axel's RPMs with an NVidia 5500 card<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ... if that helps any<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Thanks again... WAF is extremely HIGH and this would put it over<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; the edge (meaning I would be allowed to buy more &quot;toys&quot; w/out
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; questions...)<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; John<br>&gt;<br>I seem to remeber that it may be a permissions problem on the virtual x<br>display created by Xvfb. I had a similar problem.<br><br>Check mythburn/scripts/remplex.sh for a line similar to the following:
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
${XVFB} :33 -screen 0 640x480x8 2&gt; /dev/null &gt; /dev/null &amp;<br><br>I changed the line by adding the -ac flag:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
${XVFB} :33 -ac -screen 0 640x480x8 2&gt; /dev/null &gt;<br>/dev/null &amp;<br><br>which tells Xvfb to allow all clients to connect. I think you may be<br>able to create a X29.hosts file and point Xvfb at it (with the -auth
<br>parameter?) which contains a list of hosts allowed to connect, but using<br>the -ac and allowing anyone worked for me.<br><br>Hope it helps<br><br>Paul<br>_______________________________________________<br>mythtv-users mailing list
<br><a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div>
<br><br clear="all"><br>-- <br>John P. Hoke<br><a href="http://john.hoke.org/">http://john.hoke.org/</a><br><a href="mailto:john.hoke@gmail.com">john.hoke@gmail.com</a>