On Sun, Nov 03, 2002 at 04:13:53PM -0600, D. Hageman wrote: > diff -ruN >/home/dhageman/src/XFree86/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c >ati/radeon_driver.c > --- >/home/dhageman/src/XFree86/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c > 2002-11-02 15:31:41.000000000 -0600 > +++ ati/radeon_driver.c 2002-11-03 16:02:10.000000000 -0600 > @@ -3480,12 +3480,11 @@ > (pScrn->displayWidth * pScrn->virtualY * > info->CurrentLayout.pixel_bytes * 3 + 1023) / 1024); > info->directRenderingEnabled = FALSE; > - } else if (info->ChipFamily >= CHIP_FAMILY_RV250) { > - /* Is this correct or do RV250's and M9's work? */ > + } else if (info->ChipFamily >= CHIP_FAMILY_R300) { > info->directRenderingEnabled = FALSE; > xf86DrvMsg(scrnIndex, X_WARNING, > "Direct rendering not yet supported on " > - "Radeon 9000 and newer cards\n"); > + "Radeon 9700 and newer cards\n"); > } else { > if (info->IsSecondary) > info->directRenderingEnabled = FALSE;
This should probably say "Radeon 9500, 9700, and newer cards\n". The 9500 & the 9700 are the same architecture, but a slightly different chip... -- Smile! http://antwrp.gsfc.nasa.gov/apod/ap990315.html ------------------------------------------------------- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported by the ASF. http://www.apachecon.com _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel