On Sun, Jan 01, 2006 at 04:28:22PM -0500, Beny Spensieri Jr wrote:
> The only problem is that I have to execute "ivtvctl -x
> 1 -w cc" everytime the computer is rebooted.  I've
> setup a script in ~/.kde/Autostart/ to do this, but is
> there a more optimal way to make these setting
> permanent?  A config file perhaps?

If you are running a Debian system then the /etc/init.d/mythbackend
script will invoke /etc/default/mythbackend if it is present.  Add the
following to /etc/default/mythbackend and the problem is solved.

        if [ -x /usr/bin/ivtvctl ]; then
                /usr/bin/ivtvctl -x 1
        fi

-- 
"When fascism comes to America, it will be wrapped in the flag and 
carrying the cross." - Sinclair Lewis (1935)
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to