summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2008-12-15 11:27:17 -0500
committerAlex Deucher <alexdeucher@gmail.com>2008-12-15 11:27:17 -0500
commitf1efee6a11dc9436276fb12cfb90aa79ada1192b (patch)
treee30afae7c6c16cf383e4e508feb6ad3b96fcbf7f /src
parent94bffac6968057cdedc792f8540fe44cb6ecfd7c (diff)
Remove mention of MergedFB from server log
noticed by Fabio, bug 19098
Diffstat (limited to 'src')
-rw-r--r--src/radeon_driver.c4
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;
}