Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125442 - mythtv-0.18.1: No USE flag for enabling XvMC on i810
Summary: mythtv-0.18.1: No USE flag for enabling XvMC on i810
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-07 23:53 UTC by Robert Lippmann
Modified: 2006-03-08 14:53 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Lippmann 2006-03-07 23:53:26 UTC
There are emerge flags for nvidia and unichrome which are supposed to enable XvMC, but none for i810 based hardware.

I've tried the unichrome flag, but I get "Unable to open video" from mythtv when I tell it to use XvMC.

And, xine doesn't seem to have a problem with XvMC using the -V xmmc, but mplayer seems to have a problem.
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2006-03-08 04:39:19 UTC
I assume you mean xine -V xxmc and for mplayer it's mplayer -vo xvmc -vc ffmpeg12mc

The correct USE flag to use in this situation would be "nvidia". unichrome is for enabling the extra set of XvMC that is supported above and beyond the standard implementation.

Later versions will most likely contain a renamed USE flag however, i810 is really not ideal for a MythTV system due to other limitations.
Comment 2 Robert Lippmann 2006-03-08 09:11:03 UTC
(In reply to comment #1)
> I assume you mean xine -V xxmc and for mplayer it's mplayer -vo xvmc -vc
> ffmpeg12mc
> 

Yes, that's exactly what I mean.  mplayer -vo xvmc doesn't work either, but I filed that under a different bug (http://bugs.gentoo.org/show_bug.cgi?id=125445).

> The correct USE flag to use in this situation would be "nvidia". unichrome is
> for enabling the extra set of XvMC that is supported above and beyond the
> standard implementation.
> 

I've tried nvidia (which brings in nvidia kernel driver stuff) and unichrome, neither work.

> Later versions will most likely contain a renamed USE flag however, i810 is
> really not ideal for a MythTV system due to other limitations.
> 

Not true, see http://www.mythtv.org/wiki/index.php/XvMC#Intel_8xx.2F9xx, i810 is supported.  Unless that's for 0.19.
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2006-03-08 14:53:12 UTC
Well if USE=nvidia doesn't work for you then your card doesn't work because all USE=nvidia does with regard to xvmc is "--enable-xvmc". So adding an additional USE flag won't work for you. Make sure you followed the correct XvMC setup for MythTV and if you did, then you're the unlucky one of not having supporting hardware.