Phil Bridges wrote:
I'm running gentoo and I have this in my /etc/conf.d/local.start:On 11/30/05, Michael Cowell <[EMAIL PROTECTED]> wrote: # /etc/conf.d/local.start # This is a good place to load any misc programs # on startup ( use 1>&2 to hide output) # Start myth in a loop (while [ /bin/true ] ; do chown mythtv /var/log/mythtv/mythfrontend.log; sudo -H -u mythtv startx &>/var/log/mythtv/mythfrontend.log; done) & And this in /home/mythtv/.xinitrc: /usr/X11R6/bin/xset s off /usr/X11R6/bin/xset s noblank /usr/X11R6/bin/xset -dpms sleep 2 nvidia-settings --load-config-only ratpoison & /usr/bin/mythfrontend Starts mythfrontend at boot, and restarts it whenever it quits. Works well. Michael |
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
