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> <<a href="mailto:myth@sixtimesnine.net">myth@sixtimesnine.net</a>> 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>> The scripts should start Xvfb automatically; make sure it's in the path.<br>><br>> I read somewhere that some people have had to start it once manually<br>> to force it to create its sockets. I didn't have to do that, but you
<br>> might.<br>><br>> -- Jim<br>><br>> On 9/26/05, *John P. Hoke* <<a href="mailto:john.hoke@gmail.com">john.hoke@gmail.com</a><br>> <mailto:<a href="mailto:john.hoke@gmail.com">john.hoke@gmail.com
</a>>> wrote:<br>><br>> (I only replied to Jim, replying to full list for additional input<br>> ... oops!)<br>><br>> On 9/26/05, *Jim Geist* <<a href="mailto:velocityboy@gmail.com">velocityboy@gmail.com
</a><br>> <mailto:<a href="mailto:velocityboy@gmail.com">velocityboy@gmail.com</a>>> wrote:<br>><br>> I went through this this weekend :-)<br>><br>> ProjectX is set up to run on Xvfb (virtual frame buffer) on
<br>> :33 by the mythburn script. Make sure you have Xvfb installed.<br>> Sorry, I'm at work and don't have the link to where I got it from.<br>><br>> <snip><br>> Jim<br>><br>
> Thanks!<br>> I do appear to have xorg-x11-Xvfb-6.8.2-37.FC4.48.1 installed on<br>> my FC4 box. Does it have to be enabled? Sorry if I am asking quite<br>> the n00b question, but I have not had to deal with this before :)
<br>><br>> I am running an FC4 box using Axel's RPMs with an NVidia 5500 card<br>> ... if that helps any<br>><br>> Thanks again... WAF is extremely HIGH and this would put it over<br>> the edge (meaning I would be allowed to buy more "toys" w/out
<br>> questions...)<br>><br>> John<br>><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>
${XVFB} :33 -screen 0 640x480x8 2> /dev/null > /dev/null &<br><br>I changed the line by adding the -ac flag:<br><br>
${XVFB} :33 -ac -screen 0 640x480x8 2> /dev/null ><br>/dev/null &<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>