Re: [mythtv-users] PVR-350 TV-Out with Xv support

2005-10-06 Thread Jeff Simpson
On 10/5/05, R. Geoffrey Newbury [EMAIL PROTECTED] wrote:
On Wed, 5 Oct 2005 16:34:21 -0400, Jeff Simpson wrote:You might check out: http://groundstate.ca/c3mythtvDown a ways there is a discussion about compiling the Xv, and XVmc drivers
for a VIA motherboard... But the process will be exactly the same for youto do in gentoo, subject only to a choice of the difference video driveryou are applying it to.
I'll take a peek at that. I'm pretty sure the problems I'm having have
to do with version numbers or strange things about gentoo that don't
work right, but I'll see if it helps any.
There is another gotcha if you are doing this from source and that is thatif you are using an oddly named kernel, the modules will get built under
/lib/modules in a folder called something like2.6.12-12custom... Youhave to move the drivers to the correct place which is something like/lib/modules/2.6.12-12mdk-i686-4GB-up/kernel/driversetc etc etc...
The compiling itself is nothing... But note, you may have to re-compile Xfrom scratch in order to make this work... Not difficult buttime-consuming.. Takes about 1 and three quarter hours on my Via SP13000
box...Definitely a start and go to lunch project.
Yeah, it's gentoo, so I'm used to that ;-P I'm trying to work it all
into an ebuild so I can do the whole thing unattended, but I need to be
able to do it manually first, I think.
GeoffreyPS... I noticed that you inadvertantly spelt your first name wrong!
PPS... Unless you live in the Toronto or Ottawa area (in which case youmight be one of the ones I already know) you are the 4th distinct JeffSimpson I have run across... it's almost as bad as being a Colin Campbell!

Googlism has a lot to say about Jeff Simpson including that I'm a
Hero in Cuba, I am leaving MIT to take a job at UNH (ironic since I do
in fact work at MITa previous Jeff Simpson that worked at MIT as a
chem professor is now working at UNH). It's also worth noting that jeff
simpson is a graduate of the wealth barber school of journalism, a
disco king in his native land of gouzenko, and an educational
consultant based in ukiah. He is also published by bbc worldwide and is
available now, is now offering tai chi classes at unity, and is on
trial.
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 TV-Out with Xv support

2005-10-06 Thread Jeff Simpson
Do you have xorg built with the 'sdk' USE flag? You should...
Yeah, it's in there.

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 TV-Out with Xv support

2005-10-06 Thread Jeff Simpson
HELP!!

I recompiled and installed ivtv 0.3.8, x.org 6.8.2-r5 and the 0.10.6
xdriver. they all compiled perfectly, but now I can't get tvout to work.

Symptoms:

ivtv-fb is missing now. It's not in ivtv-0.3.8, so I assume it got replaced by some other module? What should I be loading?

What changes do I need to make to XF86Config to make X happy? I tried
using ivtv_drv, ivtvdev_drv, fbdev and fbdev_drv, and I get the
following:
(EE) LoadModule: Module ivtvdev_drv does not have a ivtvdev_drvModuleData data object.
(EE) Failed to load module ivtvdev_drv (invalid module, 0)
(EE) No devices detected.

Thanks!!

- Jeff
On 10/6/05, Jeff Simpson [EMAIL PROTECTED] wrote:
On 10/5/05, R. Geoffrey Newbury [EMAIL PROTECTED] wrote:

On Wed, 5 Oct 2005 16:34:21 -0400, Jeff Simpson wrote:You might check out: http://groundstate.ca/c3mythtv
Down a ways there is a discussion about compiling the Xv, and XVmc drivers
for a VIA motherboard... But the process will be exactly the same for youto do in gentoo, subject only to a choice of the difference video driveryou are applying it to.
I'll take a peek at that. I'm pretty sure the problems I'm having have
to do with version numbers or strange things about gentoo that don't
work right, but I'll see if it helps any.
There is another gotcha if you are doing this from source and that is that
if you are using an oddly named kernel, the modules will get built under
/lib/modules in a folder called something like2.6.12-12custom... Youhave to move the drivers to the correct place which is something like/lib/modules/2.6.12-12mdk-i686-4GB-up/kernel/driversetc etc etc...

The compiling itself is nothing... But note, you may have to re-compile Xfrom scratch in order to make this work... Not difficult buttime-consuming.. Takes about 1 and three quarter hours on my Via SP13000

