[Bug 11357] Color tiling with randr-1.2 branch broken on rv280
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jun 25 14:00:07 PDT 2007
http://bugs.freedesktop.org/show_bug.cgi?id=11357
------- Comment #5 from randrik at mail.ru 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.
More information about the xorg-driver-ati
mailing list