Summary: | [snb hdmi tv] Xorg unable to correctly display though HDMI on Intel Biostar TZ77A | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | earthwormgaz | ||||||||
Component: | DRM/Intel | Assignee: | Daniel Vetter <daniel> | ||||||||
Status: | CLOSED FIXED | QA Contact: | |||||||||
Severity: | normal | ||||||||||
Priority: | medium | CC: | ben, chris, daniel, jbarnes | ||||||||
Version: | unspecified | ||||||||||
Hardware: | Other | ||||||||||
OS: | All | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Attachments: |
|
Description
earthwormgaz
2012-05-10 12:18:59 UTC
Created attachment 61386 [details]
DMESG
Created attachment 61387 [details]
Xorg log
So you can see in the Xorg log it thinks it has autodetected everything fine, yet there is nothing on the HDMI output. The first step would be a drm.debug=6 (append that to your kernel boot parameters) dmesg. I notice that the TV is advertising interlaced/doublescan modes, so we may handle this better with a recent kernel, and it probably will turn out to be a CEA issue... Kernel version is three point three point four. As I was saying, around here 3.3.4 is quite old ;-) Created attachment 61401 [details]
dmesg.drm.debug.out
Oh right. I wonder if there's newer in Fedora testing? Has that new attachment got the extra logging in it? kernel-3.3.4-5.fc17.x86_64.rpm seems to be the latest. Probably not a great deal newer. Is this against the right component? (In reply to comment #10) > Is this against the right component? We use DRI/Intel as our catchall for kernel bugs. And nowadays modesetting is controlled by the kernel, ergo this is the right component. Do you have a 3.4 kernel available for testing yet? Though there are still more relevant bits pending for 3.5. I'll be honest, I had to drop back to Fedora 16 because I couldn't even get the Gnome Desktop to work (another bug filed against Gnome), having fallen back to video out through VGA. 3.3.7-1.fc16.x86_64 is the latest on F16. I found this bug report saying 3.4.1 will be on F16 and 17. Is that far off? http://forums.fedoraforum.org/showthread.php?t=280324 That doesn't sound promising either, when is 3.4.1 out? 3.4.1 is in the final review stage before release; so not too long. Now running 3.4.2 I think on Fedora 16, rebooted into it and no HDMI output. Do I need to collect logs again etc? Ok, a few things to try: - If your screen has a DVI input, please try to connect it through that (you might need a HDMI->DVI cable for that). - What happens when you try different resolutions/refresh rates? According to the logs we detect the HDMI screen with its modes, so maybe it's only an issue with the default. - This could be an infoframe issue and we've recently fixed quite a few of these. Can you please try to run the latest drm-intel-next-queued branch from the drm-intel git repo at: http://cgit.freedesktop.org/~danvet/drm-intel Ah ha, I noodled about with Gnome display settings, and this NOW WORKS, with 3.4.2 I think it is! HDMI working, with sound to boot, and MythTV looks loads better! Just to check: If you boot, hdmi still doesn't work, but after frobbing a bit with gnome settings, it works now? Can you please attach the output of xrandr --verbose for both the broken and the working configuration? So, reboot with the old kernel and attach the logs? I looked at Gnome display settings, and saw there was another monitor, I enabled it, and the settings looked like HD settings, so I set it to 1080p and swapped to HDMI and it was working. I did notice after posting that that the picture is going off the edge of the screen a bit, so I can only half see the MythTV clock at the bottom for example. I will try and add those attachments later or something. > --- Comment #20 from earthwormgaz@gmail.com 2012-06-28 07:04:17 PDT --- > So, reboot with the old kernel and attach the logs? Yeah. > I looked at Gnome display settings, and saw there was another monitor, I > enabled it, and the settings looked like HD settings, so I set it to 1080p and > swapped to HDMI and it was working. Hm, I guess that xrandr --verbose output might be rather interesting indeed. > I did notice after posting that that the picture is going off the edge of the > screen a bit, so I can only half see the MythTV clock at the bottom for > example. Smells like overscan compenstation. Atm our HDMI infoframe support isn't stellar, so the TV assumes the defaults, which for many modes is using some overscan compensation (a relict from analog TV). Separate bug. We've fixed up our snb infoframe support a lot in 3.6-rc (the overscan compensation is not implement yet, but that's a different beast, more feature than bug, really). I'll presume this is fixed, thanks for reporting the bug, but please reopen if it doesn't work on 3.6. |
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.