mga-1.4.5-no-hal-advertising.patch 546 B

12345678910111213
  1. --- xf86-video-mga-1.4.5/src/mga_driver.c.jx 2006-11-08 12:16:44.000000000 -0500
  2. +++ xf86-video-mga-1.4.5/src/mga_driver.c 2006-12-04 16:27:38.000000000 -0500
  3. @@ -1329,8 +1329,7 @@
  4. pMga->DualHeadEnabled = TRUE;
  5. } else if (xf86IsPrimInitDone(pScrn->entityList[0])) {
  6. xf86DrvMsg(pScrn->scrnIndex, X_ERROR,
  7. - "This card requires the \"mga_hal\" module for dual-head operation\n"
  8. - "\tIt can be found at the Matrox web site <http://www.matrox.com>\n");
  9. + "No open-source support for dualhead on this card, sorry\n");
  10. }
  11. }