<div>Well, I tried out BeyondTV for a week or so, and I have to say...&nbsp; &quot;NOT GONNA DO IT!&nbsp; WOULDN&#39;T BE PRUDENT!&quot;</div>
<div>We just love the features Myth has!&nbsp; :)</div>
<div>&nbsp;</div>
<div>The one thing is that really bothering the wife, is that on bootup, two copies of the Frontend are starting up, one on top of the other.&nbsp; So, sometimes one of them is playing a video, and somehow the window switches, and the other one is playing, all while the backend is recording, and the system grinds to a non-workable slowness.&nbsp; So, she just hits the reset button (OUCH!), which starts clean, but there are still two copies of the frontend running...
</div>
<div>&nbsp;</div>
<div>I am autologging on as mythtv, and this is in my .kde/Autostart/myth-load.sh</div>
<div>
<p>============================================</p>
<p>#!/bin/bash</p>
<p># Only do this stuff if we&#39;re on the main display<br># (i.e., don&#39;t do this in a vnc session)<br>if [ `echo $DISPLAY | grep -c &quot;:0&quot;` -ge 1 ]<br>then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Launch myth frontend<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xvattr -a XV_COLORKEY -v 0
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mythfrontend &amp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Disable dynamic power management (screen blanking)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #/usr/bin/xset -dpms<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Disable screen saver<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/bin/xset s off<br>fi<br>exit </p></div>
<div>====================================================</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>This appeared (or more accurately, I screwed this up), when at the same time, I lost a BUNCH of menu items from the &quot;Start&quot; menu.&nbsp; Things like Administration, Utilities, Control Center, etc... are all gone!&nbsp; Also, some how the &quot;Process Table&quot; also starts up automatically.
</div>
<div>&nbsp;</div>
<div>What could I have done that fubarred this?</div>