[mythtv-users] X won't display on my PVR-350 TV-out...

Steve Dobson steve.dobson at uthink.co.uk
Thu May 20 01:35:39 EDT 2004


Josh

On Wed, May 19, 2004 at 11:29:21PM -0500, Josh Dalcher wrote:
> I only have one problem left... I configured my XFConfig file as described
> in Jarod's guide in order to get X to display on the 350's TV-Out.  The
> only change was to modify my PCI bus to 0:0x0b:0.
>  
> After restarting X I am still left with no mythfrontend on my TV, but it
> shows up fine on my monitor.  When I tell Myth to watch tv or a recording,
> the picture moves from the monitor to the TV (monitor goes black).  When
> I exit the tv or recording, the mythfrontend defaults back to my monitor
> (TV goes black).  I want to be able to see my Myth frontend through my
> TV-out when I'm not watching tv or recordings so I can ditch this lousy
> monitor.
> 
> Any ideas how to troubleshoot this one?  I'm running stock, fresh install
> FC1.  The only capture device on the system is my PVR-350.  Everything
> else is set up as described in Jarod's guide.

This sounds like you haven't configured X to use the correct framebuffer.
You may have more than one framebuffer device - if you're using a distro
kernel then the motherboard's on board graphics (if it has one) or your
"normal" video card's might be loaded first and gets /dev/fb0.  If 
ivtv-fb is being loaded after this it will get /dev/fb1.

Your XF86COnfig-4 file should have something like this in it.
    Section "Device"
        Identifier  "Hauppauge PVR 350 iTVC15 Framebuffer"
        Driver      "fbdev"
        Option      "fbdev" "/dev/fb1"
        BusID "0:0x0b:0"
    EndSection

The device that ivtv-fb is using is reported at the end of the driver
being loaded.  Have a look at dmesg to find which framebuffer device
ivtv-fb is using and make sure that the one configured in XF86Config-4
matches.  

Hope this helps
Steve


More information about the mythtv-users mailing list