From: Nitin A Kamble <[email protected]> The I965 X11 driver for Intel graphics provides 3D and video acceleration.
Signed-off-by: Nitin A Kamble <[email protected]> --- conf/machine/intel-corei7-64.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 514ca9f..9414ccf 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -13,4 +13,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_EXT} \ ${XSERVER_X86_MATROX_MGA} \ ${XSERVER_X86_MODESETTING} \ + ${XSERVER_X86_I965} \ " +MACHINE_FEATURES += "va-impl-intel" +MACHINE_HWCODECS ?= "va-intel gst-va-intel" -- 1.8.1.4 _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
