https://bugs.freedesktop.org/show_bug.cgi?id=59982 --- Comment #7 from Alex Deucher --- Created attachment 73997 --> https://bugs.freedesktop.org/attachment.cgi?id=73997&action=edit possible fix For some reason the current crtc enabled bit isn't going low. It should be low already if the crtc is off, but perhaps it has to have been on previously for it to go low. I guessing that since this is a ppc system, the card was never previously posted so the display was off before the driver loaded. This patch checks to see what the current state of the crtcs are at driver load time. That way we can skip disabling the display if it's already off. That said, the messages are harmless in this case. -- You are receiving this mail because: You are the assignee for the bug.