https://bugs.freedesktop.org/show_bug.cgi?id=82473
Priority: medium Bug ID: 82473 Assignee: dri-devel@lists.freedesktop.org Summary: No picture Severity: normal Classification: Unclassified OS: Linux (All) Reporter: dimangi42@gmail.com Hardware: x86-64 (AMD64) Status: NEW Version: XOrg CVS Component: DRM/Radeon Product: DRI
At boot, I get only a striped screen, no decent picture.
Kernel 3.13 dmesg http://paste.ubuntu.com/8019782/ Xorg.0.log http://paste.ubuntu.com/8019790/
Kernel 3.15 dmesg http://paste.ubuntu.com/8019797/ Xorg.0.log http://paste.ubuntu.com/8019803/
Kernel 3.16 dmesg http://paste.ubuntu.com/8019829/ Xorg.0.log http://paste.ubuntu.com/8019826/
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #1 from Alex Deucher agd5f@yahoo.com --- Please attach your dmesg and xorg logs directly to the bug. Is this a regression? If so when was it last working? Can you get a picture of the screen? Does using a non-HDMI (e.g., DVI) connector help? Does booting with radeon.audio=0 on the kernel command line in grub help?
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #2 from dimangi42@gmail.com --- Created attachment 104476 --> https://bugs.freedesktop.org/attachment.cgi?id=104476&action=edit Picture of the screen
Screen with black/grey stripes, mouse cursor on the middle.
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #3 from dimangi42@gmail.com --- Created attachment 104479 --> https://bugs.freedesktop.org/attachment.cgi?id=104479&action=edit dmesg 3.13
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #4 from dimangi42@gmail.com --- Created attachment 104480 --> https://bugs.freedesktop.org/attachment.cgi?id=104480&action=edit dmesg 3.15
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #5 from dimangi42@gmail.com --- Created attachment 104481 --> https://bugs.freedesktop.org/attachment.cgi?id=104481&action=edit dmesg 3.16
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #6 from dimangi42@gmail.com --- Created attachment 104482 --> https://bugs.freedesktop.org/attachment.cgi?id=104482&action=edit Xorg log
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #7 from dimangi42@gmail.com --- This has never worked. The HW works fine with older kernels and proprietary drivers. Tried with VGA connector, and with with the radeon.audio=0 without change in the behavior.
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #8 from Alex Deucher agd5f@yahoo.com --- (In reply to comment #7)
Which older kernels worked? Can you bisect?
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #9 from dimangi42@gmail.com --- (In reply to comment #8)
3.10.20, but like said it's with proprietary drivers. OpenELEC "distro" to be exact.
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #10 from Alex Deucher agd5f@yahoo.com --- Just to be clear is it a problem specifically with HDMI or using any display? Also make sure you fully uninstalled fglrx. It overwrites some of the libs on your system with it's own versions. You can also try disabling acceleration. Add: Option "NoAccel" "true" to the device section of your xorg.conf
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #11 from dimangi42@gmail.com --- (In reply to comment #10)
It's a problem using any connector, VGA being another one I've tried. I did the installation by these instructions to the point, so I shouldn't have fglrx installed (http://forum.xbmc.org/showthread.php?tid=174854). I can try without acceleration if that's fruitful for debugging, but that's not a useful end result for me.
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #12 from Alex Deucher agd5f@yahoo.com --- (In reply to comment #11)
Yes, it's useful for debugging.
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #13 from dimangi42@gmail.com --- (In reply to comment #10)
Disabling acceleration boots fine, and I get graphics as expected.
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #14 from dimangi42@gmail.com --- Created attachment 104552 --> https://bugs.freedesktop.org/attachment.cgi?id=104552&action=edit dmesg 3.13 no acceleration
With xorg.conf "NoAccel" "true"
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #15 from dimangi42@gmail.com --- Created attachment 104553 --> https://bugs.freedesktop.org/attachment.cgi?id=104553&action=edit Xorg log
with no acceleration
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #16 from Alex Deucher agd5f@yahoo.com --- What version of mesa are you using? Does changing the mesa version help?
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #17 from dimangi42@gmail.com --- (In reply to comment #16)
What version of mesa are you using? Does changing the mesa version help?
ii libegl1-mesa:amd64 10.1.3-0ubuntu0.1 amd64 free implementation of the EGL API -- runtime ii libegl1-mesa-drivers:amd64 10.1.3-0ubuntu0.1 amd64 free implementation of the EGL API -- hardware drivers ii libgl1-mesa-dri:amd64 10.1.3-0ubuntu0.1 amd64 free implementation of the OpenGL API -- DRI modules ii libgl1-mesa-glx:amd64 10.1.3-0ubuntu0.1 amd64 free implementation of the OpenGL API -- GLX runtime ii libglapi-mesa:amd64 10.1.3-0ubuntu0.1 amd64 free implementation of the GL API -- shared library ii libglu1-mesa:amd64 9.0.0-2 amd64 Mesa OpenGL utility library (GLU) ii libopenvg1-mesa:amd64 10.1.3-0ubuntu0.1 amd64 free implementation of the OpenVG API -- runtime ii libwayland-egl1-mesa:amd64 10.1.3-0ubuntu0.1 amd64 implementation of the Wayland EGL platform -- runtime ii mesa-utils 8.1.0-2 amd64 Miscellaneous Mesa GL utilities ii mesa-vdpau-drivers:amd64 10.1.3-0ubuntu0.1 amd64 Mesa VDPAU video acceleration drivers
I will try to downgrade later today and report back.
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #18 from dimangi42@gmail.com --- (In reply to comment #16)
What version of mesa are you using? Does changing the mesa version help?
Sorry, I'm bit of a noob here, but how do you replace mesa with an earlier version?
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #19 from dimangi42@gmail.com --- Created attachment 104582 --> https://bugs.freedesktop.org/attachment.cgi?id=104582&action=edit dmesg 3.13 mesa 10.3
I did sudo add-apt-repository ppa:xorg-edgers/ppa sudo apt-get update sudo apt-get dist-upgrade
and I get
ii libegl1-mesa:amd64 10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty amd64 free implementation of the EGL API -- runtime ii libegl1-mesa-drivers:amd64 10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty amd64 free implementation of the EGL API -- hardware drivers ii libgl1-mesa-dri:amd64 10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty amd64 free implementation of the OpenGL API -- DRI modules ii libgl1-mesa-glx:amd64 10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty amd64 free implementation of the OpenGL API -- GLX runtime ii libglapi-mesa:amd64 10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty amd64 free implementation of the GL API -- shared library ii libglu1-mesa:amd64 9.0.0-2 amd64 Mesa OpenGL utility library (GLU) ii libopenvg1-mesa:amd64 10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty amd64 free implementation of the OpenVG API -- runtime ii libwayland-egl1-mesa:amd64 10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty amd64 implementation of the Wayland EGL platform -- runtime ii mesa-utils 8.1.0-2 amd64 Miscellaneous Mesa GL utilities ii mesa-vdpau-drivers:amd64 10.3.0~git20140812.fa5b76e3-0ubuntu0ricotz~trusty amd64 Mesa VDPAU video acceleration drivers
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #20 from dimangi42@gmail.com --- Created attachment 104583 --> https://bugs.freedesktop.org/attachment.cgi?id=104583&action=edit mesa 10.3
different kind of wrong display
https://bugs.freedesktop.org/show_bug.cgi?id=82473
dimangi42@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #104583|text/plain |image/jpeg mime type| |
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #21 from Alex Deucher agd5f@yahoo.com --- Does disabling tiling help? Add: Option "ColorTiling" "false" Option "ColorTiling2D" "false" To the device section of your xorg config.
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #22 from Alex Deucher agd5f@yahoo.com --- Also does the combination of a newer kernel with mesa 10.3 help?
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #23 from dimangi42@gmail.com --- (In reply to comment #21)
Does not help. I get back to the orig. striped screen. Even after removing the new options from xorg.conf.
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #24 from dimangi42@gmail.com --- (In reply to comment #22)
Also does the combination of a newer kernel with mesa 10.3 help?
Does not. Same results with kernel 3.16 and mesa 10.3.
https://bugs.freedesktop.org/show_bug.cgi?id=82473
--- Comment #25 from dimangi42@gmail.com --- Created attachment 104584 --> https://bugs.freedesktop.org/attachment.cgi?id=104584&action=edit dmesg 3.16 mesa 10.3
https://bugs.freedesktop.org/show_bug.cgi?id=82473
Martin Peres martin.peres@free.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |MOVED
--- Comment #26 from Martin Peres martin.peres@free.fr --- -- GitLab Migration Automatic Message --
This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity.
You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/513.
dri-devel@lists.freedesktop.org