http://bugs.freedesktop.org/show_bug.cgi?id=11357
------- Comment #5 from [EMAIL PROTECTED] 2007-06-25 13:59 PST -------
sorry, still not fixed ....
Corrupted display with ColorTiling "1"
And I still need my hack in radeon_driver.c
#if 0
{
xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(pScrn);
int i;
for (i = 0; i <= xf86_config->num_crtc; i++) {
if (i == 0)
xf86_config->crtc[i]->enabled = 1;
else
xf86_config->crtc[i]->enabled = 0;
}
}
#endif
RADEONUnblank(pScrn);
// move RADEONUnblank(pScrn); outside if 0 ... endif
(without this my screen stay blank after VT switch to text console or server
shutdown)
not sure about proper fix ....
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati