--- xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.radeon-set-fb-location-fdo2698-2079 2005-04-11 23:43:02.000000000 -0400 +++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c 2005-04-12 00:33:34.000000000 -0400 @@ -7179,7 +7179,6 @@ RADEONDoAdjustFrame(pScrn, x, y, FALSE); } - RADEONSetFBLocation (pScrn); #ifdef XF86DRI if (info->CPStarted) DRIUnlock(pScrn->pScreen); #endif --- xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.org 2005-02-12 01:09:23.399039632 +0100 +++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c 2005-02-12 01:11:08.746024456 +0100 @@ -7145,8 +7145,6 @@ ScrnInfoPtr pScrn = xf86Screens[scrnIndex]; RADEONInfoPtr info = RADEONPTR(pScrn); - RADEONSetFBLocation (pScrn); - #ifdef XF86DRI if (info->CPStarted) DRILock(pScrn->pScreen, 0); #endif