Index: via_dri.c =================================================================== --- via_dri.c (wersja 786) +++ via_dri.c (kopia robocza) @@ -596,7 +596,8 @@ pDRIInfo->clientDriverName = "swrast"; break; default: - pDRIInfo->clientDriverName = VIAClientDriverName; + pDRIInfo->clientDriverName = "swrast"; + //pDRIInfo->clientDriverName = VIAClientDriverName; break; } pDRIInfo->busIdString = xalloc(64);