<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - EDID doesn't detect resolution 1440x900 correctly NV34 FX5200Go"
href="https://bugs.freedesktop.org/show_bug.cgi?id=98149#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - EDID doesn't detect resolution 1440x900 correctly NV34 FX5200Go"
href="https://bugs.freedesktop.org/show_bug.cgi?id=98149">bug 98149</a>
from <span class="vcard"><a class="email" href="mailto:imirkin@alum.mit.edu" title="Ilia Mirkin <imirkin@alum.mit.edu>"> <span class="fn">Ilia Mirkin</span></a>
</span></b>
<pre>Looks like the included EDID in the VBIOS is:
00000000 00 ff ff ff ff ff ff 00 2e 0d 00 00 00 00 00 00 |................|
00000010 04 09 01 02 80 00 00 00 e2 00 00 00 00 00 00 00 |................|
00000020 00 00 00 00 08 00 01 01 01 01 01 01 01 01 01 01 |................|
00000030 01 01 01 01 01 01 64 19 00 40 41 00 26 30 18 88 |......d..@A.&0..|
00000040 36 00 00 00 00 00 00 18 00 00 00 00 00 00 00 00 |6...............|
00000050 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
00000070 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff |................|
Which decodes to
Checksum Correct
Section "Monitor"
Identifier ""
ModelName ""
VendorName "KPM"
# Monitor Manufactured week 4 of 1999
# EDID version 1.2
# Digital Display
# Display Physical Size not given. Normal for projectors.
Gamma 1.00
Option "DPMS" "true"
Modeline "Mode 0" -hsync -vsync
EndSection
Which is obviously crap - no modelines are given, that's why we pick the
default 1024x768 & co modelines. Investigating further about how this used to
work. (Also manufactured in early 1999 seems surprising given that this is a
probably 2004 or so laptop...) But the checksum checks out, so we happily use
it.
Would you be so kind as include a dmesg with drm.debug=0x1e nouveau.debug=debug
from a working kernel?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>