[mythtv-users] X over PVR-350 TV-Out on FC3

John Harvey john.p.harvey at btinternet.com
Sun Jan 9 15:19:55 EST 2005


Just to clear up a few things here.
0.7 driver was broken it needs both

	option "fbdev" "/dev/fb1"
	option "ivtv" "/dev/fb1"

to work. This is fixed in the 0.8 driver posted to the ivtv-dev mailing
list.
I have just posted a fix the the ivtv-dev mailing list for the issue that
requires the 

dd if=/dev/video0 of=/dev/video16

to be done before starting X. This problem is something to do with using
udev and is not specific to FC3.

Hopefully with both of these patches it should be possible to get a system
working without any of those ivtvctl commands.

If you still have problems post them on the ivtv-dev mailing list and I have
some code that has extra debugging in it which should allow us to work out
what the issues are.

John

> -----Original Message-----
> From: mythtv-users-bounces at mythtv.org [mailto:mythtv-users-
> bounces at mythtv.org] On Behalf Of Nicholas Bloch
> Sent: 09 January 2005 09:30
> To: mythtv-users at mythtv.org
> Subject: [mythtv-users] X over PVR-350 TV-Out on FC3
> 
> 
> Like a lot of other people I've been having plenty of
> trouble getting this to work. After weeks of banging
> my head against my desk, I've finally patched together
> a solution from other peoples suggestions.
> 
> I've set everything up pretty much according to
> Jarod's HOWTO. I've installed the rpm packages for
> ivtv version 2.0-59_rc3d (atrpms), but replaced
> ivtvdev_drv.o with the 0.7 version from
> http://www.mail-archive.com/ivtv-devel@lists.sourceforge.net/msg00421.html
> (I'm not sure if this version is necessary)
> 
> My xorg.conf is set up as follows:
> 
> Section "Device"
>         Identifier  "Hauppauge PVR 350 iTVC15
> Framebuffer"
>         Driver      "ivtvdev"
>         #Driver      "fbdev"
> 
>         ### change fb0 to whatever your card grabbed
>         #Option      "fbdev" "/dev/fb0"
>         Option      "ivtvdev" "/dev/fb0"
> 
>         ### change the BusID to whatever is reported
> by lspci, specify it as hex.
>         #BusID "0:0x14:0"
>         BusID "0:10:0" (lspci reports 00:0a.0)
> 
> Originally I was using the vga=792 kernel parameter on
> boot, but ivtvdev doesn't seem to work with fb1, so I
> removed it.
> 
> And finally I've added the following lines to my
> rc.local:
> 
> /sbin/modprobe ivtv
> /sbin/modprobe lirc_i2c
> /etc/init.d/lircd start
> /etc/init.d/mythbackend start
> 
> ivtvfbctl /dev/fb0 -alpha -on -globalalpha
> -nolocalalpha
> dd if=/dev/video0 of=/dev/video16 bs=64k count=100
> sleep 3
> 
> ivtvfbctl /dev/fb0 -globalalpha -nolocalalpha
> ivtvctl --reload
> sleep 3
> 
> You can find the source here:
> http://www.gossamer-threads.com/lists/mythtv/users/101045
> 
> That's it! I hope this helps.
> 
> 
> 
> 
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - Helps protect you from nasty viruses.
> http://promotions.yahoo.com/new_mail



More information about the mythtv-users mailing list