box...Definitely a start and go to lunch project.
Yeah, it's gentoo, so I'm used to that ;-P I'm trying to work it all
into an ebuild so I can do the whole thing unattended, but I need to be
able to do it manually first, I think.
GeoffreyPS... I noticed that you inadvertantly spelt your first name wrong!
PPS... Unless you live in the Toronto or Ottawa area (in which case youmight be one of the ones I already know) you are the 4th distinct JeffSimpson I have run across... it's almost as bad as being a Colin Campbell!

Googlism has a lot to say about Jeff Simpson including that I'm a
Hero in Cuba, I am leaving MIT to take a job at UNH (ironic since I do
in fact work at MITa previous Jeff Simpson that worked at MIT as a
chem professor is now working at UNH). It's also worth noting that jeff
simpson is a graduate of the wealth barber school of journalism, a
disco king in his native land of gouzenko, and an educational
consultant based in ukiah. He is also published by bbc worldwide and is
available now, is now offering tai chi classes at unity, and is on
trial.


___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 TV-Out with Xv support

2005-10-06 Thread Jeff Simpson
I got ivtv-fb back - turns out the ebuild is a little buggy. I got the
framebuffer device back, I had to modprobe ivtv cardtype=2 to get
ivtv-fb to load

but still no fbdev or ivtvdev_drv working in X, same error about not having a ModuleData data object

- JeffOn 10/6/05, Jeff Simpson [EMAIL PROTECTED] wrote:
HELP!!

I recompiled and installed ivtv 0.3.8, x.org 6.8.2-r5 and the 0.10.6
xdriver. they all compiled perfectly, but now I can't get tvout to work.

Symptoms:

ivtv-fb is missing now. It's not in ivtv-0.3.8, so I assume it got replaced by some other module? What should I be loading?

What changes do I need to make to XF86Config to make X happy? I tried
using ivtv_drv, ivtvdev_drv, fbdev and fbdev_drv, and I get the
following:
(EE) LoadModule: Module ivtvdev_drv does not have a ivtvdev_drvModuleData data object.
(EE) Failed to load module ivtvdev_drv (invalid module, 0)
(EE) No devices detected.

Thanks!!

- Jeff
On 10/6/05, Jeff Simpson [EMAIL PROTECTED]
 wrote:
On 10/5/05, R. Geoffrey Newbury [EMAIL PROTECTED] wrote:

On Wed, 5 Oct 2005 16:34:21 -0400, Jeff Simpson wrote:You might check out: http://groundstate.ca/c3mythtv
Down a ways there is a discussion about compiling the Xv, and XVmc drivers
for a VIA motherboard... But the process will be exactly the same for youto do in gentoo, subject only to a choice of the difference video driveryou are applying it to.
I'll take a peek at that. I'm pretty sure the problems I'm having have
to do with version numbers or strange things about gentoo that don't
work right, but I'll see if it helps any.
There is another gotcha if you are doing this from source and that is that
if you are using an oddly named kernel, the modules will get built under
/lib/modules in a folder called something like2.6.12-12custom... Youhave to move the drivers to the correct place which is something like/lib/modules/2.6.12-12mdk-i686-4GB-up/kernel/driversetc etc etc...


The compiling itself is nothing... But note, you may have to re-compile Xfrom scratch in order to make this work... Not difficult buttime-consuming.. Takes about 1 and three quarter hours on my Via SP13000


box...Definitely a start and go to lunch project.
Yeah, it's gentoo, so I'm used to that ;-P I'm trying to work it all
into an ebuild so I can do the whole thing unattended, but I need to be
able to do it manually first, I think.
GeoffreyPS... I noticed that you inadvertantly spelt your first name wrong!
PPS... Unless you live in the Toronto or Ottawa area (in which case youmight be one of the ones I already know) you are the 4th distinct JeffSimpson I have run across... it's almost as bad as being a Colin Campbell!

Googlism has a lot to say about Jeff Simpson including that I'm a
Hero in Cuba, I am leaving MIT to take a job at UNH (ironic since I do
in fact work at MITa previous Jeff Simpson that worked at MIT as a
chem professor is now working at UNH). It's also worth noting that jeff
simpson is a graduate of the wealth barber school of journalism, a
disco king in his native land of gouzenko, and an educational
consultant based in ukiah. He is also published by bbc worldwide and is
available now, is now offering tai chi classes at unity, and is on
trial.




___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 TV-Out with Xv support

2005-10-05 Thread Jeff Simpson
Don't Panic! ivtv is really quite easy to build and install. The xdriveris more difficult, but still
doable. Is there a howto or doc anywhere that describes or guides you through the process of enabling Xv on the 350's TV-Out?Nothing to it really. Build and install the ivtv 0.3.8
 and xdriver0.10.6, and you're done. Justuse XV and enjoy.
