Just though I'd share my latest mythfrontend start wrapper (mostly for
the v4lctl commands I've put in it to make sure I get sound). This
ensures that I have mythfrontend available on one of my xineramascreens
at all time and don't have to look at it in the pager/task list.
I believe that before I put in the volume 75% thing that it was always
100% which sometimes distorted the signal.
søn, 2004-06-13 kl. 23:28 skrev hermann pitton:
> Martin Moeller schrieb:
> > I will try updating my XawTV as well then (unrecognized value for norm).
> > I don't think MythTV looks in the .xawtv file so might you know what is
> > needed to force this setting from an application? I would like it on the
> > driver side but hey.. ;)
> >
>
> It is long ago and may be wrong, but think mythtv can import .xawtv, but
> better see the docs. In xawtv it is around commands.c.
> There is also "v4lctl -v 1 -c /dev/video0 setnorm PAL-BG".
> There may be more ...
>
> Hermann
>
>
>
> --
>
> Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/video4linux-list
#!/bin/bash
# Note: You must create ~/.mythtv/QTDIR yourself and point it to the location where you put the QT version you wish to use.
#
export KDE_MULTIHEAD=true
if [ -e $HOME/.mythtv/QTDIR ] ; then
export QTDIR=$(cat $HOME/.mythtv/QTDIR)
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH
fi
v4lctl -v 1 -c /dev/video0 setnorm PAL-BG
v4lctl -c /dev/video0 volume 75%
v4lctl volume mute off
kstart --alldesktops --skiptaskbar --skippager --window mythfrontend mythfrontend
--
Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
[Home]
[Older V4L]
[Linux DVB]
[Video Disk Recorder]
[Video Technology]
[Asterisk]
[Photo]
[DCCP]
[Netdev]
[Plasma TVs]
[Video Projectors]
[PDAs]
[Xorg]
[Util Linux NG]
[Xfree86]
[Devices]
[Big List of Linux Books]
[Free Photo Albums]
[LCD TVs]
[Fedora Users]
[Webcams]
[Fedora Women]
[HDTV]
[ALSA Users]
[ALSA Devel]
[Stuff]
[SSH]
[Linux USB]