Description
Tomoya Simono
2008-08-21 00:57:06 UTC
Created attachment 18432 [details]
Xorg boot log with debugprint (case 1)
This is debugprint log in freeze case 1.
This case's call stack is below.
Breakpoint 1, i830_crtc_dpms (crtc=0x9c0e270, mode=3) at i830_display.c:788
788 ScrnInfoPtr pScrn = crtc->scrn;
(gdb) bt
#0 i830_crtc_dpms (crtc=0x9c0e270, mode=3) at i830_display.c:788
#1 0x0025fe26 in i830_crtc_prepare (crtc=0x9c0e270) at i830_display.c:1024
#2 0x080e4e0a in xf86CrtcSetMode (crtc=0x9c0e270, mode=0x2b8d80,
rotation=<value optimized out>, x=0, y=0) at xf86Crtc.c:327
#3 0x00260f4d in i830GetLoadDetectPipe (output=0x9c0bf08, mode=0x2b8d80,
dpms_mode=0xbfb2c528) at i830_display.c:1844
#4 0x0025b20b in i830_crt_detect (output=0x9c0bf08) at i830_crt.c:355
#5 0x080e5550 in xf86ProbeOutputModes (scrn=0x9c0ac18, maxX=8192, maxY=8192)
at xf86Crtc.c:1378
#6 0x080e60b2 in xf86InitialConfiguration (scrn=0x9c0ac18, canGrow=0)
at xf86Crtc.c:2037
#7 0x00269510 in I830PreInit (pScrn=0x9c0ac18, flags=<value optimized out>)
at i830_driver.c:1649
#8 0x080a3fef in InitOutput (pScreenInfo=0x8215080, argc=4, argv=0xbfb2c9a4)
at xf86Init.c:749
#9 0x0806b479 in main (argc=4, argv=0xbfb2c9a4, envp=0xbfb2c9b8) at main.c:358
Created attachment 18434 [details]
Xorg boot log with debugprint (case 2)
This Xorg boot log is freeze case 2.
This case's call stack is below. (different from case 1)
Breakpoint 1, i830_crtc_dpms (crtc=0x9c0e270, mode=3) at i830_display.c:788
788 ScrnInfoPtr pScrn = crtc->scrn;
(gdb) bt
#0 i830_crtc_dpms (crtc=0x9c0e270, mode=3) at i830_display.c:788
#1 0x080e521a in xf86SetDesiredModes (scrn=0x9c0ac18) at xf86Crtc.c:2190
#2 0x00266aae in I830EnterVT (scrnIndex=0, flags=0) at i830_driver.c:3388
#3 0x002680cc in I830ScreenInit (scrnIndex=0, pScreen=0x9c3a418, argc=4,
argv=0xbfb2c9a4) at i830_driver.c:3136
#4 0x0806acdf in AddScreen (pfnInit=0x266e60 <I830ScreenInit>, argc=4,
argv=0xbfb2c9a4) at main.c:743
#5 0x080a3886 in InitOutput (pScreenInfo=0x8215080, argc=4, argv=0xbfb2c9a4)
at xf86Init.c:1051
#6 0x0806b479 in main (argc=4, argv=0xbfb2c9a4, envp=0xbfb2c9b8) at main.c:358
Created attachment 18435 [details]
Xorg Configuration file
This is my xorg.conf.
Created attachment 18436 [details]
Debugprint patch for xorg-video-intel-2.4.1
This is debugprint patch for xorg-video-intel-2.4.1.
I used this for watching Xorg behavior.
do you have the model of the intel G45 board? Yes, I have. My motherboard name is "Gigabyte EG45M-DS2H". I'm having the same problem with a Gigabyte GA-EG45M-DS2H motherboard and with a Gigabyte GA-EG43M-S2H board. The one is a G45 and the other is a G43. I have tried a number of Fedora Rawhide packages, including xorg-x11-drv-i810-2.4.2-1. I created a Fedora bug at: https://bugzilla.redhat.com/show_bug.cgi?id=461171 which has my Xorg.0.log. Could you try with current 2.4 branch? Unfortunately, I haven't been able to get X to start at all with recent versions of the Intel driver. I have a Fedora bug for this at: https://bugzilla.redhat.com/show_bug.cgi?id=461829 Once I get things basically working, I'll try to get more information about this bug. Thanks. Any news? Could you tell me what's the output type you're using when saw this problem? Does VGA work? Andrew, could you try to remove Virtual size setting in xorg.conf and try again? I am seeing occasional machine hangs on the DS2H gigabyte board mentioned here, when starting X. I am running: ii xserver-xorg-video-intel 2:2.4.1-1ubuntu4 X.Org X server -- Intel i8xx, i9xx display d on Ubuntu Intrepid, with HDMI output to a Sony 40" TV. On my computer with a G43 board (GA-EG43M-S2H), there is no Virtual size setting. On my computer with a G45 board (GA-EG45M-DS2H), there is a Virtual size setting, but I had hangs before I added it. Unfortunately, it's going to be tough for me to try things and make changes until Fedora bug 461829 is fixed ("Intel driver: Couldn't bind memory for BO front buffer"). Created attachment 18943 [details]
Xorg Log with xf86-video-intel-2.4-branch (case 1)
Thank you your helps.
I tried current xf86-video-intel-2.4-branch, but, freeze still occurred.
Environment:
MB: EG45M-DS2H
OS: Fedora 9 (i386)
kernel: 2.6.26.3-29.fc9.i686
Xserver: xorg-x11-server-1.5.0-1
Xdriver: current xf86-video-intel-2.4-branch
Created attachment 18944 [details]
Xorg Log with xf86-video-intel-2.4-branch (case 2)
Does "NoAccel" or "EXANoComposite" option work around the problem? No, It doesn't. I tried Option "NoAccel" and "EXANoComposite", but freezes still occurred. (In reply to comment #10) > Any news? Could you tell me what's the output type you're using when saw this > problem? Does VGA work? > > Andrew, could you try to remove Virtual size setting in xorg.conf and try > again? > Tomoya, would you please tell zhenyu the output you used when this bug happen? Created attachment 19167 [details]
Xorg Log with Option "NoAccel" "true" (fail case 1-1)
These are logs with Option "NoAccel" "true".
Created attachment 19168 [details]
Xorg Log with Option "NoAccel" "true" (fail case 1-2)
Created attachment 19169 [details]
Xorg Log with Option "NoAccel" "true" (fail case 2)
Created attachment 19170 [details]
Xorg Log with Option "NoAccel" "true" (success case)
Created attachment 19171 [details]
xorg.conf with Option "NoAccel" "true"
I used this xorg.conf when "NoAccel" tests.
Created attachment 19172 [details]
Xorg Log with Option "EXANoComposite" "true" (fail case 1-1)
And, These are logs with Option "EXANoComposite" "true".
Created attachment 19173 [details]
Xorg Log with Option "EXANoComposite" "true" (fail case 1-2)
Created attachment 19174 [details]
Xorg Log with Option "EXANoComposite" "true" (fail case 2)
Created attachment 19175 [details]
Xorg Log with Option "EXANoComposite" "true" (success case)
Created attachment 19176 [details]
xorg.conf with Option "EXANoComposite" "true"
I used this xorg.conf when "EXANoComposite" tests.
(In reply to comment #17) > (In reply to comment #10) > > Any news? Could you tell me what's the output type you're using when saw this > > problem? Does VGA work? > > > > Andrew, could you try to remove Virtual size setting in xorg.conf and try > > again? > > > > Tomoya, would you please tell zhenyu the output you used when this bug happen? > from the log, Tomoya is using VGA. Could you try current master tip? gigabyte G43 works fine here for me. Could you also try patch on #17756? (In reply to comment #29) > Could you try current master tip? gigabyte G43 works fine here for me. > I have tested master tip on our G45,this issue still exists. *** Bug 17905 has been marked as a duplicate of this bug. *** I've tested with same G45 as Haien, and can't produce this bug. I use all master tips. (In reply to comment #33) > I've tested with same G45 as Haien, and can't produce this bug. I use all > master tips. Then how about Q3 release? It may not matter to choose xf86-video-intel master or 2.4/2.5, but for kernel/drm part, we should use mainline kernel instead of drm master. (In reply to comment #34) > (In reply to comment #33) > > I've tested with same G45 as Haien, and can't produce this bug. I use all > > master tips. > > Then how about Q3 release? > It may not matter to choose xf86-video-intel master or 2.4/2.5, but for > kernel/drm part, we should use mainline kernel instead of drm master. > Haien followed my testing with his harddisk restored, which can't produce now either. He will provide further result later I think. I want to close this as we can't see this problem with current master or 2.5-branch builds, which contains recent series of G45 fixes. So reopen this if you can still produce with git master or 2.5-branch. Thanks. I originally filed bug 17905 which was closed as a duplicate of this one. I can still repro my bug, however, my backtrace/xorg.log is slightly different and also my bug happens _every_ time I login so I will not reopen this one. Instead I will reopen bug 17905, please have a look at it. Thanks your works. I tested DG45M-DS2H and DG45ID with xf86-video-intel-2.5-branch. [result] DG45M-DS2H(DVI): success 100/100, fail 0/100. DG45M-DS2H(VGA): success 39/50 , fail 11/50. DG45ID(VGA): success 100/100, fail 0/100. This result means, DG45M-DS2H still freezing with newest xf86-video-intel(2.5) too. But, DG45ID was not encount freeze, it works fine. Could you try my last patch on #17892 for VGA? Could you describe your testing method? So we can try steps to trigger this. Thanks Zhenyu. I applied your #17892 patch. [Environment] MB: DG45M-DS2H CPU: Core 2 Duo E8400 Monitor: DELL 17" LFP (VGA connection) OS: Fedora 9 i386 Kernel: 2.6.26.3-29.fc9.i686 Xorg: xorg-x11-server-Xorg-1.5.0.1.fc9.i386 libdrm: (from git) libdrm-2.4.0 Driver: (from git) xf86-video-intel-2.5-branch + #17892 patch [Test method] (Pre1) Edit /boot/grub/grub.conf, set boot default to single-usermode. (Pre2) Enable sshd service, and open sshd port. (1) Test PC startup in single-usermode. Exec "/etc/rc.d/rc 3". (2) SSH login from other PC to test PC. (3) Try startx, "startx -- -keeptty -verbose 7". (4) Startx usually success(about 75-80%), but sometimes fail(about 20-25%). (5) Count "fail" if test PC was freezed (it don't respond). (6) Count "fail(case 1) if test PC was freeze near after "Output VGA using initial mode 1280x1024". (7) Count "fail(case 2) if test PC was freeze near after "0x10000000: end of aperture". (Post1) If startx succeed, I input "Ctrl+C" to abort Xorg for next test. (Post2) If test PC was freezed, I reboot test PC for next test. My method is too complex, because if I try normal boot, PC was freeze complete silentry at "fail" case. [Recent test result] I tried to startx 100 times with #17892 patch. Success: 75/100 (75%) Fail(Case 1) 5/100 (5%) Fail(Case 2) 20/100 (20%) [Before test result(#38)] I tried to startx 50 times with vanilla xf86-video-intel-2.5-branch(2008-10-09 version). Success: 39/50 (78%) Fail(Case 1) 6/50 (12%) Fail(Case 2) 5/50 (10%) I think it has some difference, with/without #17892 patch. I think this bug should be reopened. Could you test with git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel drm-intel-next branch and xf86-video-intel master branch? There're new G45 fixes and hope that could fix this problem as well. The patches on drm-intel-next are very likely to fix this issue. So please give it a try, or say you won't be able to test it so we won't be pending on your response. Thanks! Thanks your works! And sorry to your waiting. I tried drm-intel-next and xf86-video-intel master branch. # I switched from Fedora 9 to Fedora 10 Beta, # because newest drm-intel-next is part of kernel-2.6.27, # and kernel-2.6.27 packages is not exist in Fedora 9 repo. [Environment] MB: DG45M-DS2H CPU: Core 2 Duo E8400 Monitor: DELL 17" LFP (VGA connection) OS: Fedora 10 Beta i386 Kernel: (from Koji) 2.6.27.2-23.rc1.fc10.i686 Xorg: xorg-x11-server-Xorg-1.5.2-4.fc10.i386 libdrm: libdrm-2.4.0-0.21.fc10.i386 Driver: (from git) xf86-video-intel-master-branch (@2008/10/17) [Test method] Same to #40. [Recent test result] I tried to startx 100 times with drm-intel-next and xf86-video-intel master branch. Success: 68/100 (68%) Fail(Case 1) 24/100 (24%) Fail(Case 2) 8/100 (8%) I hope this result is useful information for you... Although Gem work and recent fixes are in linus's git tree and in 2.6.28-rc1, I think it will still be good for us to know test result with anholt's drm-intel-next tree. Tomoya, I'm getting confused. Is the kernel you tested in comment#44 2.6.27.2-23.rc1.fc10 or drm-intel-next? Gordon, I tested with 2.6.27.2-23.rc1.fc10 in comment#44. Sorry to causing your confuse. And, I tried same test with recent environment. With newest drm-intel-next, libdrm, mesa, xf86-video-intel. [Environment] MB: DG45M-DS2H CPU: Core 2 Duo E8400 Memory: 2GB Monitor: DELL 17" LFP (VGA connection) OS: Fedora 10 Preview i386 Kernel: drm-intel-next(2.6.28-rc4) (with git in 2008/11/20) Xorg: xorg-x11-server-Xorg-1.5.3-5.fc10.i386 libdrm: mesa/drm(2.4.1) (with git in 2008/11/20) mesa: mesa/mesa(7.3.0) (with git in 2008/11/20) Driver: xf86-video-intel-2.5.1-release (it looks same as git in 2008/11/20) [Test method] Same to comment#40. [Recent test result] I tried to startx 100 times with recent environment. Success: 73/100 (73%) Fail(Case 1) 15/100 (15%) Fail(Case 2) 12/100 (12%) Created attachment 20486 [details]
Xorg boot log with recent environment (case 1)
Created attachment 20487 [details]
Xorg boot log with recent environment (case 2)
(In reply to comment #47) > Gordon, I tested with 2.6.27.2-23.rc1.fc10 in comment#44. > Sorry to causing your confuse. > > And, I tried same test with recent environment. > With newest drm-intel-next, libdrm, mesa, xf86-video-intel. > > [Environment] > MB: DG45M-DS2H > CPU: Core 2 Duo E8400 > Memory: 2GB > Monitor: DELL 17" LFP (VGA connection) > OS: Fedora 10 Preview i386 > Kernel: drm-intel-next(2.6.28-rc4) (with git in 2008/11/20) > Xorg: xorg-x11-server-Xorg-1.5.3-5.fc10.i386 > libdrm: mesa/drm(2.4.1) (with git in 2008/11/20) > mesa: mesa/mesa(7.3.0) (with git in 2008/11/20) > Driver: xf86-video-intel-2.5.1-release (it looks same as git in 2008/11/20) > > [Test method] > Same to comment#40. > > [Recent test result] > I tried to startx 100 times with recent environment. > Success: 73/100 (73%) > Fail(Case 1) 15/100 (15%) > Fail(Case 2) 12/100 (12%) > do you have exactly failed case 1? the current driver code path on G45 system shouldn't call i830GetLoadDetectPipe at all...would you please double check? thanks. hi, all, this problem happens to my G43 board too: system freezed when I startx. I use VGA output. This happens both on latest Fedora 10 and my RHEL5.3. I haven't checked Fedora 10's sourcecodes yet but on RHEL5.3 I patch the fixes you mentioned above (so it includes: Sep 26th Zhenyu's fix for G4x, Oct 1st Olivier's fix for plane/pipe/vga, and Oct.12th Zhenyu's fix for crt probe). Please correct me if I missed sth, thanks! I got 2 different failed case too 1)one is after "Output TV has no monitor section" 2)another at: "0x10000000: end of aperture" (like Tomoya) I pasted the logs and hope it can help solve the problem. Created attachment 20652 [details]
system freeze after "Output TV has no monitor section" without "ModeDebug" option
Logs from patched RHEL5.3 on G43. Xorg.conf has no "ModeDebug" option.
Created attachment 20653 [details]
freeze after "0x10000000: end of aperture" with "ModeDebug" option on
Another log from G43 on patched RHEL5.3.
(In reply to comment #51) > hi, all, this problem happens to my G43 board too: system freezed when I > startx. I use VGA output. > > This happens both on latest Fedora 10 and my RHEL5.3. I haven't checked Fedora > 10's sourcecodes yet but on RHEL5.3 I patch the fixes you mentioned above (so > it includes: Sep 26th Zhenyu's fix for G4x, Oct 1st Olivier's fix for > plane/pipe/vga, and Oct.12th Zhenyu's fix for crt probe). Please correct me if > I missed sth, thanks! Lisa, the key patch is "Fix stolen memory counting on G4X." http://git.kernel.org/?p=linux/kernel/git/anholt/drm-intel.git;a=commit;h=2052746fc8397130c120f0194a89938b0b62b6cb. Please check if your distribution has included it. If yes, Zhenyu you need take true high priority. Thanks,Gordon. The patches from Eric (both about 2D and intel-agp) were already included in my RHEL5.3 codes, i already double checked it. Is there anything else i can try? Zhenyu, any comments on it? thanks! Thank you Michael. Today, I ran startx test with comment#40 method 100 times. Recent test result: I tried to startx 100 times in comment#47 environment. Success: 70/100 (70%) Fail(Case 1) 0/100 (0%) Fail(Case 2) 10/100 (10%) Fail(Case 3) 20/100 (20%) This result means: (1) Now, Don't occur fail case 1. (Always bypass i830GetLoadDetectPipe()) I can't found fail case 1 in startx 100 times test. I think, case 1 was resolved. Thank you very much!! (2) Still occur fail case 2. Fail case 2 was still occured. I try to add debug print, it said, case 2 was occured in i830_crtc_dpms(). (3) New fail case 3 was found. Unfortunately, I found new fail case, "Case 3." It occures at I830AccelMethodInit()->RestoreHWState()->i830_crtc_dpms() timing. Thanks! Created attachment 20704 [details]
Xorg boot log with debugprint (case 2)
Created attachment 20705 [details]
Xorg boot log with debugprint (case 3)
Created attachment 20706 [details]
Xorg boot log with debugprint (success)
Created attachment 20707 [details]
Debugprint patch for xorg-video-intel-2.5.1
This needs to be tested with current master, Keith's CRT patch might help this. But we'll try to produce it here. Created attachment 21227 [details] [review] Disable VGA once at EnterVT Please help to test with this patch. Thank you Zhenyu, your patch is works fine!! [Environment] MB: DG45M-DS2H CPU: Core 2 Duo E8400 Memory: 2GB Monitor: DELL 17" LFP (VGA connection) OS: Fedora 10 i386 Kernel: drm-intel-next(2.6.28-rc4) (with git in 2008/11/20) Xorg: xorg-x11-server-Xorg-1.5.3-5.fc10.i386 libdrm: mesa/drm(2.4.2) (with git in 2008/12/9) mesa: mesa/mesa(7.3.0) (with git in 2008/11/20) Driver: xf86-video-intel master (with git in 2008/12/18) + comment#62 patch [Recent test result] I tried to startx 100 times. Success: 98/100 (98%) Fail(Case 1) 0/100 (0%) Fail(Case 2) 2/100 (2%) Fail(Case 3) 0/100 (0%) Fail case 3 was gone, and still fail case 2 occur, but it's rarely. Thanks!! Actually my testing on G43 run about >350 times X cycles before hang at one point. This is really weird, but it looks this patch does help in some place... *** Bug 18957 has been marked as a duplicate of this bug. *** patch looks good to me The patch fixes my problem on G43 too. I am with RHEL 5.3. And now freezing problem only occurs once in about 100+ tries. Thank you, Zhenyu. sigh, it looks I still can't find the root cause of this after trying out different methods and use display disabling order from spec. And my patch looks doesn't work that stable in DVI monitor usage. Tomoya, is it true Intel DG45 board doesn't have this issue from beginning? Ma Ling finally caught what's really going wrong with our driver. Now fix is pushed, please verify it. thanks. commit db9f5915ce812144ffd9d2aa42e8ba856129c35e Author: Ma Ling <ling.ma@intel.com> Date: Wed Jan 14 14:46:52 2009 +0800 Disable VGA plane reliably This fixes #17235, VGA random hang on recent G45/43 board. From spec, SR01 bit 5 should be set before VGA plane disable through control register, otherwise we might get random crash and lockups. I already tried to patch the codes by Ma Ling: "Disable VGA plane reliably" onto RHEL5.3 env on G43 with VGA output. And after about 120+ times, and not got the X freeze problem till now. I think the problem is fixed on my platform. Thanks, all! Created attachment 28461 [details] [review] new patch to disable vga plane Hi, friends, could you help to test this new patch for vga disabling? We've seen many broken cases caused by origin patch, so this just make sure origin problem is still got fixed. |
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.