Summary: | screen is black for 15.369 seconds when switching vt (Mobility X700) | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Tormod Volden <bugzi11.fdo.tormod> | ||||||||||
Component: | Driver/Radeon | Assignee: | xf86-video-ati maintainers <xorg-driver-ati> | ||||||||||
Status: | RESOLVED FIXED | QA Contact: | Xorg Project Team <xorg-team> | ||||||||||
Severity: | normal | ||||||||||||
Priority: | medium | ||||||||||||
Version: | git | ||||||||||||
Hardware: | Other | ||||||||||||
OS: | All | ||||||||||||
Whiteboard: | |||||||||||||
i915 platform: | i915 features: | ||||||||||||
Attachments: |
|
Description
Tormod Volden
2007-06-11 15:41:31 UTC
Created attachment 10259 [details]
Xorg.0.log
Created attachment 10260 [details]
xorg.conf (Ubuntu 7.04)
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.