[mythtv] Re: mythtv-dev digest, Vol 1 #67 - Message 5 & 6

Paul Jara mythtv-dev@snowman.net
10 Sep 2002 20:14:46 -0400


Thanks; the advice about /etc/ld.so.conf and ldconfig did the trick. 
However, I can confirm the findings of Brad Davis that MythTV does not
work yet on the ATI All in Wonder series.

I am using an ATI All in Wonder Radeon AGP, and get virtually the same
messages in my /var/log/messages as he does.  A bit of Google research
suggests that the GATOS V4L drivers still have a ways to go in order to
implement the full specification.

I'd be interested in hearing whether it seems possible that in future
releases MythTV will be able to support the ATI AIW series given the
current state of their drivers continues as-is.

On Mon, 2002-09-09 at 23:13, mythtv-dev-request@snowman.net wrote:
> Send mythtv-dev mailing list submissions to
> 	mythtv-dev@snowman.net
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://www.snowman.net/mailman/listinfo/mythtv-dev
> or, via email, send a message with subject or body 'help' to
> 	mythtv-dev-request@snowman.net
> 
> You can reach the person managing the list at
> 	mythtv-dev-admin@snowman.net
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of mythtv-dev digest..."
> 
> 
> Today's Topics:
> 
>    1. 3 Hiccups with current (Sept. 9) CVS (Thor Sigvaldason)
>    2. follow up on my seg faults and questions (Chris Kleeschulte)
>    3. Re: 3 Hiccups with current (Sept. 9) CVS (Isaac Richards)
>    4. RH 7.3 major problems (Paul Jara)
>    5. Re: RH 7.3 major problems (Isaac Richards)
>    6. Re: RH 7.3 major problems (Thor Sigvaldason)
>    7. Re: 3 Hiccups with current (Sept. 9) CVS (Thor Sigvaldason)
>    8. Re: 3 Hiccups with current (Sept. 9) CVS (Isaac Richards)
>    9. Re: 3 Hiccups with current (Sept. 9) CVS (Joe Drew)
>   10. Re: 3 Hiccups with current (Sept. 9) CVS (Thor Sigvaldason)
>   11. Problems getting Mythtv to show a picture. (aolsen@lr2.com)
>   12. Echoing Audio (John Kelley)
> 
> --__--__--
> 
> Message: 1
> From: Thor Sigvaldason <mythtv@lamedomainname.com>
> To: mythtv-dev@snowman.net
> Date: Mon, 9 Sep 2002 20:50:10 -0400
> Subject: [mythtv] 3 Hiccups with current (Sept. 9) CVS
> Reply-To: mythtv-dev@snowman.net
> 
> 
> Isaac (et al.)
> 
> 	Couple of strange errors when compiling current CVS snapshot.
> 
> 
> 1.	If I edit the configure script to include lame support, then 'make', I get:
> 
> 		gcc -c -pipe -w -O3 -DHAVE_AV_CONFIG_H -I.. -D_FILE_OFFSET_BITS=64
> 		-D_LARGEFILE_SOURCE -D_GNU_SOURCE -D_REENTRANT  
> 		-D_GNU_SOURCE -DMMX -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
> 		-I../../../../../include -I/usr/local/src/qt/include
> 		-I/usr/local/src/qt/mkspecs/default -o mp3lameaudio.o mp3lameaudio.c
> 		In file included from mp3lameaudio.c:22:
> 		../../../../../include/lame/lame.h:89: parse error before `1'
> 		make[1]: *** [mp3lameaudio.o] Error 1
> 		make[1]: Leaving directory `/usr/local/src/mythCVS/cvs/MC/libavcodec'
> 		make: *** [sub-libavcodec] Error 2
> 
> 	I'm using the most recent version of lame (3.92), and the line in question 
> from lame.h is:
> 
> 		/*asm optimizations*/
> 		typedef enum asm_optimizations_e {
> 	here->	    MMX = 1,
> 		    AMD_3DNOW = 2,
> 		    SSE = 3
> 		} asm_optimizations;
> 
> 	On the assumption that an enum for MMX and a -DMMX are somehow (??!!??) 
> confusing each other, if I rip out the -DMMX for just that compile line then 
> everything is fine. This is a bit odd ....
> 
> 
> 2. 	Further along, when building the (new) epg, I get a really weird one:
> 
> 	make[1]: Entering directory `/usr/local/src/mythCVS/cvs/MC/mythepg'
> 	g++ -c -pipe -Wall -W -O6 -march=pentiumpro -fomit-frame-pointer
> 	-funroll-loops -fexpensive-optimizations -finline-functions -D_REENTRANT
> 	-D_GNU_SOURCE -DMMX -DQT_NO_DEBUG -DQT_THREAD_SUPPORT
> 	-I../../../../../include -I../libmythtv -I../libNuppelVideo
> 	-I/usr/local/src/qt/include -I/usr/local/src/qt/mkspecs/default -o 
> 	guidegrid.o guidegrid.cpp
> 	/usr/local/src/qt/include/qvaluevector.h: In method
> 	`QValueVectorPrivate<ChannelInfo>::QValueVectorPrivate(const
> 	QValueVectorPrivate<ChannelInfo> &)':
> 	/usr/local/src/qt/include/qvaluevector.h:476:   instantiated from
> 	`QValueVector<ChannelInfo>::detachInternal()'
> 	/usr/local/src/qt/include/qvaluevector.h:459:   instantiated from here
> 	/usr/local/src/qt/include/qvaluevector.h:125: Internal compiler error.
> 	/usr/local/src/qt/include/qvaluevector.h:125: Please submit a full bug
> 	report.
> 	/usr/local/src/qt/include/qvaluevector.h:125: See
> 	<URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> 	make[1]: *** [guidegrid.o] Error 1
> 	make[1]: Leaving directory `/usr/local/src/mythCVS/cvs/MC/mythepg'
> 	make: *** [sub-mythepg] Error 2
> 		
> 	I'm on a Pentium 4, and gcc is 2.95.3. If I take out the -O6 optimization 
> (wow, does the epg really need to be that optimized  :-), then it compiles 
> just fine.
> 
> 3.	Linking for -lvorbis and -lvorbisenc are not automatically included in the 
> Makefile for ./mythtv/ and ./mythfrontend/
> 
> 
> That's it,
> 
> - Thor
> 
> 
> 
> 		
> 
> ----------------------------------------------------------------
> Thor Sigvaldason <thor@sigvaldason.com>
> For my PGP/GnuPG public key, send an e-mail to thorskey@sigvaldason.com
> ----------------------------------------------------------------
> 
> --__--__--
> 
> Message: 2
> From: "Chris Kleeschulte" <kleeschu@mindspring.com>
> To: <mythtv-dev@snowman.net>
> Date: Mon, 9 Sep 2002 18:06:31 -0700
> Subject: [mythtv] follow up on my seg faults and questions
> Reply-To: mythtv-dev@snowman.net
> 
> This is a multi-part message in MIME format.
> 
> ------=_NextPart_000_0201_01C2582B.A0775B90
> Content-Type: text/plain;
> 	charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> Well all weekend I tried getting mythtv (the cvs from Friday) to seg =
> fault w/out success. I recompiled with debugging turned on. No seg =
> fault. I will keep checking this week.
> 
> 
> I was wondering about tv-out. I want to tweak the quality of my tv-out =
> to reduce the pixelation and overall blocky-ness of the picture. I am =
> using a Geforce4 440 MX tv-out card. I am running my X session in =
> 800x600 and mythtv with a quality of 640x480. I guess I am just stuck on =
> the fact that the direct tv picture is a bit better. Can anyone tell me =
> what (from an engineering standpoint) would be the optiminal environment =
> for the best tv-out quality? Do you think my problem is just my video =
> card?
> 
> 
> 
> thanks,
> Chris
> 
> 
> 
> 
> 
> 
> ------=_NextPart_000_0201_01C2582B.A0775B90
> Content-Type: text/html;
> 	charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
> 
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META http-equiv=3DContent-Type content=3D"text/html; =
> charset=3Diso-8859-1">
> <META content=3D"MSHTML 6.00.2716.2200" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY bgColor=3D#ffffff>
> <DIV><FONT face=3DVerdana size=3D2>Well all weekend I tried getting =
> mythtv (the cvs=20
> from Friday) to seg fault w/out success. I recompiled with debugging =
> turned on.=20
> No seg fault. I will keep checking this week.</FONT></DIV>
> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DVerdana size=3D2>I was wondering about tv-out. I want =
> to tweak the=20
> quality of my tv-out to reduce the pixelation and overall blocky-ness of =
> the=20
> picture. I am using a Geforce4 440 MX tv-out card. I am running my X =
> session in=20
> 800x600 and mythtv with a quality of 640x480. I guess I am just stuck on =
> the=20
> fact that the direct tv picture is a bit better. Can anyone tell me what =
> (from=20
> an engineering standpoint) would be the optiminal environment for the =
> best=20
> tv-out quality? Do you think my problem is just my video =
> card?</FONT></DIV>
> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DVerdana size=3D2>thanks,</FONT></DIV>
> <DIV><FONT face=3DVerdana size=3D2>Chris</FONT></DIV>
> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DVerdana size=3D2></FONT>&nbsp;</DIV></BODY></HTML>
> 
> ------=_NextPart_000_0201_01C2582B.A0775B90--
> 
> 
> --__--__--
> 
> Message: 3
> From: Isaac Richards <ijr@po.cwru.edu>
> To: mythtv-dev@snowman.net
> Subject: Re: [mythtv] 3 Hiccups with current (Sept. 9) CVS
> Date: Mon, 9 Sep 2002 21:17:50 -0400
> Reply-To: mythtv-dev@snowman.net
> 
> On Monday 09 September 2002 08:50 pm, Thor Sigvaldason wrote:
> > Isaac (et al.)
> >
> > 	Couple of strange errors when compiling current CVS snapshot.
> >
> >
> > 1.	If I edit the configure script to include lame support, then 'make', I
> > get:
> 
> I should just take that out of the configure script -- it's just for 
> libavcodec, and I'm not even using that part of it.
> 
> > 2. 	Further along, when building the (new) epg, I get a really weird one:
> >
> > 	I'm on a Pentium 4, and gcc is 2.95.3. If I take out the -O6 optimization
> > (wow, does the epg really need to be that optimized  :-), then it compiles
> > just fine.
> 
> Heh, probably a old gcc template bug, does -O3 compile fine?
> 
> > 3.	Linking for -lvorbis and -lvorbisenc are not automatically included in
> > the Makefile for ./mythtv/ and ./mythfrontend/
> 
> Ah, enabled the vorbis stuff in libavcodec? Also not used =)
> 
> Isaac
> 
> --__--__--
> 
> Message: 4
> From: Paul Jara <pjara@rogers.com>
> To: mythtv-dev@snowman.net
> Date: 09 Sep 2002 21:31:32 -0400
> Subject: [mythtv] RH 7.3 major problems
> Reply-To: mythtv-dev@snowman.net
> 
> I consulted with the mailing list archives and managed to get to the
> point where I can compile mythtv so long as mp3lame support is not
> included (the configure script by default does not enable it).  As
> suggested, I compiled LAME and libttf from source and they seem to be
> installed properly.  Now, when I run 'mythtv' I get the following error:
> 
> mythtv: error while loading shared libraries: libmp3lame.so.0: cannot
> open shared object files: No such file or directory
> 
> I have checked and libmp3lame.so.0 does exist.  Of course, 'mythtv'
> won't actually run.  The other executables exhibit similar behaviour and
> refuse to start.
> 
> Obviously, I am doing something wrong here.  Hopefully someone can
> help.  Here's what I'm using:
> 
> Red Hat 7.3
> lame 3.92 (compiled from source)
> freetype 1.3.1 (compiled from source)
> MySQL 11.16 Distrib 3.23.49 (installed from RPM)
> QT 3.0.3 (installed from RPMs, and including the devel RPM)
> 
> Thanks in advance!
> 
> 
> --__--__--
> 
> Message: 5
> From: Isaac Richards <ijr@po.cwru.edu>
> To: mythtv-dev@snowman.net
> Subject: Re: [mythtv] RH 7.3 major problems
> Date: Mon, 9 Sep 2002 21:40:52 -0400
> Reply-To: mythtv-dev@snowman.net
> 
> On Monday 09 September 2002 09:31 pm, Paul Jara wrote:
> > I consulted with the mailing list archives and managed to get to the
> > point where I can compile mythtv so long as mp3lame support is not
> > included (the configure script by default does not enable it).  As
> > suggested, I compiled LAME and libttf from source and they seem to be
> > installed properly.  Now, when I run 'mythtv' I get the following error:
> >
> > mythtv: error while loading shared libraries: libmp3lame.so.0: cannot
> > open shared object files: No such file or directory
> 
> Guess:  You installed things to /usr/local/lib, but neglected to add that dir 
> to /etc/ld.so.conf and run ldconfig?
> 
> Isaac
> 
> --__--__--
> 
> Message: 6
> From: Thor Sigvaldason <mythtv@lamedomainname.com>
> Subject: Re: [mythtv] RH 7.3 major problems
> Date: Mon, 9 Sep 2002 21:29:58 -0400
> To: mythtv-dev@snowman.net
> Reply-To: mythtv-dev@snowman.net
> 
> 
> 
> On Monday 09 September 2002 09:31 pm, you wrote:
> > I consulted with the mailing list archives and managed to get to the
> > point where I can compile mythtv so long as mp3lame support is not
> > included (the configure script by default does not enable it).  As
> > suggested, I compiled LAME and libttf from source and they seem to be
> > installed properly.  Now, when I run 'mythtv' I get the following error:
> >
> > mythtv: error while loading shared libraries: libmp3lame.so.0: cannot
> > open shared object files: No such file or directory
> >
> > I have checked and libmp3lame.so.0 does exist.  Of course, 'mythtv'
> > won't actually run.  The other executables exhibit similar behaviour and
> > refuse to start.
> >
> > Obviously, I am doing something wrong here.  Hopefully someone can
> > help.  Here's what I'm using:
> 
> 	Is libmp3lame.so is /usr/local/lib ?
> 	Is /usr/local/lib in /etc/ld.so.conf ?
> 	Have you run ldconfig since building libmp3lame?
> 
> 	One or more of these may do it.
> 
> BR,
> 
> Thor
> 
> > _______________________________________________
> > mythtv-dev mailing list
> > mythtv-dev@snowman.net
> > http://www.snowman.net/mailman/listinfo/mythtv-dev
> 
> --
> ----------------------------------------------------------------
> Thor Sigvaldason <thor@sigvaldason.com>
> For my PGP/GnuPG public key, send an e-mail to thorskey@sigvaldason.com
> ----------------------------------------------------------------
> 
> -------------------------------------------------------
> 
> -- 
> ----------------------------------------------------------------
> Thor Sigvaldason <thor@sigvaldason.com>
> For my PGP/GnuPG public key, send an e-mail to thorskey@sigvaldason.com
> ----------------------------------------------------------------
> 
> --__--__--
> 
> Message: 7
> From: Thor Sigvaldason <mythtv@lamedomainname.com>
> To: mythtv-dev@snowman.net
> Subject: Re: [mythtv] 3 Hiccups with current (Sept. 9) CVS
> Date: Mon, 9 Sep 2002 21:38:49 -0400
> Reply-To: mythtv-dev@snowman.net
> 
> On Monday 09 September 2002 09:17 pm, you wrote:
> 
> > > 2. 	Further along, when building the (new) epg, I get a really weird one:
> > >
> > > 	I'm on a Pentium 4, and gcc is 2.95.3. If I take out the -O6
> > > optimization (wow, does the epg really need to be that optimized  :-),
> > > then it compiles just fine.
> >
> > Heh, probably a old gcc template bug, does -O3 compile fine?
> >
> 
> 	Both -O2 and -O3 generate the same problem as -O6. Weird.
> 
> 	BTW, the new mythepg works just fine, even with all the accented Spanish 
> stations that I get in my listings. I can finally stop doing that by hand. :-)
> 
> 	Also, did you get the separate e-mail I sent you about MythWeb v0.1?
> 
> BR,
> 
> Thor
> 
> ----------------------------------------------------------------
> Thor Sigvaldason <thor@sigvaldason.com>
> For my PGP/GnuPG public key, send an e-mail to thorskey@sigvaldason.com
> ----------------------------------------------------------------
> 
> --__--__--
> 
> Message: 8
> From: Isaac Richards <ijr@po.cwru.edu>
> To: mythtv-dev@snowman.net
> Subject: Re: [mythtv] 3 Hiccups with current (Sept. 9) CVS
> Date: Mon, 9 Sep 2002 22:06:17 -0400
> Reply-To: mythtv-dev@snowman.net
> 
> On Monday 09 September 2002 09:38 pm, Thor Sigvaldason wrote:
> > 	Both -O2 and -O3 generate the same problem as -O6. Weird.
> 
> That it is.  I'm not sure how to add a per-file cflag using qmake, else I'd 
> just turn off optimization for that file..
> 
> > 	BTW, the new mythepg works just fine, even with all the accented Spanish
> > stations that I get in my listings. I can finally stop doing that by hand.
> > :-)
> 
> Cool -- does the OSD also display the proper characters?
> 
> > 	Also, did you get the separate e-mail I sent you about MythWeb v0.1?
> 
> Nope, I didn't.  Mind resending to ijr@speakeasy.net?  One of the cwru.edu 
> mail servers seems to take awhile sometimes..
> 
> Isaac
> 
> --__--__--
> 
> Message: 9
> Subject: Re: [mythtv] 3 Hiccups with current (Sept. 9) CVS
> From: Joe Drew <hoserhead@woot.net>
> To: mythtv-dev@snowman.net
> Date: 09 Sep 2002 22:28:35 -0400
> Reply-To: mythtv-dev@snowman.net
> 
> On Mon, 2002-09-09 at 21:38, Thor Sigvaldason wrote:
> > 	Both -O2 and -O3 generate the same problem as -O6. Weird.
> 
> -O3 and -O6 are synonymous; -On is equivalent to -O3 for all n > 3. As
> well, the only difference between -O2 and -O3 is that -O3 tries to
> inline more functions (which can potentially break things if you're
> relying on function pointers, etc).
> 
> -- 
> Joe Drew <hoserhead@woot.net> <drew@debian.org>
> 
> "This particular group of cats is mostly self-herding." -- Bdale Garbee
> 
> --__--__--
> 
> Message: 10
> From: Thor Sigvaldason <mythtv@lamedomainname.com>
> To: mythtv-dev@snowman.net
> Subject: Re: [mythtv] 3 Hiccups with current (Sept. 9) CVS
> Date: Mon, 9 Sep 2002 22:24:33 -0400
> Reply-To: mythtv-dev@snowman.net
> 
> On Monday 09 September 2002 10:06 pm, you wrote:
> > On Monday 09 September 2002 09:38 pm, Thor Sigvaldason wrote:
> > > 	Both -O2 and -O3 generate the same problem as -O6. Weird.
> >
> > That it is.  I'm not sure how to add a per-file cflag using qmake, else I'd
> > just turn off optimization for that file..
> >
> 
> 	Well, it is easy to fix by hand for the time being.
> 
> 
> >
> > Cool -- does the OSD also display the proper characters?
> >
> 
> 	Yup. 
> 
> 
> 	When mythfilldatabase ends, I get a:
> 
> 		 Mutex destroy failure: Device or resource busy
> 
> 	Not sure what that is...
> 	
> 
> > > 	Also, did you get the separate e-mail I sent you about MythWeb v0.1?
> >
> > Nope, I didn't.  Mind resending to ijr@speakeasy.net?  One of the cwru.edu
> > mail servers seems to take awhile sometimes..
> >
> 
> 	Sent it a few minutes ago.
> 
> ----------------------------------------------------------------
> Thor Sigvaldason <thor@sigvaldason.com>
> For my PGP/GnuPG public key, send an e-mail to thorskey@sigvaldason.com
> ----------------------------------------------------------------
> 
> --__--__--
> 
> Message: 11
> Date: Mon, 9 Sep 2002 23:03:35 -0400 (EDT)
> From: aolsen@lr2.com
> To: mythtv-dev@snowman.net
> Subject: [mythtv] Problems getting Mythtv to show a picture.
> Reply-To: mythtv-dev@snowman.net
> 
> Greetings!
> 
> I've read the entire archive and have seen similar problems, but none of
> the solutions seem to work.
> 
> My system:
> dual PIII-500 with 640MB RAM (640 MB ought to be enough for anyone)
> nVidia Riva TNT2 AGP Video card.
> ancient bttv (Hauppauge WinTV from 4 yrs ago)
> RedHat 7.3 running KDE
> 
> xawtv works great, video, audio, and tuner work.
> 
> mythtv doesn't show any video but I can hear TV audio.  It just sits there
> waiting for me to hit ctrl-C.
> 
> Any help would be greatly appreciated.
> 
> Also, I've appended the output of xvinfo and xawtv -debug 2
> 
> Thanks!
> Anton
> 
> 
> Xv seems to be setup correctly:
> 
> #xvinfo
> X-Video Extension version 2.2
> screen #0
>   Adaptor #0: "video4linux"
>     number of ports: 1
>     port base: 55
>     operations supported: PutVideo
>     supported visuals:
>       depth 16, visualID 0x23
>       depth 16, visualID 0x24
>     number of attributes: 7
>       "XV_ENCODING" (range -1000 to 1000)
>               client settable attribute
>               client gettable attribute (current value is 1)
>       "XV_BRIGHTNESS" (range -1000 to 1000)
>               client settable attribute
>               client gettable attribute (current value is 0)
>       "XV_CONTRAST" (range -1000 to 1000)
>               client settable attribute
>               client gettable attribute (current value is -157)
>       "XV_SATURATION" (range -1000 to 1000)
>               client settable attribute
>               client gettable attribute (current value is -8)
>       "XV_HUE" (range -1000 to 1000)
>               client settable attribute
>               client gettable attribute (current value is 0)
>       "XV_MUTE" (range 0 to 1)
>               client settable attribute
>               client gettable attribute (current value is 0)
>       "XV_FREQ" (range 0 to 16000)
>               client settable attribute
>               client gettable attribute (current value is 5108)
>     number of encodings: 28
>       encoding ID #0: "pal-television"
>         size: 768 x 576
>         rate: 0.020000
>       encoding ID #1: "ntsc-television"
>         size: 640 x 480
>         rate: 0.016683
> 
>      [encoding IDs continue to #27]
> 
> #xawtv -debug 2
> This is xawtv-3.73, running on Linux/i686 (2.4.18-3smp)
> visual: id=0x23 class=4 (TrueColor), depth=16
> visual: id=0x24 class=4 (TrueColor), depth=16
> visual: id=0x25 class=5 (DirectColor), depth=16
> visual: id=0x26 class=5 (DirectColor), depth=16
> check if the X-Server is local ... **** ok
> x11 socket: me=localhost, server=localhost
> main: dga extention...
> DGA version 2.0
> main: xinerama extention...
> main: xvideo extention...
> Xvideo: 1 adaptors available.
> Xvideo: video4linux: input video, ports 55-55
> Xvideo: using port 55 for video
>   XV_ENCODING get set, -1000 -> 1000
>   XV_BRIGHTNESS get set, -1000 -> 1000
>   XV_CONTRAST get set, -1000 -> 1000
>   XV_SATURATION get set, -1000 -> 1000
>   XV_HUE get set, -1000 -> 1000
>   XV_MUTE get set, 0 -> 1
>   XV_FREQ get set, 0 -> 16000
> Xvideo: no usable hw scaler port found
> main: init main window...
> x11: color depth: 16 bits, 2 bytes - pixmap: 2 bytes
> x11: color masks: red=0x0000f800 green=0x000007e0 blue=0x0000001f
> x11: server byte order: little endian
> x11: client byte order: little endian
> main: install signal handlers...
> main thread [pid=32274]
> main: checking wm...
> wmhooks: netwm
> main: creating windows ...
> main: read config file ...
> main: checking for vidmode extention ...
> main: checking for lirc ...
> main: checking for joystick ...
> main: checking for midi ...
> main: mapping main window ...
> xt: pointer show
> main: initialize hardware ...
> xv: get XV_BRIGHTNESS: 0
> xv: get XV_CONTRAST: -157
> xv: get XV_SATURATION: -8
> xv: get XV_HUE: 0
> xv: set XV_MUTE: 0
> xv: get XV_MUTE: 0
> main: parse channels from config file ...
> cmd: "setfreqtab" "us-cable"
> cmd: "capture" "overlay"
> cmd: "setchannel" "40"
> Xvideo: video off
> xv: set XV_MUTE: 1
> xv: set XV_SATURATION: -8
> xv: set XV_BRIGHTNESS: 0
> xv: set XV_HUE: 0
> xv: set XV_CONTRAST: -157
> xv: set XV_MUTE: 0
> main: known station tuned, not changing
> main: enter main event loop...
> PropertyNotify WM_NAME
> PropertyNotify WM_ICON_NAME
> PropertyNotify WM_COMMAND
> PropertyNotify WM_CLIENT_MACHINE
> PropertyNotify WM_NORMAL_HINTS
> PropertyNotify WM_HINTS
> PropertyNotify WM_CLASS
> PropertyNotify _KDE_NET_USER_TIME
> PropertyNotify WM_LOCALE_NAME
> PropertyNotify WM_LOCALE_NAME
> PropertyNotify WM_CLIENT_LEADER
> video: shell: size 384x288+0+0
> Xvideo: video: win=0x2200044, src=640x480+0+0 dst=384x288+0+0
> PropertyNotify WM_STATE
> PropertyNotify WM_PROTOCOLS
> PropertyNotify WM_NORMAL_HINTS
> PropertyNotify _NET_WM_VISIBLE_NAME
> PropertyNotify _KDE_NET_WM_FRAME_STRUT
> PropertyNotify _NET_WM_DESKTOP
> PropertyNotify WM_STATE
> video: shell: size 384x288+618+20
> Xvideo: video: win=0x2200044, src=640x480+0+0 dst=384x288+0+0
> PropertyNotify WM_STATE
> video: shell: ReparentNotify
> video: shell: map
> Xvideo: video: win=0x2200044, src=640x480+0+0 dst=384x288+0+0
> expose count=0
> expose: xv reblit
> video: shell: size 384x288+618+20
> Xvideo: video: win=0x2200044, src=640x480+0+0 dst=384x288+0+0
> PropertyNotify _NET_WM_ICON_GEOMETRY
> PropertyNotify _NET_WM_ICON_GEOMETRY
> PropertyNotify _XAWTV_STATION
> PropertyNotify WM_NAME
> PropertyNotify WM_ICON_NAME
> PropertyNotify _XAWTV_STATION
> PropertyNotify _NET_WM_VISIBLE_NAME
> PropertyNotify WM_NAME
> PropertyNotify _NET_WM_VISIBLE_NAME
> video: shell: size 384x288+618+20
> Xvideo: video: win=0x2200044, src=640x480+0+0 dst=384x288+0+0
> xt: pointer hide
> xv: set XV_MUTE: 1
> Xvideo: video off
> cmd: "capture" "off"
> 
> 
> 
> 
> --__--__--
> 
> Message: 12
> From: "John Kelley" <john@kelley.ca>
> To: <mythtv-dev@snowman.net>
> Date: Tue, 10 Sep 2002 00:17:09 -0300
> Subject: [mythtv] Echoing Audio
> Reply-To: mythtv-dev@snowman.net
> 
> Usually there are two different mixer modes for your soundcard, playback
> and recording. You want linein selected for recording but you want it
> muted in playback.
> 
> 	- John
> 
> 
> 
> 
> --__--__--
> 
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev@snowman.net
> http://www.snowman.net/mailman/listinfo/mythtv-dev
> 
> 
> End of mythtv-dev Digest