On 24.10.2008 04:34, Esben Stien wrote:
> I've pulled GIT xf86-video-ati for some months now and I always have
> to apply this patch:
> 
> diff --git a/src/radeon_video.c b/src/radeon_video.c
> index ac60166..c400468 100644
> --- a/src/radeon_video.c
> +++ b/src/radeon_video.c
> @@ -1597,5 +1597,8 @@ skip_theatre:
>  static XF86VideoAdaptorPtr
>  RADEONSetupImageVideo(ScreenPtr pScreen)
>  {
> +    // Disable this Xv adaptor
> +    return NULL;
> +
>      ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum];
>      RADEONPortPrivPtr pPriv;
>      XF86VideoAdaptorPtr adapt;
> 
> Without it, I can't watch videos with xv output. Any reason this issue
> is not getting fixed?

First, that's the wrong list...
So, it seems overlay video doesn't work for you for some reason. Maybe
it picks the wrong crtc or whatever, it's hard to tell why without any
information. Most players allow you to manually specify the port to use,
so you could simply pick the textured video adapter manually without
this patch.

Roland

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to