Fix for new vgahw API. Problem reported by mpi@. Thanks.

This commit is contained in:
matthieu
2012-06-14 20:19:13 +00:00
parent b1c43b246a
commit 3911b7b4f2

View File

@@ -1543,7 +1543,8 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
xf86FreeInt10(pNv->pInt);
return FALSE;
}
vgaHWSetStdFuncs(VGAHWPTR(pScrn));
/* We use a programmable clock */
pScrn->progClock = TRUE;