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