diff options
-rw-r--r-- | src/radeon_driver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 843e9ff6..d4ac58e5 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -2134,9 +2134,9 @@ static Bool RADEONPreInitDRI(ScrnInfoPtr pScrn) if (xf86IsEntityShared(info->pEnt->index)) { xf86DrvMsg(pScrn->scrnIndex, X_WARNING, "Direct Rendering Disabled -- " - "Dual-head configuration is not working with " + "Zaphod Dual-head configuration is not working with " "DRI at present.\n" - "Please use the radeon MergedFB option if you " + "Please use the xrandr 1.2 if you " "want Dual-head with DRI.\n"); return FALSE; } |