Subject: X segfaulting all the time
To: None <tech-x11@netbsd.org>
From: Geek Assault <geekassault@planetinternet.be>
List: tech-x11
Date: 02/01/2003 19:27:44
I'm trying to get X running on a brand new NetBSD box. But .. it seems to
segfault basically everytime at the exact same place (InitOutput()).

Furthermore, nothing in the XFree log, except that the segfault always occurs
after setting some MTRR stuff ..
And there are plenty of unresolved symbols. They didn't used to be there, but
I've been trying to compile a more recent CVS version, and ..
Of course I'd be happy to provide more information, if someone would be so
kind to tell me how to get it out of that freaking box :)

I've been switching hd's and video cards, doing X -configure's and making up
XF86Config's, but things keep crashing at the same spot ..

Thx in advance

--> GDB <--
bash-2.05# X -xf86config XF86Config-ati 

XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: NetBSD/i386 1.6 [ELF] The NetBSD Foundation, Inc.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Feb  1 20:54:01 2003
(++) Using config file: "XF86Config-ati"
(EE) Failed to load module "pex5" (module does not exist, 0)
(EE) Failed to load module "dri" (module does not exist, 0)
(EE) Failed to load module "xie" (module does not exist, 0)
Symbol xf86DestroyCursorInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol XAADestroyInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol ShadowFBInit from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o
is unresolved!
Symbol fbPictureInit from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o
is unresolved!
Symbol fbScreenInit from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o
is unresolved!
Symbol xf4bppScreenInit from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol xf1bppScreenInit from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol xf86SetDDCproperties from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol xf86PrintEDID from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o
is unresolved!
Symbol vbeFree from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is
unresolved!
Symbol vbeDoEDID from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is
unresolved!
Symbol VBEInit from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is
unresolved!
Symbol xf86DestroyCursorInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol xf86InitCursor from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol xf86CreateCursorInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol XAADestroyInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol XAAInit from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is
unresolved!
Symbol XAACreateInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!

Fatal server error:
Caught signal 11.  Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.

