Message ID | 1254134158-5422-2-git-send-email-zhenyuw@linux.intel.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
diff --git a/src/i830_driver.c b/src/i830_driver.c index 316a1fa..4be4617 100644 --- a/src/i830_driver.c +++ b/src/i830_driver.c @@ -2764,7 +2764,7 @@ I830ScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) xf86DPMSInit(pScreen, xf86DPMSSet, 0); #ifdef INTEL_XVMC - pI830->XvMCEnabled = FALSE; + pI830->XvMCEnabled = TRUE; from = ((pI830->directRenderingType == DRI_DRI2) && xf86GetOptValBool(pI830->Options, OPTION_XVMC, &pI830->XvMCEnabled) ? X_CONFIG : X_DEFAULT);
Don't require to explicitly enable it in xorg.conf, which is not practical now, but still can be disabled if wanted. Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com> --- src/i830_driver.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)