Bug 134623
| Summary: | (radeon 7000 dualhead) X locks | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Warren Togami <wtogami> | ||||||
| Component: | xorg-x11 | Assignee: | X/OpenGL Maintenance List <xgl-maint> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | elayne | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2006-02-21 19:06:06 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 123268 | ||||||||
| Attachments: |
|
||||||||
|
Description
Warren Togami
2004-10-05 05:04:27 UTC
Created attachment 104769 [details]
Xorg.0.log
Created attachment 104773 [details]
lspci -v
Elayne, please downgrade to the xorg-x11 from FC3test2 to confirm that it works with that slightly older version. ftp://videl.ics.hawaii.edu/mirrors/fedora/linux/core/test/2.91/i386/os/Fedora/RPMS/ You can download it from here. Downgrading would require you to: 1) rpm -qa |grep xorg-x11 Get a list of xorg-x11 packages installed. 2) Download the matching list of packages of the older version. 3) rpm -Uvh xorg-x11*.rpm --oldpackage Then try both the non-dual and dual config files to see if the behavior is different. (EE) RADEON(0): Idle timed out, resetting engine... This suggests it is a DRI/DRM interaction issue. Try disabling DRI by uncommenting the dri module load line in the config file. (yes, the log file indicates DRI was auto-disabled at run time, but please try this also) I did try that. It didn't seem to help. One more thing I should note.. The radeon driver in current rawhide has not changed in quite some time now, nor has the X server generally speaking. If new changes in rawhide caused this problem to surface, I would suspect the kernel perhaps. More information is needed to determine anything conclusively however. I would suspect kernel too, but it was the same 541 kernel both before and after. Will do more testing tomorrow. Ok, please try "noaccel" in the driver section. If this prevents the problem, we can experiment with XaaNo options to try to track down the problem point. It is possible that perhaps some DRI-only code isn't protected with appropriate conditionalization perhaps. Warren: Can you also try a singlehead configuration, with DRI manually disabled? I'd like to see if we can rule out dualhead as being an issue and perhaps tie it to the non-DRI codepaths in the driver. TIA Just wanted to state, I'm not quite as suspect of this being a kernel issue now, as it only seems to occur in the non-DRI path from what you mention above. Please attach the X server config also. *** This bug has been marked as a duplicate of 134766 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |