diff options
author | Vladimir Dergachev <volodya@mindspring.com> | 2005-08-07 14:46:55 +0000 |
---|---|---|
committer | Vladimir Dergachev <volodya@mindspring.com> | 2005-08-07 14:46:55 +0000 |
commit | 9c11018beb186b4b303524685fb62629b9ca863e (patch) | |
tree | ac0e2396cc589afc961cc0dec71258562bb81f4a | |
parent | a28b2c76c7df2fe65a93eed34bc85c2cf5afb314 (diff) |
Modified:
programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c
Update warning about DRI support on R300 and later cards.
-rw-r--r-- | src/radeon_driver.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index e532c14b..8774282e 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -5130,11 +5130,9 @@ _X_EXPORT Bool RADEONScreenInit(int scrnIndex, ScreenPtr pScreen, xf86DrvMsg(scrnIndex, X_WARNING, "Enabling DRM support\n\n" "\t*** Direct rendering support is highly experimental for Radeon 9500\n" - "\t*** and newer cards. In fact, the only thing you could probably use\n" - "\t*** it for is better 2d acceleration. The 3d mesa driver is not \n" - "\t*** provided in this tree. A very experimental (and incomplete)\n" - "\t*** version is available from http://r300.sourceforge.net\n" - "\t*** This message has been last modified on 12/12/04.\n\n" + "\t*** and newer cards. The 3d mesa driver is not provided in this tree.\n" + "\t*** A very experimental (and incomplete) version is available from Mesa CVS.\n" "\t*** Additional information can be found on http://r300.sourceforge.net\n" + "\t*** This message has been last modified on 2005-08-07.\n\n" ); info->directRenderingEnabled = RADEONDRIScreenInit(pScreen); } else if (info->IsSecondary) { |