diff options
author | Alex Deucher <alex@botch2.(none)> | 2007-09-18 00:45:56 -0400 |
---|---|---|
committer | Alex Deucher <alex@botch2.(none)> | 2007-09-18 00:45:56 -0400 |
commit | 2fbbd9c5f0ec27e72780e8b054bc59502f1e5651 (patch) | |
tree | 70665a3bae79e6483ec228d72ac581afd5de2cd5 /src | |
parent | 81b708dbd35c29bf2d67e8c655af97b60e61498b (diff) |
RADEON: note that MergedFB support has been replaced with randr 1.2
Diffstat (limited to 'src')
-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: |