On Sat, 2009-05-09 at 02:07 +0400, Denis Shaposhnikov wrote: > Hello, > > On Fri, 08 May 2009 10:20:05 -0500 > Robert Noland <rnoland_(_at_)_FreeBSD_(_dot_)_org> wrote: > > > So, valid configurations for Intel are: > > Thanks for your help, but it didn't help. I'm having Xorg crash with any > config. > > > Option "AccelMethod" "EXA" > > Option "DRI" > > Here "bt" with EXA: > > (gdb) bt > #0 0x288b9930 in ?? () > #1 0x285e6859 in drmIoctl () from /usr/local/lib/libdrm.so.2 > #2 0x285e6d5a in drmCtlUninstHandler () from /usr/local/lib/libdrm.so.2 > #3 0x287798c6 in i830WaitSync () > from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #4 0x080a35a8 in AbortDDX () > #5 0x0812b5dd in AbortServer () > #6 0x0812bbbf in FatalError () > #7 0x080ba2b3 in xf86SigHandler () > #8 <signal handler called> > #9 0x288b5320 in ?? () > #10 0x285913a4 in pthread_mutex_lock () from /lib/libc.so.7 > #11 0x285f201b in drm_intel_fake_bo_unmap () > from /usr/local/lib/libdrm_intel.so.1 > #12 0x285f13f2 in drm_intel_bo_unmap () > from /usr/local/lib/libdrm_intel.so.1 #13 0x2876c3b0 in i830_crt_detect > () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #14 0x2876bb3f in i830_crt_mode_set () > from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #15 0x287796f6 in I830CloseScreen () > from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #16 0x28779b68 in IntelEmitInvarientState () > from /usr/local/lib/xorg/modules/drivers//intel_drv.so > ---Type <return> to continue, or q <return> to quit--- > #17 0x0814baee in RRExtensionInit () > #18 0x080c120e in xf86ChangeGammaRamp () > #19 0x080b9dc4 in xf86DPMSInit () > #20 0x285c8ff4 in XvCloseScreen () > from /usr/local/lib/xorg/modules/extensions//libextmod.so > #21 0x080d0bfc in xf86XvMCCreateAdaptorRec () > #22 0x285ce09d in XvMCCloseScreen () > from /usr/local/lib/xorg/modules/extensions//libextmod.so > #23 0x080bddc1 in VidModeExtensionInit () > #24 0x081370e5 in XFixesCursorInit () > #25 0x081659cc in AnimCurInit () > #26 0x0813105b in CompositeExtensionInit () > #27 0x287396da in glxCloseScreen () > from /usr/local/lib/xorg/modules/extensions//libglx.so > #28 0x0806b4b5 in main () > (gdb) Can you send me both your xorg.conf and xorg.log... With EXA and DRI. robert. > > Option "AccelMethod" "UXA" > > Option "DRI" "off" > > and here "bt" with UXA: > > (gdb) bt > #0 0x288ae320 in ?? () > #1 0x285913a4 in pthread_mutex_lock () from /lib/libc.so.7 > #2 0x285f201b in drm_intel_fake_bo_unmap () > from /usr/local/lib/libdrm_intel.so.1 > #3 0x285f13f2 in drm_intel_bo_unmap () > from /usr/local/lib/libdrm_intel.so.1 #4 0x2876b2f0 in > intel_batch_flush () > from /usr/local/lib/xorg/modules/drivers//intel_drv.so #5 0x2876ab24 > in I830Sync () from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #6 0x28779410 in I830LeaveVT () > from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #7 0x080a35a8 in AbortDDX () > #8 0x0812b5dd in AbortServer () > #9 0x0812bbbf in FatalError () > #10 0x080ba2b3 in xf86SigHandler () > #11 <signal handler called> > #12 0x288ae320 in ?? () > #13 0x285913a4 in pthread_mutex_lock () from /lib/libc.so.7 > #14 0x285f201b in drm_intel_fake_bo_unmap () > from /usr/local/lib/libdrm_intel.so.1 > #15 0x285f13f2 in drm_intel_bo_unmap () > from /usr/local/lib/libdrm_intel.so.1 #16 0x2876b2f0 in > intel_batch_flush () > from /usr/local/lib/xorg/modules/drivers//intel_drv.so > ---Type <return> to continue, or q <return> to quit--- > #17 0x2876ab24 in I830Sync () > from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #18 0x28779410 in I830LeaveVT () > from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #19 0x287798a3 in I830CloseScreen () > from /usr/local/lib/xorg/modules/drivers//intel_drv.so > #20 0x0814baee in RRExtensionInit () > #21 0x080c120e in xf86ChangeGammaRamp () > #22 0x080b9dc4 in xf86DPMSInit () > #23 0x285c8ff4 in XvCloseScreen () > from /usr/local/lib/xorg/modules/extensions//libextmod.so > #24 0x080bddc1 in VidModeExtensionInit () > #25 0x081370e5 in XFixesCursorInit () > #26 0x081659cc in AnimCurInit () > #27 0x0813105b in CompositeExtensionInit () > #28 0x287396da in glxCloseScreen () > from /usr/local/lib/xorg/modules/extensions//libglx.so > #29 0x0806b4b5 in main () > (gdb) > _______________________________________________ > freebsd-x11_(_at_)_freebsd_(_dot_)_org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-x11 > To unsubscribe, send any mail to "freebsd-x11-unsubscribe_(_at_)_freebsd_(_dot_)_org" -- Robert Noland <rnoland_(_at_)_FreeBSD_(_dot_)_org> FreeBSD
Attachment:
signature.asc
Description: This is a digitally signed message part