[PATCH] Remove gatos message from driver startup

Kenneth Graunke kenny at whitecape.org
Wed Sep 30 21:26:11 PDT 2009


Here's a rather trivial patch:

Remove a message on driver startup which directs people to the old GATOS 
website; said site contains highly out of date software which is no longer 
necessary.
---
diff --git a/src/radeon_driver.c b/src/radeon_driver.c
index 24ef513..e0ba9ba 100644
--- a/src/radeon_driver.c
+++ b/src/radeon_driver.c
@@ -3118,10 +3118,6 @@ Bool RADEONPreInit(ScrnInfoPtr pScrn, int flags)
     info->MMIO = NULL;
 
     xf86DrvMsg(pScrn->scrnIndex, X_NOTICE,
-	       "For information on using the multimedia capabilities\n\tof this"
-	       " adapter, please see http://gatos.sf.net.\n");
-
-    xf86DrvMsg(pScrn->scrnIndex, X_NOTICE,
 	       "MergedFB support has been removed and replaced with"
 	       " xrandr 1.2 support\n");
 


More information about the xorg-driver-ati mailing list