Hi,

Mesa's radeon_screen.c contains these lines:
   if (screen->chip_family == CHIP_FAMILY_R350 ||
       screen->chip_family == CHIP_FAMILY_R300) {
          if (getenv("R300_FORCE_R300") == NULL) {
                  fprintf(stderr, "Radeon 9500/9700/9800 cards are not 
currently stable.\n");
                  fprintf(stderr, "More details can be found at 
https://bugs.freedesktop.org/show_bug.cgi?id=6318\n";);
                  return NULL;
          }
   }


Bug 6318 is marked as fixed, so it should probably be removed (and I can 
confirm that it works here on a 9500 with latest git-xf86-video-ati), however 
it'd probably be wise to get a xf86-video-ati-6.6.2 before or with mesa-6.5.1 
release.

Patch attached.

-- 
Hanno Böck              Blog:   http://www.hboeck.de/
GPG: 3DBD3B20           Jabber: [EMAIL PROTECTED]
--- Mesa/src/mesa/drivers/dri/radeon/radeon_screen.c.orig	2006-08-20 21:30:47.636197250 +0200
+++ Mesa/src/mesa/drivers/dri/radeon/radeon_screen.c	2006-08-20 21:31:06.613383250 +0200
@@ -636,14 +636,6 @@
 	      dri_priv->deviceID);
       return NULL;
    }
-   if (screen->chip_family == CHIP_FAMILY_R350 || 
-       screen->chip_family == CHIP_FAMILY_R300) {
-	   if (getenv("R300_FORCE_R300") == NULL) {
-		   fprintf(stderr, "Radeon 9500/9700/9800 cards are not currently stable.\n");
-		   fprintf(stderr, "More details can be found at https://bugs.freedesktop.org/show_bug.cgi?id=6318\n";);
-		   return NULL;
-	   }
-   }
 
    if (screen->chip_family <= CHIP_FAMILY_RS200)
       screen->chip_flags |= RADEON_CLASS_R100;

Attachment: pgpXUKMHiO68s.pgp
Description: PGP signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to