David,<br><br>No I think you may be getting a bit confused about the ssh bit. We suggested using ssh (or even telnet) because Damian&#39;s email PC is in a different room from his myth PC, using SSH means he can copy &amp; paste the logs into the emails much easier. It&#39;s a good idea to make sure xdm/gdm etc is NOT running &amp; confusing the issue though.
<br><br>We can actually debug this thing purely from the Xorg.0.log file, don&#39;t even need to see the X display (so long as we&#39;ve got --logverbose 5 turned on).<br><br>Cheers<br><br>Steve<br><br><br><div><span class="gmail_quote">
On 11/06/07, <b class="gmail_sendername">David Cramblett</b> &lt;<a href="mailto:david@functionalchaos.net">david@functionalchaos.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;">
<br>&gt;&gt; Hello all,<br>&gt;&gt;<br>&gt;&gt; Have I done something so stupid that it&#39;s not worth responding to or are<br>&gt;&gt; we running out of things to try? I&#39;m all but given up at my end. I feel<br>&gt;&gt; like something must work but I can&#39;t seem to break through and I just
<br>&gt;&gt; don&#39;t have the time to put anything more into it. I&#39;ve already wasted<br>&gt;&gt; for more time than should have&nbsp;&nbsp;on it.<br>&gt;&gt;<br>&gt;&gt; Damian<br>&gt;&gt; _______________________________________________
<br>&gt;&gt; mythtv-users mailing list<br>&gt;&gt; <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>&gt;&gt; <a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
</a><br>&gt;&gt;<br>&gt;&gt;<br><br><br>Damian,<br><br>Not sure what exactly is going on with your ssh session, it is possible<br>that some x11 tunneling is happening that may cause some issues.&nbsp;&nbsp;It<br>would be better if you could launch the startx command form your mythtv
<br>machine locally.&nbsp;&nbsp;You mentioned that there was some issue with using the<br>command line?&nbsp;&nbsp;It is all garbled?&nbsp;&nbsp;Are you launching from another<br>command window inside of X or are you alt-F1 &#39;ing to a text console?
<br><br>I would recommend you disable X from automatically starting for a while<br>so you can manually start the X server to do your testing.&nbsp;&nbsp;What Linux<br>distribution are you using?&nbsp;&nbsp;On many, what you can do is edit the file
<br>/etc/inittab and comment out (put a # in front of) the last line,<br>something like this:<br><br># Run xdm in runlevel 5<br>x:5:once:/etc/X11/prefdm -nodaemon<br><br>change to:<br><br># Run xdm in runlevel 5<br># x:5:once:/etc/X11/prefdm -nodaemon
<br><br>then you can run:<br><br>$ init -q<br><br>from the command line and it will shutdown X and your login manger like<br>xdm, gdm or what ever your system is running.<br><br><br>Then your system will only boot up into a command line and you can
<br>launch X by running:<br><br>$ startx<br><br>so that you can see the output and start and stop X easier.<br><br><br>David<br><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>