On Sun, 23 Sep 2012 01:14:57 -0400, Giacomo Comes <comes at naic.edu> wrote: > Hi, > I have a laptop with the Pineview GM chipset. > With the intel driver 2.20.0 I cannot enable anymore XvMC. > Normally I add in the device Section: > Option "XvMC" "on" > and up to driver ver 2.19.0 in the X log file I find: > > (**) intel(0): Option "XvMC" "on" > > (**) intel(0): Intel XvMC decoder enabled > (II) intel(0): [XvMC] i915_xvmc driver initialized. > > But with driver 2.20.0 in log file I find: > > (==) intel(0): Intel XvMC decoder disabled > (WW) intel(0): Option "XvMC" is not used Thanks, I've jiggled the defines around so that it is now defined before the option: commit c2ca1c5abca687adb08d6e137bc3b70bdecb083d Author: Chris Wilson <chris at chris-wilson.co.uk> Date: Sun Sep 23 08:56:50 2012 +0100 Reorder INTEL_XVMC define so that we pick up Option "XvMC" Otherwise it will remain disabled. Reported-by: Giacomo Comes <comes at naic.edu> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk> -Chris -- Chris Wilson, Intel Open Source Technology Centre