Is there a howto on that? installing ivtv is fine with gentoo, emerge
should be able to do it without any problem. compiling the xdriver is
so far proving to be a pretty hefty challenge. Are there particular
versions of X that this is known to work with? I am working on writing
an ebuild for gentoo that puts ivtv into the correct directory among
x.org 5.8.2-r5, but it doesn't want to compile. What directory am I
supposed to give it when I run xmkmf (it says X SOURCES but that is
very vague...what directory is it looking for?). What should I do when
it dumps out with this message:

ivtv_xv.c: In function `IVTVStopVideo':
ivtv_xv.c:459: error: storage size of `colorKey' isn't known
ivtv_xv.c:462: error: `IVTVFB_IOCTL_SET_COLORKEY' undeclared (first use in this function)
ivtv_xv.c:462: error: (Each undeclared identifier is reported only once
ivtv_xv.c:462: error: for each function it appears in.)
ivtv_xv.c: In function `IVTVPutImage':
ivtv_xv.c:716: error: storage size of `colorKey' isn't known
ivtv_xv.c:719: error: `IVTVFB_IOCTL_SET_COLORKEY' undeclared (first use in this function)
make: *** [ivtv_xv.o] Error 1

Thanks!
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 TV-Out with Xv support

2005-10-05 Thread Jesse Guardiani

Jeff Simpson wrote:


Don't Panic! ivtv is really quite easy to build and install. The
xdriver
is more difficult, but still
doable.


 Is there a howto or doc anywhere that describes or guides you
through
 the process of enabling Xv on the 350's TV-Out?


Nothing to it really. Build and install the ivtv 0.3.8 and xdriver
0.10.6, and you're done. Just
use XV and enjoy.


Is there a howto on that?


No. I should have had the presence of mind to take notes when I 
originally compiled it, but I didn't.


installing ivtv is fine with gentoo, emerge should be able to do it 
without any problem. compiling the xdriver is so far proving to be a 
pretty hefty challenge. Are there particular versions of X that this 
is known to work with? I am working on writing an ebuild for gentoo 
that puts ivtv into the correct directory among x.org http://x.org 
5.8.2-r5, but it doesn't want to compile. What directory am I supposed 
to give it when I run xmkmf (it says X SOURCES but that is very 
vague...what directory is it looking for?). What should I do when it 
dumps out with this message:


ivtv_xv.c: In function `IVTVStopVideo':
ivtv_xv.c:459: error: storage size of `colorKey' isn't known
ivtv_xv.c:462: error: `IVTVFB_IOCTL_SET_COLORKEY' undeclared (first 
use in this function)

ivtv_xv.c:462: error: (Each undeclared identifier is reported only once
ivtv_xv.c:462: error: for each function it appears in.)
ivtv_xv.c: In function `IVTVPutImage':
ivtv_xv.c:716: error: storage size of `colorKey' isn't known
ivtv_xv.c:719: error: `IVTVFB_IOCTL_SET_COLORKEY' undeclared (first 
use in this function)

make: *** [ivtv_xv.o] Error 1


Do you have xorg built with the 'sdk' USE flag? You should...

--
Jesse Guardiani
Programmer/Sys Admin
[EMAIL PROTECTED]

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 TV-Out with Xv support

2005-10-05 Thread R. Geoffrey Newbury
On Wed, 5 Oct 2005 16:34:21 -0400, Jeff Simpson wrote:

You might check out: http://groundstate.ca/c3mythtv

Down a ways there is a discussion about compiling the Xv, and XVmc drivers
for a VIA motherboard... But the process will be exactly the same for you
to do in gentoo, subject only to a choice of the difference video driver
you are applying it to.

There is another gotcha if you are doing this from source and that is that
if you are using an oddly named kernel, the modules will get built under
/lib/modules in a folder called something like  2.6.12-12custom... You
have to move the drivers to the correct place which is something like 
/lib/modules/2.6.12-12mdk-i686-4GB-up/kernel/drivers  etc etc etc...

The compiling itself is nothing... But note, you may have to re-compile X
from scratch in order to make this work... Not difficult but
time-consuming.. Takes about 1 and three quarter hours on my Via SP13000
box...Definitely a start and go to lunch project.

Geoffrey


PS... I noticed that you inadvertantly spelt your first name wrong!

PPS... Unless you live in the Toronto or Ottawa area (in which case you
might be one of the ones I already know) you are the 4th distinct Jeff
Simpson I have run across... it's almost as bad as being a Colin Campbell!
G.

R. Geoffrey Newbury  [EMAIL PROTECTED]
Barrister and Solicitor Telephone: 905-271-9600 

