[Intel-gfx] Black screen when loading i915 on Mac mini Core Duo
Tino Keitel
tino.keitel+xorg at tikei.de
Wed Jul 15 10:21:56 CEST 2009
On Wed, Jul 15, 2009 at 08:08:19 +0200, Tino Keitel wrote:
[...]
> This part still fails:
>
> if (edid == NULL &&
> sdvo_priv->analog_ddc_bus &&
> !intel_analog_is_connected(intel_output->base.dev))
> edid = drm_get_edid(&intel_output->base,
> sdvo_priv->analog_ddc_bus);
>
> It results in this kernel message:
>
> i2c-adapter i2c-2: unable to read EDID block.
> i915 0000:00:02.0: DVI-D-1: no EDID data
Sorry, I was wrong. The EDID error came from a later EDID read.
I applied some further changes, including the same analog DDC fallback
in intel_ddc_get_modes(), and now I can see that a 1680x1050 mode
(which is also the native resolution of my LCD) is added in
add_detailed_info().
However, I still got this message when loading i915.ko:
[drm] TV-10: set mode NTSC 480i 0
No messages about other connectors.
Is this because the driver thinks that this is a TV-out connector (the
Mac mini has only the DVI connector, nothing else)? If yes, any hints
how I can stop the driver to use TV modes?
Regards,
Tino
More information about the Intel-gfx
mailing list