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?

-- 
Esben Stien is [EMAIL PROTECTED]     s      a             
         http://www. s     t    n m
          irc://irc.  b  -  i  .   e/%23contact
           sip:b0ef@   e     e 
           jid:b0ef@    n     n

-------------------------------------------------------------------------
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