Patch by Branden Robinson ATI driver startup messages are missing a tab character which messes up log file output. Submitted upstream: --- xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c.ati-driver-message-cleanups 2004-04-23 15:26:46.000000000 -0400 +++ xc/programs/Xserver/hw/xfree86/drivers/ati/atipreinit.c 2004-07-09 17:58:52.000000000 -0400 @@ -1479,7 +1479,7 @@ if (pATI->Chip >= ATI_CHIP_264GT) xf86DrvMsg(pScreenInfo->scrnIndex, X_NOTICE, - "For information on using the multimedia capabilities\n of this" + "For information on using the multimedia capabilities\n\tof this" " adapter, please see http://gatos.sf.net.\n"); if ((pATI->DAC & ~0x0FU) == ATI_DAC_INTERNAL) --- xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c.ati-driver-message-cleanups 2004-06-16 05:43:58.000000000 -0400 +++ xc/programs/Xserver/hw/xfree86/drivers/ati/r128_driver.c 2004-07-09 17:58:52.000000000 -0400 @@ -1959,7 +1959,7 @@ xf86FreeInt10(pInt10); xf86DrvMsg(pScrn->scrnIndex, X_NOTICE, - "For information on using the multimedia capabilities\n of this" + "For information on using the multimedia capabilities\n\tof this" " adapter, please see http://gatos.sf.net.\n"); return TRUE; --- xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.ati-driver-message-cleanups 2004-07-06 10:37:47.000000000 -0400 +++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c 2004-07-09 17:58:52.000000000 -0400 @@ -4209,7 +4209,7 @@ info->MMIO = NULL; xf86DrvMsg(pScrn->scrnIndex, X_NOTICE, - "For information on using the multimedia capabilities\n of this" + "For information on using the multimedia capabilities\n\tof this" " adapter, please see http://gatos.sf.net.\n"); return TRUE;