I have this problem on Ubuntu 12.10, so I first posted on Launchpad (https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1112898). Here I copy the same description: After the update to the kernel 3.50.22 when I rebooted the computer It only displayed some orange vertical lines instead of the login page (image 3), moving the mouse up it's point appears (over a black line)(image 5) and moving the mouse on the top-right corner the lines became grey(image 4) and clicking they became dark grey (the color of the shut-down menu) (image 6). Sometimes instead of the lines it shows the screen as shifted to the right (the right half of the screen ison the left and the left part on the right)(images 1 and 2 are of two different times I used the computer). The same happens with the 3.50.23 kernel. Booting with the 3.50.21 it works fine. (I don't know where I put the links for the images, if you need them I'll post them again) I noticed that putting the system in stand-by and then waking it solves the problem. I tried the generic_3.8.0-030800rc6 kernel and the problem persisted, I did the bisecting and the result was this: 8f53b5444a25b5be3bfe0164316f9bc7845279c9 is the first bad commit commit 8f53b5444a25b5be3bfe0164316f9bc7845279c9 Author: Alex Deucher <alexander.deucher@amd.com> Date: Wed Aug 15 17:18:42 2012 -0400 drm/radeon: properly handle mc_stop/mc_resume on evergreen+ (v2) BugLink: http://bugs.launchpad.net/bugs/1091251 commit 62444b7462a2b98bc78d68736c03a7c4e66ba7e2 upstream. - Stop the displays from accessing the FB - Block CPU access - Turn off MC client access This should fix issues some users have seen, especially with UEFI, when changing the MC FB location that result in hangs or display corruption. v2: fix crtc enabled check noticed by Luca Tettamanti Signed-off-by: Alex Deucher <alexander.deucher@amd.com> [ herton: adjust context ] Signed-off-by: Herton Ronaldo Krzesinski <herton.krzesinski@canonical.com> :040000 040000 3f24b41f6ebf38caa2f3ca512169cd6a150aa561 58e0037d2d28684e65d4c5980ef7a385ce2888ee M drivers On the launchpad page you can find the automatically generated information. thank you.
Created attachment 97911 [details] patch 1/2 Do the attached patches help?
Created attachment 97921 [details] patch 2/2
I'm not sure on how to apply the patches, I tried downloading the ubuntu kernel with git (command "git clone git://kernel.ubuntu.com/ubuntu/ubuntu-quantal.git"), copying the patches to the source folder and doing "cat 0001-drm-radeon-update-wait_for_vblank-for-evergreen.patch | patch -p1 --dry-run". it failed saying this: patching file drivers/gpu/drm/radeon/evergreen.c Hunk #1 FAILED at 1174. Hunk #2 succeeded at 111 with fuzz 1 (offset -1073 lines). 1 out of 2 hunks FAILED -- saving rejects to file drivers/gpu/drm/radeon/evergreen.c.rej Should I use the linux kernel (not ubuntu's)? If so which version? (and where can I find the sources?) Or simply this isn't the right way to apply the patch?
For ease of testing, just try my drm-next-3.10 branch: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.10-wip git clone git://people.freedesktop.org/~agd5f/linux git checkout -b drm-next-3.10-wip origin/drm-next-3.10-wip
I built that kernel (not perfectly knowing what I was doing...) and I managed to get it installed. (using the two git commands you posted, make localmodconfig for the configuration and generating the deb packet with "make-kpkg --rootcmd fakeroot --initrd kernel_image") But it has the same problem: this time it showed the orange vertical lines.
Is this still an issue with a more recent kernel? We've gone back to turning off the displays completely when updating the MC.
Now, with the kernel ubuntu currently uses, it works without any problem. I don't know if it has to do with this or is useful but while turning on ubuntu displays for about a second the message "[ 17.074823] radeon 0000:01:00.0: Invalid ROM contents"
(In reply to Carlo Rizzardo from comment #7) > Now, with the kernel ubuntu currently uses, it works without any problem. > Good. > I don't know if it has to do with this or is useful but while turning on > ubuntu displays for about a second the message "[ 17.074823] radeon > 0000:01:00.0: Invalid ROM contents" You can ignore that.