[mythtv-users] New mythtv problem
Korey Fort
k.m.fort at gmail.com
Mon Feb 6 04:43:28 UTC 2006
-----Original Message-----
From: mythtv-users-bounces at mythtv.org
[mailto:mythtv-users-bounces at mythtv.org] On Behalf Of Art Fore
Sent: Sunday, February 05, 2006 10:27 PM
To: Discussion about mythtv
Subject: [mythtv-users] New mythtv problem
I want to be able to have the following commands executed so that when I
open mythfrontend, I don't have to do it before.
ivtvctl -c aspect=3
ivtvctl -y brightness=170
Is there anyway to do this, perhaps with the modprobe.d/tv file or
something?
Art
_______________________________________________
mythtv-users mailing list
mythtv-users at mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
Maybe this will work for you, I haven't tested it so buyer beware.
1. move mythfrontend to mythfrontend.{some_suffix_here}
2. create a shell script called mythfrontend.
#! /bin/sh
Ivtctl -c aspect = 3
Ivtvctl -y brightness=170
Mythfrontend.{some_suffix_here}
3. chmod +x mythfrontend
"Let ye without segmentation fault cast the first int!"
Korey Fort
More information about the mythtv-users
mailing list