Mississauga,Ontario, Canada  Facsimile:   905-271-1638

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 TV-Out with Xv support

2005-10-04 Thread Jesse Guardiani

Frank Lynch wrote:

Hi Folks,
I have X running over the TV-out on my PVR-350, everything works quite
well and myth is very impressive. That is, until I attempt to play
back a DVD - a lot of frames get dropped, audio gets out of synch etc.
From what I've read the problem is that I don't have Xv support in the
version of ivtv that I'm using (fedora core4 following Jarods guide).
I understand that Xv support is available in the development
(unstable) edition of ivtv - can anyone comment on the stability of
this?
  


0.3.8 is quite stable, and XV works wonderfully. But you also have to 
build and install the

new Xdriver 0.10.6. You'll find them both here:
   http://dl.ivtvdriver.org/

Don't Panic! ivtv is really quite easy to build and install. The xdriver 
is more difficult, but still

doable.



Is there a howto or doc anywhere that describes or guides you through
the process of enabling Xv on the 350's TV-Out?
  


Nothing to it really. Build and install the ivtv 0.3.8 and xdriver 
0.10.6, and you're done. Just

use XV and enjoy.



As I mentioned I'm using Fedora Core 4 here - is there a yum
repositiory that I should include in order to pull in the correct
version of ivtv?
  


Probably not, but I'm not sure. I'm running KnoppMyth R5A16.


--
Jesse Guardiani
Programmer/Sys Admin
[EMAIL PROTECTED]

___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 TV-Out with Xv support

2005-10-04 Thread Dan Wilga
If you're using only 250s or 350s, you can probably use the 
milestone build of 0.3.8 without any problem. I've been using it 
for a few weeks now, and it's very stable.


http://dl.ivtvdriver.org/ivtv/

(This version has some occasional problems with 150s that are fixed 
in later versions.)


--
Dan Wilga [EMAIL PROTECTED]
Web Administrator http://www.mtholyoke.edu
Mount Holyoke CollegeTel: 413-538-3027
South Hadley, MA  01075Who left the cake out in the rain?
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


Re: [mythtv-users] PVR-350 TV-Out with Xv support

2005-10-04 Thread Frank Lynch
On 10/4/05, Jesse Guardiani [EMAIL PROTECTED] wrote:
 Frank Lynch wrote:
  Hi Folks,
  I have X running over the TV-out on my PVR-350, everything works quite
  well and myth is very impressive. That is, until I attempt to play
  back a DVD - a lot of frames get dropped, audio gets out of synch etc.
  From what I've read the problem is that I don't have Xv support in the
  version of ivtv that I'm using (fedora core4 following Jarods guide).
  I understand that Xv support is available in the development
  (unstable) edition of ivtv - can anyone comment on the stability of
  this?
 

 0.3.8 is quite stable, and XV works wonderfully. But you also have to
 build and install the
 new Xdriver 0.10.6. You'll find them both here:
 http://dl.ivtvdriver.org/

 Don't Panic! ivtv is really quite easy to build and install. The xdriver
 is more difficult, but still
 doable.


  Is there a howto or doc anywhere that describes or guides you through
  the process of enabling Xv on the 350's TV-Out?
 

 Nothing to it really. Build and install the ivtv 0.3.8 and xdriver
 0.10.6, and you're done. Just
 use XV and enjoy.


  As I mentioned I'm using Fedora Core 4 here - is there a yum
  repositiory that I should include in order to pull in the correct
  version of ivtv?
 

 Probably not, but I'm not sure. I'm running KnoppMyth R5A16.


Thanks Folks, I just installed ivtv 0.3.8 and its working great!
I actually found ivtv-0.3.8 in the atrpms repository, so it was a
simple matter of executing `yum install ivtv-0.3.8` nice n' easy :-)
cheers,
--Frank
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users


[mythtv-users] PVR-350 TV-Out with Xv support

2005-10-03 Thread Frank Lynch
Hi Folks,
I have X running over the TV-out on my PVR-350, everything works quite
well and myth is very impressive. That is, until I attempt to play
back a DVD - a lot of frames get dropped, audio gets out of synch etc.
From what I've read the problem is that I don't have Xv support in the
version of ivtv that I'm using (fedora core4 following Jarods guide).
I understand that Xv support is available in the development
(unstable) edition of ivtv - can anyone comment on the stability of
this?
Is there a howto or doc anywhere that describes or guides you through
the process of enabling Xv on the 350's TV-Out?
As I mentioned I'm using Fedora Core 4 here - is there a yum
repositiory that I should include in order to pull in the correct
version of ivtv?

thanks,
--Frank
___
mythtv-users mailing list
mythtv-users@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users