[mythtv] OSD no longer fading on pvr350

Ivor Hewitt ivor at ivor.org
Thu Feb 24 05:36:31 UTC 2005


On Thursday 24 Feb 2005 04:03, Isaac Richards wrote:
> On Wednesday 23 February 2005 10:44 pm, David Engel wrote:
> > I recently noticed the OSD is no longer fades out on my pvr350 system.
> > It goes completely off after the normal display time.  The OSD fades
> > just fine on my remote frontend with software decoding.  I thought it
> > might have something to do with the BLT_FILL ioctl available in newer
> > ivtv drivers, but that doesn't appear to be the case.  Is anyone else
> > seeing this?
>
> Ah, I may have disabled it on the pvr-350 out as well as for xvmc.  Look
> for the call to OSD::DisableFade() in NVP.cpp for where it's cutting it
> off.
>
Yup I tweaked the osd-imustgetaroundtofixing-hack for the epia thusly:

+#ifdef USING_XVMC_VLD
+        if (forceVideoOutput != kVideoOutput_Default &&
+            forceVideoOutput != kVideoOutput_XvMC)
+            osd->DisableFade();
+#else
         if (forceVideoOutput != kVideoOutput_Default)
             osd->DisableFade();
+#endif

> I seem to remember problems with the OSD fading a bit, though, back when I
> was using the 350 for display..?
>


-- 
Ivor
http://www.ivor.it/goog - MSN Search unbiased?


More information about the mythtv-dev mailing list