Comment 7 for bug 417842

Revision history for this message
Alex Wauck (awauck) wrote :

This also happens to me. Judging by the lspci results for the people who have posted, it looks like this problem is not related to video hardware.

I wonder if this is really a serious issue. In the backtraces, suspend_test_finish+0x7c/0x80() is followed by warn_slowpath_fmt and warn_slowpath_common, so I the issue here is simply that the resume process is taking too long. Perhaps the common factor is the use of a non-free driver? I am using fglrx on my system, and I suspect Richard's ION system is running the nvidia blob. My dmesg reveals several oopses in fglrx (specifically, when it is trying (and failing) to save the contents of the framebuffer). That might explain the long run-time on my system. Perhaps the nvidia blob also takes too long? I also have a laptop with Intel graphics, and it does not have this problem.