Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > by-pkgid > dd259df24ce3830770d0dcda9600e8df > files > 13

mesa-6.5-17mdv2007.0.src.rpm

--- ./src/mesa/drivers/dri/r300/radeon_screen.c.force-r300	2006-04-11 17:08:36.000000000 -0400
+++ ./src/mesa/drivers/dri/r300/radeon_screen.c	2006-04-11 17:09:20.000000000 -0400
@@ -639,7 +639,7 @@
    }
    if (screen->chip_family == CHIP_FAMILY_R350 || 
        screen->chip_family == CHIP_FAMILY_R300) {
-	   if (getenv("R300_FORCE_R300") == NULL) {
+	   if (0 && 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;