Hi. Attached log shows some strange crash that happens usually when I shut down the system just before poweroff (or reboot). Seems to be somehow nouveau related?! Also notice the "[drm:drm_edid_block_valid] *ERROR* EDID checksum is invalid, remainder is 34" during boot a bit earlier. Using: - Debian sid - Linux 3.0 - G86 [GeForce 8400M G] (rev a1) Cheers, Chris.
Created attachment 50121 [details] kern.log
Line starting with "Code: f0 48" seems to be truncated. Can you recheck this is all you got?
I've just checked it... it is complete (well at least nothing more made it in the log).
Created attachment 50441 [details] [review] fix The issue occurs when another monitor has been connected to the card Upon shutdown, nv50_crtc_do_mode_set_base() tries to use the non-existing FB of the unplugged crtc, thus causing the BUG
The patch provided fixes the issue on my system Christoph if you are still having this issue please reopen the bug and provide some fresh information Marking as FIXED
A patch referencing this bug report has been merged in Linux v3.1-rc6: commit ffbc559b0699891c6deb9fd2b4750671eab94999 Author: Emil Velikov <emil.l.velikov@gmail.com> Date: Sun Aug 21 22:48:12 2011 +0100 drm/nv50/crtc: Bail out if FB is not bound to crtc
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.