Bug 636511
| Summary: | suspend/resume cycle fails to change video, works manually | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | abrouwers | ||||||
| Component: | pm-utils | Assignee: | Jaroslav Škarvada <jskarvad> | ||||||
| Status: | CLOSED CANTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 14 | CC: | jskala, jskarvad, opensource, pknirsch, rhughes | ||||||
| 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: | 2010-12-20 08:24:38 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: | |||||||||
| Attachments: |
|
||||||||
|
Description
abrouwers
2010-09-22 12:56:14 UTC
I can also reproduce this 100% of the time. I'll attach the dmesg output when the system resumes if this would help troubleshooting. Created attachment 468766 [details]
dmesg output when the system resumes
Please can you provide output of pm-utils-bugreport-info.sh? Created attachment 469163 [details]
pm-utils-bugreport-info.sh output
Attached is the output of pm-utils-bugreport-info.sh
From the log I noticed that you are using the nvidia binary module. Please note that nvidia binary module is not shipped/supported in Fedora. Please retry with nouveau. Or you may also try upgrading your nvidia binary module and/or: # pm-suspend --quirk-dpms-on and also: # pm-suspend --quirk-vbe-post --quirk-dpms-on Using the nouveau driver does indeed solve the issue for me but I need the acceleration that the binary driver provides so I'll try to see on the NVidia forums if this is not a known issue. Thanks for info. With Nvidia all video quirks are removed as it should be handled by Nvidia driver. Maybe the driver update could help. You can also try to play with various video quirks on your own. The list of quirks can be obtained by: # pm-suspend --help In this case you should prepend --quirk-test otherwise your quirks will be filtered, e.g.: # pm-suspend --quirk-test --quirk-dpms-on For now I am closing this as CANTFIX as Nvidia driver is closed source and unsupported. |