Bug 22518 - [G41] server startup failure with bad EDID
Summary: [G41] server startup failure with bad EDID
Status: CLOSED INVALID
Alias: None
Product: DRI
Classification: Unclassified
Component: DRM/Intel (show other bugs)
Version: XFree86 CVS
Hardware: Other All
: medium major
Assignee: ykzhao
QA Contact:
URL:
Whiteboard:
Keywords: NEEDINFO
Depends on:
Blocks:
 
Reported: 2009-06-28 00:42 UTC by Peng Tao
Modified: 2017-07-24 23:09 UTC (History)
3 users (show)

See Also:
i915 platform:
i915 features:


Attachments
dmseg error log (1.63 KB, text/plain)
2009-06-28 00:42 UTC, Peng Tao
no flags Details
xorg.conf (2.82 KB, text/plain)
2009-06-28 00:44 UTC, Peng Tao
no flags Details
Xorg.log (18.41 KB, text/plain)
2009-06-28 00:44 UTC, Peng Tao
no flags Details

Description Peng Tao 2009-06-28 00:42:30 UTC
Created attachment 27199 [details]
dmseg error log

After installing the newest drivers/libs for KMS/GEM, the new xorg refuses to start. dmesg complains about drm(as attached) and there is no error reported in Xorg.log with ModeDebug enabled.

System environment: 
1. G41 with GMA 4500 Integrated Graphics Card
2. kernel 2.6.30 merged with drm-intel-next, Debian lenny X86_64
3. mesa: git commit 1510c3cae1d840a065a22c891ad6db794dfe7a00
libdrm: git commit 3d4bfe8c893d016ef43d1ebf28e4607aa1f540a4
xserver: 1.6.1.901
xf86-video-intel: 2.7.1

Reproduce steps:
build and install all mentioned drivers/libs, run Xorg
Comment 1 Peng Tao 2009-06-28 00:44:16 UTC
Created attachment 27200 [details]
xorg.conf
Comment 2 Peng Tao 2009-06-28 00:44:46 UTC
Created attachment 27201 [details]
Xorg.log
Comment 3 Gordon Jin 2009-06-28 18:09:49 UTC
What's your mother board model?
I'm not sure if this is related to bug#21574.

Is there an older version of driver/kernel ever working on this machine before?
Comment 4 Peng Tao 2009-06-28 23:43:38 UTC
(In reply to comment #3)
> What's your mother board model?
$dmidecode
Handle 0x0002, DMI type 2, 8 bytes
Base Board Information
        Manufacturer: Gigabyte Technology Co., Ltd.
        Product Name: EG41M-S2H
        Version: x.x
        Serial Number:  
> I'm not sure if this is related to bug#21574.
No, although I have the same mother board as Jarek Kuboš (one of the reporters of #21574), our dmesg logs are dirrerent, so the problems may not be the same.
> 
> Is there an older version of driver/kernel ever working on this machine before?
The old xserver and drivers (installed from Debian lenny repository) work all right with the same kernel and xorg.conf.
xserver-org-core                        1.4.2-10.lenny2
xserver-xorg-video-intel                2.3.2-2+lenny6
mesa                                    7.0.3-7
libdrm2                                 2.3.1-2
> 
Comment 5 Eric Anholt 2009-07-10 10:51:21 UTC
Your monitor's EDID does appear to be bad, because the header is broken.  The way we could verify it would be to plug that monitor into another vendor's graphics adaptor and attach the output of xrandr --prop and Xorg.0.log, which is the next step here.  KMS should still feed you some modes on VGA in the absence of EDID, though.

However, given that it appears to be a single-monitor issue, I'm downgrading the priority for now.
Comment 6 Eric Anholt 2009-07-10 10:52:40 UTC
Oh, the other question I have: Is the EDID block dumped out in dmesg same every time?
Comment 7 Gordon Jin 2009-09-07 20:11:46 UTC
So this looks like not G41 issue but EDID issue. Reassign to Yakui.
Comment 8 ykzhao 2009-09-09 18:32:50 UTC
H, Peng
   Will you please check whether this issue also exists with KMS disabled?
   Please add the modedebug option in xorg.conf and attach the Xorg.0.log in UMS mode?
   
   Will you please also attach the vbios.dump? The vbios.dump can be obtained by using the following commands:
   
   1. echo 1 > /sys/devices/pci0000:00/0000:00:02.0/rom
    2. cat /sys/devices/pci0000:00/0000:00:02.0/rom > vbios.dump
   3. echo 0 > /sys/devices/pci0000:00/0000:00:02.0/rom

Thanks.
Comment 9 ykzhao 2009-09-09 18:39:44 UTC
Will you please try the Dave's drm-next tree and see whether the xserver can be started correctly? It will be great if you can add the boot option of "drm.debug=0x7" and attach the output of dmesg.
    If you can't know how to switch to Dave's drm-next tree, please use the following command to use the Dave's drm-next tree.

1. git clone git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
   2. git branch -r
   3. git checkout -b origin/drm-next


thanks.
Comment 10 Peng Tao 2009-09-14 19:18:54 UTC
Hi,

sorry to response so late.
Sadly I can't do more test. The mentioned PC belongs to others and I don't have access to it any more. But the problem did disappear w/o KMS.
Comment 11 ykzhao 2009-09-14 19:48:24 UTC
(In reply to comment #10)
> Hi,
> 
> sorry to response so late.
> Sadly I can't do more test. The mentioned PC belongs to others and I don't have
> access to it any more. But the problem did disappear w/o KMS.
> 
As you can't access the machine again, the bug will be rejected.

The main issue is related with BAD EDID.

Now in the KMS mode we will add some default modes for the output device without EDID. Of course the output device with bad edid is also regarded as the output device without EDID.

thanks.




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.