<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Phil Bridges wrote:
<blockquote
 cite="mid52189f850511301617g5e20ad1fp8cd44bb6b4155a22@mail.gmail.com"
 type="cite">
  <pre wrap="">On 11/30/05, Michael Cowell <a class="moz-txt-link-rfc2396E" href="mailto:michael@mousewasher.dk">&lt;michael@mousewasher.dk&gt;</a> wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Steve wrote:
    </pre>
    <blockquote type="cite">
      <pre wrap="">May I point you over to, drum roll please.....!
<a class="moz-txt-link-freetext" href="http://gentoo-wiki.com/HOWTO_Setup_MythTV">http://gentoo-wiki.com/HOWTO_Setup_MythTV</a>

Just follow this guide completely and you'll have a completely perfect
system, bloat-free and all. I noticed you said you have KDE and I'll
let you in on a little secret (well its not really a secret) KDE is
way huge and bloated and way more than you'll ever need to run MythTV.
At most all you need is fluxbox or evilwm. Read the guide. Trust me.
      </pre>
    </blockquote>
    <pre wrap="">You can even get by with ratpoison, which has a *very* small memory
footprint.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Yup - that's what I'm running.  Now if I can only figure out how to
get it to auto-login and startx automatically.</pre>
</blockquote>
I'm running gentoo and I have this in my /etc/conf.d/local.start:<br>
<br>
# /etc/conf.d/local.start<br>
<br>
# This is a good place to load any misc programs<br>
# on startup ( use 1&gt;&amp;2 to hide output)<br>
<br>
# Start myth in a loop<br>
(while [ /bin/true ] ; do chown mythtv
/var/log/mythtv/mythfrontend.log; sudo -H -u mythtv startx
&amp;&gt;/var/log/mythtv/mythfrontend.log; done) &amp;<br>
<br>
<br>
And this in /home/mythtv/.xinitrc:<br>
<br>
/usr/X11R6/bin/xset s off<br>
/usr/X11R6/bin/xset s noblank<br>
/usr/X11R6/bin/xset -dpms<br>
sleep 2<br>
nvidia-settings --load-config-only<br>
ratpoison &amp;<br>
/usr/bin/mythfrontend<br>
<br>
Starts mythfrontend at boot, and restarts it whenever it quits. Works
well.<br>
<br>
Michael<br>
</body>
</html>