Starting X with a (non-clone) dual head server layout crashes Xorg during initialization. Reproducible: Always Steps to Reproduce: 1.Upgrade x11-drivers/xf86-video-i810-1.7.4 to -2.0.0 2.Start X with dual head non-clone server layout Actual Results: Xorg crashes: ... (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x007bf000 (pgoffset 1983) Backtrace: 0: /usr/bin/X(xf86SigHandler+0x6d) [0x479cbe] 1: /lib/libc.so.6 [0x2b4470996690] 2: /usr/bin/X(xf86_hide_cursors+0x16) [0x4a6acd] 3: /usr/lib64/xorg/modules/drivers//i810_drv.so [0x2b44718e4ee0] 4: /usr/lib64/xorg/modules/drivers//i810_drv.so [0x2b44718e5efa] 5: /usr/bin/X(AddScreen+0x1f7) [0x432773] 6: /usr/bin/X(InitOutput+0x26d) [0x45e5a0] 7: /usr/bin/X(main+0x275) [0x432f4a] 8: /lib/libc.so.6(__libc_start_main+0xe3) [0x2b4470984323] 9: /usr/bin/X(FontFileCompleteXLFD+0xa1) [0x4324b9] Fatal server error: Caught signal 11. Server aborting Expected Results: no crash with single head layout there seems to be no problem; if version of "xf86-video-i810" is downgraded to -1.7.4, X runs smoothly again.
I got similar errors when I upgraded to 2.0.0, however, it made no difference whether I used single or dual head layouts (also tried not running 915resolution, no change). Downgrading solved the problem. This happened with an Intel 945GM in a Macbook.
Same thing happens to me when using dual head and 2.0.0 - works fine for single head. Had to downgrade back to 1.7.4 for dual head to work. System is a Dell D420. From lspci: 00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03) 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03) 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
Which X server version are you guys using?
(In reply to comment #3) > Which X server version are you guys using? > Fatal server error: Caught signal 11. Server aborting Same Problem here: I am using: x11-base/xorg-x11-7.2 x11-base/xorg-server-1.2.0-r3
What happens if you update your server to 1.3?
I have the same issue with xorg-server 1.3.0 Doesn't matter whether I'm on dual head or not.
This is to be expected as Intel has changed the internal stuff. The dual-head setup is now achieved using xrandr and not MonitorLayout anymore. I've just finished solving this in debian. See http://lists.freedesktop.org/archives/xorg/2007-May/024411.html
...and http://downgra.de/archives/2007/06/26/#e2007-06-26T15_14_43.txt
Yes, unfortunately, this is an upstream bug that is known about in the new 2.0 intel driver. It's not a gentoo bug.
(In reply to comment #9) > Yes, unfortunately, this is an upstream bug that is known about in the new 2.0 > intel driver. Alan: Is there an upstream bugzilla bug that we could link this to?
Sure.... https://bugs.freedesktop.org/show_bug.cgi?id=10945 not much there, but I know about it and so does Eric.
Great. Please reopen the bug once it's fixed upstream.