Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 205972

Summary: x11-base/xorg-server-1.3.0.0-r2 + x11-drivers/xf86-video-i810-2.1.1 crash on start with dualhead mode (amilo si1520 notebook)
Product: Gentoo Linux Reporter: Andrey Prikazov <prikolov314>
Component: Current packagesAssignee: Rémi Cardona (RETIRED) <remi>
Status: RESOLVED UPSTREAM    
Severity: major CC: x11
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: (gdb) bt full
xorg.conf.new
Xorg.0.log
emerge --info
(gdb) info sharedlibrary

Description Andrey Prikazov 2008-01-15 15:21:15 UTC
Xorg -configure generates a file, which I slightly modified for dualhead mode. Xorg -config xorg.conf.new receives a sigsegv right after the start, during its initialization.

=======

Program received signal SIGSEGV, Segmentation fault.
i830_allocate_aperture (pScrn=0x7fe210, name=0x2b71fc1774fb "secondary front buffer", size=<value optimized out>, alignment=65536, flags=0)
    at i830_memory.c:429
429     i830_memory.c: No such file or directory.
        in i830_memory.c

=======

The same problem was with the previous versions (x11-base/xorg-server-1.3.0.0-r1 + x11-drivers/xf86-video-i810-2.1.0).

full gdb backtrace to be attached.

The hardware: http://gentoo-wiki.com/HARDWARE_Fujitsu-Siemens_Amilo_Pro_V3205
Comment 1 Andrey Prikazov 2008-01-15 15:22:14 UTC
Created attachment 140984 [details]
(gdb) bt full
Comment 2 Andrey Prikazov 2008-01-15 15:23:08 UTC
Created attachment 140986 [details]
xorg.conf.new
Comment 3 Andrey Prikazov 2008-01-15 15:23:31 UTC
Created attachment 140987 [details]
Xorg.0.log
Comment 4 Andrey Prikazov 2008-01-15 15:23:46 UTC
Created attachment 140988 [details]
emerge --info
Comment 5 Andrey Prikazov 2008-01-15 15:38:52 UTC
Created attachment 140991 [details]
(gdb)  info sharedlibrary
Comment 6 Rémi Cardona (RETIRED) gentoo-dev 2008-01-15 21:15:49 UTC
Upstream doesn't want to fix old style Xinerama setups. You'll have to use xrandr to setup your dual head.

I'm really sorry about that, but there's nothing else I can do.