diff options
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index d66400d8..4c3a6918 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -2790,6 +2790,10 @@ _X_EXPORT Bool RADEONPreInit(ScrnInfoPtr pScrn, int flags) "For information on using the multimedia capabilities\n\tof this" " adapter, please see http://gatos.sf.net.\n"); + xf86DrvMsg(pScrn->scrnIndex, X_NOTICE, + "MergedFB support has been removed and replaced with" + " xrandr 1.2 support\n"); + return TRUE; fail: |