[Openchrome-users] XvMC works in xorg driver, but not openchrome

Tim Dodge timmy
Mon Dec 26 20:14:44 PST 2005


Ivor Hewitt wrote:

>On Saturday 24 December 2005 23:10, Tim Dodge wrote:
>  
>
>>Hi,
>>
>>I have a Commel LV-667T board that I'm running xorg-x11-7.0.0_rc4 on
>>Gentoo.
>>
>>I have no problems using the xf86-video-via driver (with the vt1625
>>patches applied) - XvMC out works using mplayer, xine and mythtv.
>>
>>However, I've tried using latest svn version of the openchrome drivers
>>(using the attached ebuild), but can't get XvMC to work at all. Xv
>>works, and everything else looks fine, but I can't get anything to
>>display when I try XvMC.
>>
>>I either get a short single green line at the top of the screen, or the
>>whole screen is covered in a regular green patchwork effect.
>>
>>Any idea what the problem can be?
>>
>>    
>>
>Hmm, that sounds like the effect you get when you're using the libXvMC library 
>rather than the libXvMCPro library.
>Can you check and paste your (gzipped) logfile?
>
>  
>
Sorry for replying directly to you last time Ivor, I always do that with 
mailing lists...

Anyway, it looks to me like there is an error in libxvmc/Makefile.am: 
libviaXvMC_la_SOURCES and libviaXvMCPro_la_SOURCES are the same, so both 
libraries turn out exactly the same.

I've just tried the attached simple patch, and it seems to work now.

Cheers,
Tim

-------------- next part --------------
--- libxvmc/Makefile.am.orig	2005-12-26 18:48:29.669047589 +0000
+++ libxvmc/Makefile.am	2005-12-26 18:49:06.567451728 +0000
@@ -13,7 +13,7 @@
 	xf86dristr.h \
 	vldXvMC.h
 libviaXvMCPro_la_SOURCES = \
-	viaLowLevel.c \
+	viaLowLevelPro.c \
 	driDrawable.c \
 	viaXvMC.c \
 	xf86dri.c \


More information about the Openchrome-users mailing list