diff -u programs/Xserver/hw/xfree86/drivers/xgi.orig/xgi_driver.c programs/Xserver/hw/xfree86/drivers/xgi/xgi_driver.c --- programs/Xserver/hw/xfree86/drivers/xgi.orig/xgi_driver.c 2005-03-21 17:05:49.000000000 +0000 +++ programs/Xserver/hw/xfree86/drivers/xgi/xgi_driver.c 2005-03-21 18:27:18.972141502 +0000 @@ -3188,7 +3188,7 @@ /* Load the dri module if requested. */ #ifdef XF86DRI -/* if(pXGI->loadDRI) { */ +if(pXGI->loadDRI) { if(xf86LoadSubModule(pScrn, "dri")) { xf86LoaderReqSymLists(driSymbols, drmSymbols, NULL); } else { @@ -3198,7 +3198,7 @@ xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "Remove >Load \"dri\"< from the Module section of your XF86Config file\n"); } -/* } */ +} #endif /* Now load and initialize VBE module for VESA and mode restoring. */