Index: via_driver.c =================================================================== --- via_driver.c (wersja 825) +++ via_driver.c (kopia robocza) @@ -1591,9 +1591,9 @@ if (pBIOSInfo->Panel->IsActive && ((pVia->Chipset == VIA_K8M800) || - (pVia->Chipset == VIA_VM800))) { + (pVia->Chipset == VIA_PM800))) { xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "Panel on K8M800 and " - "VM800 is currently not supported.\n"); + "PM800 is currently not supported.\n"); xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "Using VBE to set modes to work around this.\n"); pVia->useVBEModes = TRUE;