[Openchrome-users] Modular Xorg - missing XvMC support (Gentoo)

Jon Nettleton jon.nettleton
Tue Nov 29 19:17:41 PST 2005


On Tue, 2005-11-29 at 18:40 +0100, Daniel Heemann wrote:
> On Tuesday 29 November 2005 09:02, Thomas Hellstr?m wrote:
> > > I'm currently working on the modular xorg packages for epiOS. I use the
> > > xorg-x11-7.0.0_rc2 gentoo packages.
> > > So far everything works fine but I'm stuck to get XvMC working. Even
> > > DRM/DRI
> > > seem to work fine and the XvMC libs are compiled w/o any problem
> > > they're still not used.
> >
> > Your log suggests that the Xv extension is not built, which means that
> > XvExtension was never defined.
> >
> > Check in the config.h file that XvExtension is really defined.
> > The X.org log should do some memcpy timings and enable XvMC if
> > XvExtension is really defined.
> 
> It's not defined
> 
> 
> On Tuesday 29 November 2005 09:25, C?dric Berger wrote:
> > You need to apply the patches described in that bug:
> > https://bugs.freedesktop.org/show_bug.cgi?id=5067
> 
> I already tested these patches, and to be sure tested it again:
> - ebuild libXvMC-0.99.1.ebuild unpack; cd /var/tmp/portage/libXvMC-0.99.1
> - patch <libXvMC-0.99.1.patch
> - ebuild libXvMC-0.99.1.ebuild merge
> - ebuild xf86-video-via-0.1.32_p20051115.ebuild unpack; cd /var/tmp/...
> - patch <xf86-video-via-0.1.32_p20051115.patch
> - ebuild xf86-video-via-0.1.32_p20051115.ebuild merge
> 
> The patches apply w/o any problem, the packages compile fine - but still the 
> same behaviour, Xv is not initialized (refering to Xorg.log) and 
> XvExtension is not defined in xf86-video-via's config.h .
> 
> I also tried to simply append
> AC_DEFINE(XvExtension,1,[Enable X Video support])
> to configure.ac ( https://bugs.freedesktop.org/show_bug.cgi?id=4720 ) but 
> that didn't changed anything either (to be honest I have no knowledge about 
> editing configure.ac, perhaps you have some other ideas).
> 
> Thanks & Regards
> 
I just wanted to clear something up real quick.  Are you using the
xf86-video-via package from freedesktop.org, or the
xf86-video-openchrome package that I put together, and is referenced in
this mailing list and the openchrome bug tracking?  If it is the latter
please post your config.log so I can determine what it isn't detecting.
My configure.ac tries to determine if you have the proper header files
for Xv and Xvmc and only enables Xv if it finds them.  If you aren't
using my package then you might want to give it a shot and see if it
compiles for you.  The URL is
http://www.hekanetworks.com/opensource/xf86-video-openchrome.tgz

-Jon

> _______________________________________________
> openchrome-users mailing list
> openchrome-users at openchrome.org
> http://wiki.openchrome.org/mailman/listinfo/openchrome-users
> 




More information about the Openchrome-users mailing list