diff options
-rw-r--r-- | src/radeon_driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 0842164c..cbe5d592 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -1991,7 +1991,7 @@ static Bool RADEONPreInitAccel(ScrnInfoPtr pScrn) if (info->ChipFamily >= CHIP_FAMILY_R600) { xf86DrvMsg(pScrn->scrnIndex, X_DEFAULT, - "Experimental R6xx/R7xx EXA support.\n"); + "Will attempt to use R6xx/R7xx EXA support if DRI is enabled.\n"); info->useEXA = TRUE; } |