Abort trap (core dumped)
bash-2.05# 
bash-2.05# gdb XFree86 ./XFree86.core 
GNU gdb 5.0nb1
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386--netbsdelf"...(no debugging symbols
found)...
Core was generated by `XFree86'.
Program terminated with signal 6, Abort trap.
Reading symbols from /usr/libexec/ld.elf_so...(no debugging symbols found)...
done.
Loaded symbols for /usr/libexec/ld.elf_so
Reading symbols from /usr/lib/libz.so.0...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libz.so.0
Reading symbols from /usr/lib/libm387.so.0...(no debugging symbols found)...
done.
Loaded symbols for /usr/lib/libm387.so.0
Reading symbols from /usr/lib/libm.so.0...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libm.so.0
Reading symbols from /usr/lib/libi386.so.0...(no debugging symbols found)...
done.
Loaded symbols for /usr/lib/libi386.so.0
Reading symbols from /usr/lib/libc.so.12...(no debugging symbols
found)...done.
Loaded symbols for /usr/lib/libc.so.12
#0  0x4824ccb3 in kill () from /usr/lib/libc.so.12
(gdb) bt
#0  0x4824ccb3 in kill () from /usr/lib/libc.so.12
#1  0x4824c600 in abort () from /usr/lib/libc.so.12
#2  0x806cf6d in ddxGiveUp ()
#3  0x806d006 in AbortDDX ()
#4  0x80d367c in AbortServer ()
#5  0x80d496d in FatalError ()
#6  0x807efa5 in xf86SigHandler ()
#7  0xbfbfdfdc in ?? ()
#8  0x85e1296 in ?? ()
#9  0x85cd204 in ?? ()
#10 0x806c470 in InitOutput ()
#11 0x80bf0d1 in main ()
#12 0x806bbd0 in ___start ()
(gdb) 

--> KTrace <--
       "Symbol XAACreateInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
       "
   328 XFree86  RET   write 96/0x60
   328 XFree86  CALL  write(0,0x81bb9c0,0x60)
   328 XFree86  GIO   fd 0 wrote 96 bytes
       "Symbol XAACreateInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
       "
   328 XFree86  RET   write 96/0x60
   328 XFree86  CALL  write(0x2,0x81bb9c0,0x15)
   328 XFree86  GIO   fd 2 wrote 21 bytes
       "
        Fatal server error:
       "
   328 XFree86  RET   write 21/0x15
   328 XFree86  CALL  write(0,0x81bb9c0,0x15)
   328 XFree86  GIO   fd 0 wrote 21 bytes
       "
        Fatal server error:
       "
   328 XFree86  RET   write 21/0x15
   328 XFree86  CALL  write(0x2,0x81bb9c0,0x23)
   328 XFree86  GIO   fd 2 wrote 35 bytes
       "Caught signal 11.  Server aborting
       "
   328 XFree86  RET   write 35/0x23
   328 XFree86  CALL  write(0,0x81bb9c0,0x23)
   328 XFree86  GIO   fd 0 wrote 35 bytes
       "Caught signal 11.  Server aborting
       "
   328 XFree86  RET   write 35/0x23
   328 XFree86  CALL  write(0x2,0x81bb9c0,0x1)
   328 XFree86  GIO   fd 2 wrote 1 bytes
       "
       "
   328 XFree86  RET   write 1
   328 XFree86  CALL  write(0,0x81bb9c0,0x1)
   328 XFree86  GIO   fd 0 wrote 1 bytes
       "
       "
   328 XFree86  RET   write 1
   328 XFree86  CALL  write(0x2,0x81bb9c0,0x75)
   328 XFree86  GIO   fd 2 wrote 117 bytes
       "
        When reporting a problem related to a server crash, please send
        the full server output, not just the last messages.
       "
   328 XFree86  RET   write 117/0x75
   328 XFree86  CALL  write(0,0x81bb9c0,0x75)
   328 XFree86  GIO   fd 0 wrote 117 bytes
       "
        When reporting a problem related to a server crash, please send
        the full server output, not just the last messages.
       "
   328 XFree86  RET   write 117/0x75
   328 XFree86  CALL  write(0x2,0x81bb9c0,0x3c)
   328 XFree86  GIO   fd 2 wrote 60 bytes
       "This can be found in the log file "/var/log/XFree86.0.log".
       "
   328 XFree86  RET   write 60/0x3c
   328 XFree86  CALL  write(0,0x81bb9c0,0x3c)
   328 XFree86  GIO   fd 0 wrote 60 bytes
       "This can be found in the log file "/var/log/XFree86.0.log".
       "
   328 XFree86  RET   write 60/0x3c
   328 XFree86  CALL  write(0x2,0x81bb9c0,0x2f)
   328 XFree86  GIO   fd 2 wrote 47 bytes
       "Please report problems to xfree86@xfree86.org.
       "
   328 XFree86  RET   write 47/0x2f
   328 XFree86  CALL  write(0,0x81bb9c0,0x2f)
   328 XFree86  GIO   fd 0 wrote 47 bytes
       "Please report problems to xfree86@xfree86.org.
       "
   328 XFree86  RET   write 47/0x2f
   328 XFree86  CALL  write(0x2,0x81bb9c0,0x1)
   328 XFree86  GIO   fd 2 wrote 1 bytes
       "
       "
   328 XFree86  RET   write 1
   328 XFree86  CALL  write(0,0x81bb9c0,0x1)
   328 XFree86  GIO   fd 0 wrote 1 bytes
       "
       "
   328 XFree86  RET   write 1
   328 XFree86  CALL  unlink(0x81c2be0)
   328 XFree86  NAMI  "/tmp/.X0-lock"
   328 XFree86  RET   unlink 0
   328 XFree86  CALL  ioctl(0x5,_IO('K',0xa),0)
   328 XFree86  RET   ioctl 0
   328 XFree86  CALL  ioctl(0x5,_IOR('v',0x3,0x8),0xbfbed7b8)
   328 XFree86  RET   ioctl 0
   328 XFree86  CALL  ioctl(0x5,_IOW('v',0x2,0x8),0xbfbed7b8)
   328 XFree86  RET   ioctl 0
   328 XFree86  CALL  ioctl(0x5,_IO('v',0x5),0x5)
   328 XFree86  RET   ioctl 0
   328 XFree86  CALL  close(0x5)
   328 XFree86  RET   close 0
   328 XFree86  CALL  close(0)
   328 XFree86  RET   close 0
   328 XFree86  CALL  __sigprocmask14(0x3,0xbfbed7b0,0)
   328 XFree86  RET   __sigprocmask14 0
   328 XFree86  CALL  getpid
   328 XFree86  RET   getpid 328/0x148
   328 XFree86  CALL  kill(0x148, SIGABRT)
   328 XFree86  PSIG  SIGABRT SIG_DFL
   328 XFree86  NAMI  "XFree86.core"

--> The Log <--

on 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
        If the server is older than 6-12 months, or if your card is
        newer than the above date, look for a newer version before
        reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: NetBSD/i386 1.6 [ELF] The NetBSD Foundation, Inc.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
         (++) from command line, (!!) notice, (II) informational,
         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Feb  1 20:55:55 2003
(++) Using config file: "XF86Config-ati"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen1" (0)
(**) |   |-->Monitor "Monitor1"
(**) |   |-->Device "Card1"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "XkbLayout" "dvorak"
(**) XKB: layout: "dvorak"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/CID/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using pcvt driver (version 3.32)
(II) Module ABI versions:
        XFree86 ANSI C Emulation: 0.1
        XFree86 Video Driver: 0.5
        XFree86 XInput driver : 0.3
        XFree86 Server Extension : 0.1
        XFree86 Font Renderer : 0.3
(II) Loader running on netbsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6/lib/modules/fonts/libbitmap.a
(II) Module bitmap: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/X11R6/lib/modules/libpcidata.a
(II) Module pcidata: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) PCI: Probing config type using method 1
(II) PCI: Config type is 1
(II) PCI: stages = 0x03, oldVal1 = 0x00000000, mode1Res1 = 0x80000000
(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,7180 card 0000,0000 rev 03 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 8086,7181 card 0000,0000 rev 03 class 06,04,00 hdr 01
(II) PCI: 00:07:0: chip 8086,7110 card 0000,0000 rev 01 class 06,01,00 hdr 80
(II) PCI: 00:07:1: chip 8086,7111 card 0000,0000 rev 01 class 01,01,80 hdr 00
(II) PCI: 00:07:2: chip 8086,7112 card 0000,0000 rev 01 class 0c,03,00 hdr 00
(II) PCI: 00:07:3: chip 8086,7113 card 0000,0000 rev 01 class 06,80,00 hdr 00
(II) PCI: 00:09:0: chip 1002,4755 card 1002,4755 rev 9a class 03,00,00 hdr 00
(II) PCI: 00:0a:0: chip 1039,6326 card 0000,0000 rev 0b class 03,00,00 hdr 00
(II) PCI: 00:0b:0: chip 10ec,8029 card 10ec,8029 rev 00 class 02,00,00 hdr 00
(II) PCI: End of PCI scan
(II) LoadModule: "scanpci"
(II) Loading /usr/X11R6/lib/modules/libscanpci.a
(II) Module scanpci: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 0.1.0
        ABI class: XFree86 Video Driver, version 0.5
(II) UnloadModule: "scanpci"
(II) Unloading /usr/X11R6/lib/modules/libscanpci.a
(II) Host-to-PCI bridge:
(II) PCI-to-ISA bridge:
(II) PCI-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (-1,0,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x03 (VGA_EN is cleared)
(II) Bus 1 I/O range:
        [0] -1  0x0000e000 - 0x0000efff (0x1000) IX[B]
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0xd8000000 - 0xdfffffff (0x8000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0xa8000000 - 0xafffffff (0x8000000) MX[B]
(II) Bus -1: bridge is at (0:7:0), (0,-1,0), BCTRL: 0x08 (VGA_EN is set)
(II) Bus -1 I/O range:
(II) Bus -1 non-prefetchable memory range:
(II) Bus -1 prefetchable memory range:
(--) PCI:*(0:9:0) ATI Mach64 GU rev 154, Mem @ 0xe4000000/24, 0xe5810000/12,
I/O @ 0x6500/8
(--) PCI: (0:10:0) SiS 6326 rev 11, Mem @ 0xe5000000/23, 0xe5800000/16, I/O @
0x6600/7
(II) Addressable bus resource ranges are
        [0] -1  0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) Active PCI resource ranges:
        [0] -1  0xe0000000 - 0xffffffff (0x20000000) MX[B]E
        [1] -1  0xe5810000 - 0xe5810fff (0x1000) MX[B](B)
        [2] -1  0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [3] -1  0x00006700 - 0x000067ff (0x100) IX[B]E
        [4] -1  0x00006400 - 0x000064ff (0x100) IX[B]E
        [5] -1  0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [6] -1  0x00006500 - 0x000065ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges:
        [0] -1  0xe5800000 - 0xe580ffff (0x10000) MX[B](B)
        [1] -1  0xe5000000 - 0xe57fffff (0x800000) MX[B](B)
        [2] -1  0x00006600 - 0x0000667f (0x80) IX[B](B)
(II) PCI Memory resource overlap reduced 0xe0000000 from 0xffffffff to
0xe3ffffff
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0xe0000000 - 0xe3ffffff (0x4000000) MX[B]E
        [1] -1  0xe5810000 - 0xe5810fff (0x1000) MX[B](B)
        [2] -1  0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [3] -1  0x00006700 - 0x000067ff (0x100) IX[B]E
        [4] -1  0x00006400 - 0x000064ff (0x100) IX[B]E
        [5] -1  0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [6] -1  0x00006500 - 0x000065ff (0x100) IX[B](B)
(II) Inactive PCI resource ranges after removing overlaps:
        [0] -1  0xe5800000 - 0xe580ffff (0x10000) MX[B](B)
        [1] -1  0xe5000000 - 0xe57fffff (0x800000) MX[B](B)
        [2] -1  0x00006600 - 0x0000667f (0x80) IX[B](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0x0000ffff - 0x0000ffff (0x1) IX[B]
        [6] -1  0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0000000 - 0xe3ffffff (0x4000000) MX[B]E
        [6] -1  0xe5810000 - 0xe5810fff (0x1000) MX[B](B)
        [7] -1  0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [8] -1  0xe5800000 - 0xe580ffff (0x10000) MX[B](B)
        [9] -1  0xe5000000 - 0xe57fffff (0x800000) MX[B](B)
        [10] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0x00006700 - 0x000067ff (0x100) IX[B]E
        [13] -1 0x00006400 - 0x000064ff (0x100) IX[B]E
        [14] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [15] -1 0x00006500 - 0x000065ff (0x100) IX[B](B)
        [16] -1 0x00006600 - 0x0000667f (0x80) IX[B](B)
(II) LoadModule: "pex5"
(WW) Warning, couldn't open module pex5
(II) UnloadModule: "pex5"
(EE) Failed to load module "pex5" (module does not exist, 0)
(II) LoadModule: "record"
(II) Loading /usr/X11R6/lib/modules/extensions/librecord.a
(II) Module record: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.13.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension RECORD
(II) LoadModule: "extmod"
(II) Loading /usr/X11R6/lib/modules/extensions/libextmod.a
(II) Module extmod: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension FontCache
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) LoadModule: "dbe"
(II) Loading /usr/X11R6/lib/modules/extensions/libdbe.a
(II) Module dbe: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        Module class: XFree86 Server Extension
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "dri"
(WW) Warning, couldn't open module dri
(II) UnloadModule: "dri"
(EE) Failed to load module "dri" (module does not exist, 0)
(II) LoadModule: "glx"
(II) Loading /usr/X11R6/lib/modules/extensions/libglx.a
(II) Module glx: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
(II) Module GLcore: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        ABI class: XFree86 Server Extension, version 0.1
(II) Loading extension GLX
(II) LoadModule: "xie"
(WW) Warning, couldn't open module xie
(II) UnloadModule: "xie"
(EE) Failed to load module "xie" (module does not exist, 0)
(II) LoadModule: "type1"
(II) Loading /usr/X11R6/lib/modules/fonts/libtype1.a
(II) Module type1: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.1
        Module class: XFree86 Font Renderer
        ABI class: XFree86 Font Renderer, version 0.3
(II) Loading font Type1
(II) Loading font CID
(II) LoadModule: "ati"
(II) Loading /usr/X11R6/lib/modules/drivers/ati_drv.o
(II) Module ati: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 6.4.8
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        Module class: XFree86 XInput Driver
        ABI class: XFree86 XInput driver, version 0.3
(II) ATI: ATI driver (version 6.4.8) for chipsets: ati, ativga
(II) R128: Driver for ATI Rage 128 chipsets: ATI Rage 128 RE (PCI),
        ATI Rage 128 RF (AGP), ATI Rage 128 RG (AGP), ATI Rage 128 RK (PCI),
        ATI Rage 128 RL (AGP), ATI Rage 128 SM (AGP),
        ATI Rage 128 Pro PD (PCI), ATI Rage 128 Pro PF (AGP),
        ATI Rage 128 Pro PP (PCI), ATI Rage 128 Pro PR (PCI),
        ATI Rage 128 Pro ULTRA TF (AGP), ATI Rage 128 Pro ULTRA TL (AGP),
        ATI Rage 128 Pro ULTRA TR (AGP), ATI Rage 128 Mobility LE (PCI),
        ATI Rage 128 Mobility LF (AGP), ATI Rage 128 Mobility MF (AGP),
        ATI Rage 128 Mobility ML (AGP)
(II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
        ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
        ATI Radeon VE QY (AGP), ATI Radeon VE QZ (AGP),
        ATI Radeon Mobility LW (AGP), ATI Radeon Mobility LY (AGP),
        ATI Radeon Mobility LZ (AGP), ATI Radeon 8500 QL (AGP),
        ATI Radeon 8500 QN (AGP), ATI Radeon 8500 QO (AGP),
        ATI Radeon 8500 Ql (AGP), ATI Radeon 8500 BB (AGP),
        ATI Radeon 7500 QW (AGP)
(II) Primary Device is: PCI 00:09:0
(II) ATI:  Candidate "Device" section "Card1".
(II) ATI:  Unshared VGA not probed.
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:9:0 detected.
(II) ATI:  Shared PCI/AGP Mach64 in slot 0:9:0 assigned to active "Device"
section "Card1".
(II) resource ranges after xf86ClaimFixedResources() call:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0000000 - 0xe3ffffff (0x4000000) MX[B]E
        [6] -1  0xe5810000 - 0xe5810fff (0x1000) MX[B](B)
        [7] -1  0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [8] -1  0xe5800000 - 0xe580ffff (0x10000) MX[B](B)
        [9] -1  0xe5000000 - 0xe57fffff (0x800000) MX[B](B)
        [10] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [11] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [12] -1 0x00006700 - 0x000067ff (0x100) IX[B]E
        [13] -1 0x00006400 - 0x000064ff (0x100) IX[B]E
        [14] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [15] -1 0x00006500 - 0x000065ff (0x100) IX[B](B)
        [16] -1 0x00006600 - 0x0000667f (0x80) IX[B](B)
(II) Loading sub module "atimisc"
(II) LoadModule: "atimisc"
(II) Loading /usr/X11R6/lib/modules/drivers/atimisc_drv.o
(II) Module atimisc: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 6.4.8
        Module class: XFree86 Video Driver
        ABI class: XFree86 Video Driver, version 0.5
(II) resource ranges after probing:
        [0] -1  0xffe00000 - 0xffffffff (0x200000) MX[B](B)
        [1] -1  0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0xe0000000 - 0xe3ffffff (0x4000000) MX[B]E
        [6] -1  0xe5810000 - 0xe5810fff (0x1000) MX[B](B)
        [7] -1  0xe4000000 - 0xe4ffffff (0x1000000) MX[B](B)
        [8] -1  0xe5800000 - 0xe580ffff (0x10000) MX[B](B)
        [9] -1  0xe5000000 - 0xe57fffff (0x800000) MX[B](B)
        [10] 0  0x000a0000 - 0x000affff (0x10000) MS[B]
        [11] 0  0x000b0000 - 0x000b7fff (0x8000) MS[B]
        [12] 0  0x000b8000 - 0x000bffff (0x8000) MS[B]
        [13] -1 0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0x00006700 - 0x000067ff (0x100) IX[B]E
        [16] -1 0x00006400 - 0x000064ff (0x100) IX[B]E
        [17] -1 0x0000f000 - 0x0000f0ff (0x100) IX[B]E
        [18] -1 0x00006500 - 0x000065ff (0x100) IX[B](B)
        [19] -1 0x00006600 - 0x0000667f (0x80) IX[B](B)
        [20] 0  0x000003b0 - 0x000003bb (0xc) IS[B]
        [21] 0  0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(==) ATI(0): Chipset:  "ati".
(**) ATI(0): Depth 16, (--) framebuffer bpp 16
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/X11R6/lib/modules/libint10.a
(II) Module int10: vendor="The XFree86 Project"
        compiled for 4.2.1, module version = 1.0.0
        ABI class: XFree86 Video Driver, version 0.5
(WW) ATI(0): remove MTRR a0000 - c0000
(WW) ATI(0): set MTRR f0000 - 100000
Symbol xf86DestroyCursorInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol XAADestroyInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol ShadowFBInit from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o
is unresolved!
Symbol fbPictureInit from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o
is unresolved!
Symbol fbScreenInit from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o
is unresolved!
Symbol xf4bppScreenInit from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol xf1bppScreenInit from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol xf86SetDDCproperties from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol xf86PrintEDID from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o
is unresolved!
Symbol vbeFree from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is
unresolved!
Symbol vbeDoEDID from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is
unresolved!
Symbol VBEInit from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is
unresolved!
Symbol xf86DestroyCursorInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol xf86InitCursor from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol xf86CreateCursorInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol XAADestroyInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!
Symbol XAAInit from module /usr/X11R6/lib/modules/drivers/atimisc_drv.o is
unresolved!
Symbol XAACreateInfoRec from module
/usr/X11R6/lib/modules/drivers/atimisc_drv.o is unresolved!

Fatal server error:
Caught signal 11.  Server aborting


When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to xfree86@xfree86.org.

__
Pieter-Augustijn Van Malleghem, aka GeekAssault
It is, of course, a bit of a drawback that 
science was invented after I left school. 
                             -- Lord Carrington