Displaying 1 result from an estimated 1 matches for "xf86getvisualname".
2010 Feb 09
1
[PATCH] Remove some UMS leftovers.
...onfiguredMonitor = vbeDoEDID(pVbe, NULL);
-			vbeFree(pVbe);
-		}
-
-		return TRUE;
-	}
-
 	/*
 	 * Note: This function is only called once at server startup, and
 	 * not at the start of each server generation.  This means that
@@ -733,11 +708,6 @@ NVPreInit(ScrnInfoPtr pScrn, int flags)
 			      xf86GetVisualName(pScrn->defaultVisual), pScrn->depth);
 	}
 
-	/* The vgahw module should be loaded here when needed */
-	if (!xf86LoadSubModule(pScrn, "vgahw")) {
-		NVPreInitFail("\n");
-	}
-
 	/* We use a programmable clock */
 	pScrn->progClock = TRUE;
 
@@ -905,7 +875,7 @@ NVMapMem...