[mythtv] [mythtv-commits] Ticket #2241: Hue is distorted (Intel Chipset)

Daniel Kristjansson danielk at cuymedia.net
Tue Oct 31 00:48:09 UTC 2006


On Tue, 2006-10-31 at 00:27 +0000, MythTV wrote:
> #2241: Hue is distorted (Intel Chipset)
> -----------------------+----------------------------------------------------
>  Reporter:  panzaeron  |        Owner:  danielk
>      Type:  defect     |       Status:  closed 
>  Priority:  minor      |    Milestone:  0.21   
> Component:  mythtv     |      Version:  head   
>  Severity:  medium     |   Resolution:  fixed  
> -----------------------+----------------------------------------------------
> Comment (by todd at courtnage.ca):
> 
>  I'm am being bitten by this bug.  I'm using the Debian packages provided
>  at debian-multimedia.org.  Is it possible to get this patch included
>  0-20-fixes svn branch?  This way the package maintainer can include it in
>  the Debian packages.

Nope, this hack isn't even enabled in SVN Head; you need to
change a define and recompile. This is simply a hack to avoid
using an advertised feature of the drivers when that feature
is broken. This has to be fixed in the driver. The Intel driver
should be fairly easy to fix, if this isn't already fixed in
Xorg SVN, and the ATI driver won't be fixed unless people complain
to ATI. The intention of making it difficult to work around this
bug in the drivers is to encourage people who must use these
drivers to complain to ATI for the ATI drivers, or help the
Xorg developers test a fix for the Intel drivers.

The driver is advertising that it supports I420 surfaces when it
does not support them properly. Fixing the driver means either
removing this advertisement, or fixing the I420 support. Fixing
I420 support is just a matter of swapping the U and V pointers in
the XVideo surface, removing the advertisement of the feature is
a matter of commenting out one line in the driver.

-- Daniel



More information about the mythtv-dev mailing list