Index: src/via_xvmc.c =================================================================== --- src/via_xvmc.c (revision 826) +++ src/via_xvmc.c (working copy) @@ -323,9 +323,7 @@ pVia->XvMCEnabled = 0; - if ((pVia->Chipset == VIA_KM400) || - (pVia->Chipset == VIA_K8M890) || - (pVia->Chipset == VIA_P4M900)) { + if (pVia->Chipset == VIA_KM400) { xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "[XvMC] XvMC is not supported on this chipset.\n"); return;