Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 325035 - Please add i965 support for libva
Summary: Please add i965 support for libva
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alexis Ballier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-22 10:48 UTC by emil karlson
Modified: 2010-06-22 12:32 UTC (History)
1 user (show)

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


Attachments
Modifications to the x11-libs/libva/libva-0.31.0_p13.ebuild with fglrx parts commented out. (libva-intel-fglrx.diff,1.47 KB, text/plain)
2010-06-22 11:21 UTC, emil karlson
Details
Modifications to the x11-libs/libva/libva-0.31.0_p13.ebuild without fglrx parts (libva-intel.diff,1.42 KB, text/plain)
2010-06-22 11:21 UTC, emil karlson
Details
Modifications to the x11-libs/libva/libva-0.31.0_p13.ebuild with fglrx parts commented out. (libva-intel-fglrx.diff,1.06 KB, text/plain)
2010-06-22 11:40 UTC, emil karlson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emil karlson 2010-06-22 10:48:40 UTC
Tested on my thinkpad x200t.

Just add (there are runtime checks for loading the driver, but you might want to rdepend on >=x11-libs/libdrm-2.4.21)

VIDEO_CARDS="dummy nvidia intel"

and

	econf \
	$(use_enable video_cards_dummy dummy-driver) \
	--disable-i965-driver \
	$(use_enable opengl glx) \
	$(use_enable video_cards_intel i965-driver)



Reproducible: Always
Comment 1 emil karlson 2010-06-22 11:21:18 UTC
Created attachment 236237 [details]
Modifications to the x11-libs/libva/libva-0.31.0_p13.ebuild with fglrx parts commented out.
Comment 2 emil karlson 2010-06-22 11:21:55 UTC
Created attachment 236239 [details]
Modifications to the x11-libs/libva/libva-0.31.0_p13.ebuild without fglrx parts
Comment 3 emil karlson 2010-06-22 11:40:29 UTC
Created attachment 236241 [details]
Modifications to the x11-libs/libva/libva-0.31.0_p13.ebuild with fglrx parts commented out.
Comment 4 Alexis Ballier gentoo-dev 2010-06-22 12:32:12 UTC
applied the one with fglrx support commented (with minor cosmetic changes); thanks, added you as a proxy for the intel driver