This came somewhere towards ati 6.6.191 (it was fine in 6.6.3). Whenever the consoles are switched with ctrl-alt-F7, the X server starts, or when coming back from sleep, there is something like 10 seconds of black screen before the normal screen comes back. I am using the patch from bug #5473 (otherwise it would be black forever...), but I am not sure it is related, since the patch was working fine before.
Created attachment 10259 [details] Xorg.0.log
Created attachment 10260 [details] xorg.conf (Ubuntu 7.04)
Is this not bug 7771?
Created attachment 10273 [details] gdb output I found the problem, it is running usleep(info->PanelPwrDly * 1000), but that value was set to 15369. In RADEONGetLVDSInfoFromBIOS there is some logic for limiting the value to 2000, but this not done when info->IsAtomBios is true.
Created attachment 10278 [details] [review] limits PanelPwrDly to 2000 ms, as for non-AtomBios
fixed in master and randr-1.2. thanks!
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.