--- neo_video.c.orig 2004-02-07 16:25:23.000000000 -0500 +++ neo_video.c 2004-02-07 16:28:33.000000000 -0500 @@ -82,8 +82,7 @@ numAdaptors = xf86XVListGenericAdaptors(pScrn, &overlayAdaptors); - if (nPtr->NeoChipset >= NM2160 - && !nPtr->noLinear + if (!nPtr->noLinear && nPtr->NeoMMIOBase2 != NULL){ nPtr->video = TRUE; newAdaptor = NEOSetupVideo(pScreen);