Does that allow you to connect to an existing session?<br><br><br><div><span class="gmail_quote">On 3/16/06, <b class="gmail_sendername">Joseph A. Caputo</b> &lt;<a href="mailto:jcaputo1@comcast.net">jcaputo1@comcast.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;">On Wednesday 15 March 2006 15:31, Joacim J wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I have the mythtv user logged in at the physical MythTV box and then
<br>&gt; I want, from a remote location (WinXP), connect a VNC (RealVNC)<br>&gt; client to the same session. Is this possible and if so how?<br>&gt;<br>&gt; Using FC4.<br><br>Recent versions of both XFree86 and <a href="http://X.org">
X.org</a> have a built-in Xvnc module<br>that 'exports' the live X display.&nbsp;&nbsp;There have been some recent threads<br>on how to do this.&nbsp;&nbsp;Try searching the list archives for &quot;vnc <a href="http://x.org">x.org</a>&quot;.
<br>The first thread has useful information.<br><br>Note that you won't be able to watch video in the VNC session -- you'll<br>just see a blank (probably blue) screen.&nbsp;&nbsp;This is because video output<br>uses hardware features (like Xv or XvMC) that can't be emulated by the
<br>Xvnc server.&nbsp;&nbsp;So, the remote VNC session is only good for navigating<br>the Myth menus &amp; other screens, but not watching video -- with one<br>exception:&nbsp;&nbsp;you could run the frontend with &quot;env NO_XV=1 mythfrontend&quot;,
<br>which will cause Myth to use the standard X11 SHM mechanism for<br>display.&nbsp;&nbsp;This might allow you to watch video over VNC (better have a<br>fast network connection), but your frontend CPU usage will dramatically<br>increase while watching video, because all decoding &amp; scaling has to be
<br>done in software instead of relying on the video card.<br><br>-JAC<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>