Index: via_memcpy.c =================================================================== --- via_memcpy.c (wersja 841) +++ via_memcpy.c (kopia robocza) @@ -642,11 +642,12 @@ curData->mName); } } + bestSoFar = 3; xfree(buf3); xfree(buf2); VIAFreeLinear(&tmpFbBuffer); xf86DrvMsg(pScrn->scrnIndex, X_PROBED, - "Using %s YUV42X copy for %s.\n", + "Forced %s YUV42X copy for %s.\n", mcFunctions[bestSoFar].mName, copyType); return mcFunctions[bestSoFar].mFunc; #else