You are not logged in.

#1 2008-01-27 11:38:52

huzuwuzu
Member
Registered: 2008-01-27
Posts: 6

Arch64 (Core Dump), catalyst-8.01-1, X.Org 1.4.0.90 Error

Hi,

i recently updated Archlinux from Don't Panic to Core Dump using pacman -Syu. This update included new Xorg and fglrx/catalyst versions. Since this update the ATI proprietary driver (now called catalyst)  ceased to function. It doesn't even print a useful error message, X just doesn't start.

The free ati driver just works fine. I don't exactly need DRI on this laptop but i would like to use the power management features of the video card (called POWERplay) which is afaik only possible with the proprietary driver and aticonfig --set-powerstate.

CPU: AMD Turion64 Mobile 1,8 Ghz
Graphics Card: Radeon XPRESS 200M (Shared memory, PCIE)

xorg.conf

Section "ServerLayout"

      #Option  "BlankTime"  "5"  # Blank the screen after 5 minutes (Fake)
      #Option  "SuspendTime"  "20"  # Full suspend after 20 minutes
        #Option  "OffTime"  "30"  # Turn off after half an hour
    Identifier     "X.org Configured"
    Screen      0  "aticonfig-Screen[0]" 0 0
    InputDevice    "Mouse0" "CorePointer"
    InputDevice    "Keyboard0" "CoreKeyboard"
    Option        "StandbyTime" "10"  # Turn off screen after 10 minutes (DPMS)
EndSection

Section "Files"
    RgbPath      "/usr/share/X11/rgb"
    ModulePath   "/usr/lib/xorg/modules"
    FontPath     "/usr/share/fonts/misc"
    FontPath     "/usr/share/fonts/100dpi:unscaled"
    FontPath     "/usr/share/fonts/75dpi:unscaled"
    FontPath     "/usr/share/fonts/TTF"
EndSection

Section "Module"
    Load  "dri"
    Load  "glx"
    Load  "dbe"
    Load  "extmod"
    Load  "freetype"
EndSection

Section "InputDevice"
    Identifier  "Keyboard0"
    Driver      "kbd"
    Option        "XkbLayout" "de"
    Option        "XkbVariant" "nodeadkeys"
    Option        "XkbModel" "pc105"
EndSection

Section "InputDevice"
    Identifier  "Mouse0"
    Driver      "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5 6 7"
    Option        "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    DisplaySize  260    162
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]"
    Option        "VendorName" "ATI Proprietary Driver"
    Option        "ModelName" "Generic Autodetecting Monitor"
    Option        "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]"
    Driver      "ati"
    #Driver      "fglrx"    #Proprietary driver
    #Driver      "radeon"
    VendorName  "ATI"
    BoardName   "Radeon XPRESS 200M 5955 (PCIE)"
    Option        "VideoOverlay" "on"
    Option        "TexturedVideo" "on"
    BusID       "1:5:0"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]"
    Device     "aticonfig-Device[0]"
    Monitor    "aticonfig-Monitor[0]"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection

Section "DRI"
    Group        "video"
    Mode         0666
EndSection

Section "Extensions"
    Option        "Composite" "Disabled"
EndSection

Xorg Log:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.4.0.90
Release Date: 5 September 2007
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.23-ARCH x86_64 
Current Operating System: Linux pag1 2.6.23-ARCH #1 SMP PREEMPT Tue Jan 15 07:17:51 CET 2008 x86_64
Build Date: 20 January 2008  04:07:45PM
 
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
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/Xorg.0.log", Time: Sun Jan 27 12:06:23 2008
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "X.org Configured"
(**) |-->Screen "aticonfig-Screen[0]" (0)
(**) |   |-->Monitor "aticonfig-Monitor[0]"
(**) |   |-->Device "aticonfig-Device[0]"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(**) Option "StandbyTime" "10"
(==) Automatically adding devices
(==) Automatically enabling devices
(==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
(**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
(**) RgbPath set to "/usr/share/X11/rgb"
(**) ModulePath set to "/usr/lib/xorg/modules"
(**) Extension "Composite" is disabled
(WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
(II) No APM support in BIOS or kernel
(II) Loader magic: 0x7b0560
(II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules//libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(--) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 1002,5950 card 1462,0131 rev 10 class 06,00,00 hdr 00
(II) PCI: 00:01:0: chip 1002,5a3f card 0000,0000 rev 00 class 06,04,00 hdr 01
(II) PCI: 00:13:0: chip 1002,4374 card 1002,4374 rev 00 class 0c,03,10 hdr 80
(II) PCI: 00:13:1: chip 1002,4375 card 1002,4375 rev 00 class 0c,03,10 hdr 00
(II) PCI: 00:13:2: chip 1002,4373 card 1002,4373 rev 00 class 0c,03,20 hdr 00
(II) PCI: 00:14:0: chip 1002,4372 card 1462,0131 rev 11 class 0c,05,00 hdr 80
(II) PCI: 00:14:1: chip 1002,4376 card 1462,0131 rev 00 class 01,01,8a hdr 00
(II) PCI: 00:14:3: chip 1002,4377 card 0000,0000 rev 00 class 06,01,00 hdr 80
(II) PCI: 00:14:4: chip 1002,4371 card 0000,0000 rev 00 class 06,04,01 hdr 81
(II) PCI: 00:14:5: chip 1002,4370 card 1462,0131 rev 02 class 04,01,00 hdr 80
(II) PCI: 00:14:6: chip 1002,4378 card 1462,0131 rev 02 class 07,03,00 hdr 80
(II) PCI: 00:18:0: chip 1022,1100 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:1: chip 1022,1101 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:2: chip 1022,1102 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 00:18:3: chip 1022,1103 card 0000,0000 rev 00 class 06,00,00 hdr 80
(II) PCI: 01:05:0: chip 1002,5955 card 1462,0131 rev 00 class 03,00,00 hdr 00
(II) PCI: 02:03:0: chip 10ec,8139 card 1462,0131 rev 10 class 02,00,00 hdr 00
(II) PCI: 02:04:0: chip 1180,0476 card e000,0000 rev ac class 06,07,00 hdr 82
(II) PCI: 02:04:1: chip 1180,0476 card ec00,0000 rev ac class 06,07,00 hdr 82
(II) PCI: 02:04:2: chip 1180,0552 card 1462,0131 rev 04 class 0c,00,10 hdr 80
(II) PCI: 02:09:0: chip 1814,0201 card 1462,6833 rev 01 class 02,80,00 hdr 00
(II) PCI: End of PCI scan
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,4), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
    [0] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) Bus 0 non-prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x100000000) MX[b]
(II) Bus 0 prefetchable memory range:
    [0] -1    0    0x00000000 - 0xffffffff (0x100000000) MX[b]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000a (VGA_EN is set)
(II) Bus 1 I/O range:
    [0] -1    0    0x0000d000 - 0x0000dfff (0x1000) IX[b]
(II) Bus 1 non-prefetchable memory range:
    [0] -1    0    0xfbe00000 - 0xfbefffff (0x100000) MX[b]
(II) Bus 1 prefetchable memory range:
    [0] -1    0    0xf0000000 - 0xfaffffff (0xb000000) MX[b]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:20:3), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:20:4), (0,2,7), BCTRL: 0x0007 (VGA_EN is cleared)
(II) Bus 2 I/O range:
    [0] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [1] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [2] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [3] -1    0    0x0000ec00 - 0x0000ecff (0x100) IX[b]
(II) Bus 2 non-prefetchable memory range:
    [0] -1    0    0xfbf00000 - 0xfbffffff (0x100000) MX[b]
(II) Bus 2 prefetchable memory range:
    [0] -1    0    0x70000000 - 0x79ffffff (0xa000000) MX[b]
(II) PCI-to-CardBus bridge:
(II) Bus 3: bridge is at (2:4:0), (2,3,3), BCTRL: 0x0583 (VGA_EN is cleared)
(II) Bus 3 I/O range:
    [0] -1    0    0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [1] -1    0    0x0000e400 - 0x0000e4ff (0x100) IX[b]
(II) Bus 3 prefetchable memory range:
    [0] -1    0    0x70000000 - 0x73ffffff (0x4000000) MX[b]
(II) PCI-to-CardBus bridge:
(II) Bus 4: bridge is at (2:4:1), (2,4,7), BCTRL: 0x0580 (VGA_EN is cleared)
(II) Bus 4 I/O range:
    [0] -1    0    0x0000ec00 - 0x0000ecff (0x100) IX[b]
(II) Bus 4 prefetchable memory range:
    [0] -1    0    0x74000000 - 0x77ffffff (0x4000000) MX[b]
(--) PCI:*(1:5:0) ATI Technologies Inc Radeon XPRESS 200M 5955 (PCIE) rev 0, Mem @ 0xf0000000/27, 0xfbef0000/16, I/O @ 0xd800/8, BIOS @ 0xfbec0000/17
(II) Addressable bus resource ranges are
    [0] -1    0    0x00000000 - 0xffffffff (0x100000000) MX[b]
    [1] -1    0    0x00000000 - 0x0000ffff (0x10000) IX[b]
(II) OS-reported resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) Active PCI resource ranges:
    [0] -1    0    0xfbffc000 - 0xfbffdfff (0x2000) MX[b]
    [1] -1    0    0xfbfff000 - 0xfbfff7ff (0x800) MX[b]
    [2] -1    0    0xfbfffc00 - 0xfbfffcff (0x100) MX[b]
    [3] -1    0    0xfbdfcc00 - 0xfbdfccff (0x100) MX[b]
    [4] -1    0    0xfbdfc800 - 0xfbdfc8ff (0x100) MX[b]
    [5] -1    0    0xfbdfc400 - 0xfbdfc7ff (0x400) MX[b]
    [6] -1    0    0xfbdff000 - 0xfbdfffff (0x1000) MX[b]
    [7] -1    0    0xfbdfe000 - 0xfbdfefff (0x1000) MX[b]
    [8] -1    0    0xfbdfd000 - 0xfbdfdfff (0x1000) MX[b]
    [9] -1    0    0xfbec0000 - 0xfbedffff (0x20000) MX[b](B)
    [10] -1    0    0xfbef0000 - 0xfbefffff (0x10000) MX[b](B)
    [11] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [12] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [13] -1    0    0x0000ff00 - 0x0000ff0f (0x10) IX[b]
    [14] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
    [15] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
    [16] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
    [17] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [18] -1    0    0x0000c800 - 0x0000c80f (0x10) IX[b]
    [19] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[b](B)
(II) Active PCI resource ranges after removing overlaps:
    [0] -1    0    0xfbffc000 - 0xfbffdfff (0x2000) MX[b]
    [1] -1    0    0xfbfff000 - 0xfbfff7ff (0x800) MX[b]
    [2] -1    0    0xfbfffc00 - 0xfbfffcff (0x100) MX[b]
    [3] -1    0    0xfbdfcc00 - 0xfbdfccff (0x100) MX[b]
    [4] -1    0    0xfbdfc800 - 0xfbdfc8ff (0x100) MX[b]
    [5] -1    0    0xfbdfc400 - 0xfbdfc7ff (0x400) MX[b]
    [6] -1    0    0xfbdff000 - 0xfbdfffff (0x1000) MX[b]
    [7] -1    0    0xfbdfe000 - 0xfbdfefff (0x1000) MX[b]
    [8] -1    0    0xfbdfd000 - 0xfbdfdfff (0x1000) MX[b]
    [9] -1    0    0xfbec0000 - 0xfbedffff (0x20000) MX[b](B)
    [10] -1    0    0xfbef0000 - 0xfbefffff (0x10000) MX[b](B)
    [11] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [12] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [13] -1    0    0x0000ff00 - 0x0000ff0f (0x10) IX[b]
    [14] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
    [15] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
    [16] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
    [17] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [18] -1    0    0x0000c800 - 0x0000c80f (0x10) IX[b]
    [19] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[b](B)
(II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
(II) All system resource ranges:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xfbffc000 - 0xfbffdfff (0x2000) MX[b]
    [5] -1    0    0xfbfff000 - 0xfbfff7ff (0x800) MX[b]
    [6] -1    0    0xfbfffc00 - 0xfbfffcff (0x100) MX[b]
    [7] -1    0    0xfbdfcc00 - 0xfbdfccff (0x100) MX[b]
    [8] -1    0    0xfbdfc800 - 0xfbdfc8ff (0x100) MX[b]
    [9] -1    0    0xfbdfc400 - 0xfbdfc7ff (0x400) MX[b]
    [10] -1    0    0xfbdff000 - 0xfbdfffff (0x1000) MX[b]
    [11] -1    0    0xfbdfe000 - 0xfbdfefff (0x1000) MX[b]
    [12] -1    0    0xfbdfd000 - 0xfbdfdfff (0x1000) MX[b]
    [13] -1    0    0xfbec0000 - 0xfbedffff (0x20000) MX[b](B)
    [14] -1    0    0xfbef0000 - 0xfbefffff (0x10000) MX[b](B)
    [15] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [19] -1    0    0x0000ff00 - 0x0000ff0f (0x10) IX[b]
    [20] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
    [21] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
    [22] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
    [23] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1    0    0x0000c800 - 0x0000c80f (0x10) IX[b]
    [25] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[b](B)
(II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
(II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
(II) "glx" will be loaded. This was enabled by default and also specified in the config file.
(II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
(II) "record" will be loaded by default.
(II) "dri" will be loaded. This was enabled by default and also specified in the config file.
(II) LoadModule: "dri"
(II) Loading /usr/lib/xorg/modules/extensions//libdri.so
(II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension XFree86-DRI
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions//libglx.so
(II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(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 TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.0.90, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions//librecord.so
(II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.45.4
    Module class: X.Org Video Driver
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
(II) Primary Device is: PCI 01:05:0
(II) ATI Proprietary Linux Driver Version Identifier:8.45.4
(II) ATI Proprietary Linux Driver Release Identifier: UNSUPPORTED-8.452.1                  
(II) ATI Proprietary Linux Driver Build Date: Jan 16 2008 10:43:31
(--) Chipset Supported AMD Graphics Processor (0x5955) found
(II) AMD Video driver is running on a device belonging to a group targeted for this release
(II) AMD Video driver is signed
(II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xfbffc000 - 0xfbffdfff (0x2000) MX[b]
    [5] -1    0    0xfbfff000 - 0xfbfff7ff (0x800) MX[b]
    [6] -1    0    0xfbfffc00 - 0xfbfffcff (0x100) MX[b]
    [7] -1    0    0xfbdfcc00 - 0xfbdfccff (0x100) MX[b]
    [8] -1    0    0xfbdfc800 - 0xfbdfc8ff (0x100) MX[b]
    [9] -1    0    0xfbdfc400 - 0xfbdfc7ff (0x400) MX[b]
    [10] -1    0    0xfbdff000 - 0xfbdfffff (0x1000) MX[b]
    [11] -1    0    0xfbdfe000 - 0xfbdfefff (0x1000) MX[b]
    [12] -1    0    0xfbdfd000 - 0xfbdfdfff (0x1000) MX[b]
    [13] -1    0    0xfbec0000 - 0xfbedffff (0x20000) MX[b](B)
    [14] -1    0    0xfbef0000 - 0xfbefffff (0x10000) MX[b](B)
    [15] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [16] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [19] -1    0    0x0000ff00 - 0x0000ff0f (0x10) IX[b]
    [20] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
    [21] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
    [22] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
    [23] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1    0    0x0000c800 - 0x0000c80f (0x10) IX[b]
    [25] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[b](B)
(II) fglrx(0): pEnt->device->identifier=0x7ee7a0
(II) resource ranges after probing:
    [0] -1    0    0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1    0    0xfbffc000 - 0xfbffdfff (0x2000) MX[b]
    [5] -1    0    0xfbfff000 - 0xfbfff7ff (0x800) MX[b]
    [6] -1    0    0xfbfffc00 - 0xfbfffcff (0x100) MX[b]
    [7] -1    0    0xfbdfcc00 - 0xfbdfccff (0x100) MX[b]
    [8] -1    0    0xfbdfc800 - 0xfbdfc8ff (0x100) MX[b]
    [9] -1    0    0xfbdfc400 - 0xfbdfc7ff (0x400) MX[b]
    [10] -1    0    0xfbdff000 - 0xfbdfffff (0x1000) MX[b]
    [11] -1    0    0xfbdfe000 - 0xfbdfefff (0x1000) MX[b]
    [12] -1    0    0xfbdfd000 - 0xfbdfdfff (0x1000) MX[b]
    [13] -1    0    0xfbec0000 - 0xfbedffff (0x20000) MX[b](B)
    [14] -1    0    0xfbef0000 - 0xfbefffff (0x10000) MX[b](B)
    [15] -1    0    0xf0000000 - 0xf7ffffff (0x8000000) MX[b](B)
    [16] 0    0    0x000a0000 - 0x000affff (0x10000) MS[b]
    [17] 0    0    0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [18] 0    0    0x000b8000 - 0x000bffff (0x8000) MS[b]
    [19] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1    0    0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1    0    0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [22] -1    0    0x0000ff00 - 0x0000ff0f (0x10) IX[b]
    [23] -1    0    0x00000374 - 0x00000374 (0x1) IX[b]
    [24] -1    0    0x00000170 - 0x00000177 (0x8) IX[b]
    [25] -1    0    0x000003f4 - 0x000003f4 (0x1) IX[b]
    [26] -1    0    0x000001f0 - 0x000001f7 (0x8) IX[b]
    [27] -1    0    0x0000c800 - 0x0000c80f (0x10) IX[b]
    [28] -1    0    0x0000d800 - 0x0000d8ff (0x100) IX[b](B)
    [29] 0    0    0x000003b0 - 0x000003bb (0xc) IS[b]
    [30] 0    0    0x000003c0 - 0x000003df (0x20) IS[b]
(II) Setting vga for screen 0.
(II) fglrx(0): === [atiddxPreInit] === begin
(II) Loading sub module "vgahw"
(II) LoadModule: "vgahw"
(II) Loading /usr/lib/xorg/modules//libvgahw.so
(II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
(II) fglrx(0): PCI bus 1 card 5 func 0
(**) fglrx(0): Depth 24, (--) framebuffer bpp 32
(II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
(==) fglrx(0): Default visual is TrueColor
(**) fglrx(0): Option "VideoOverlay" "on"
(**) fglrx(0): Option "TexturedVideo" "on"
(**) fglrx(0): Option "DPMS" "true"
(II) fglrx(0): Loading PCS database from /etc/ati/amdpcsdb
(==) fglrx(0): RGB weight 888
(II) fglrx(0): Using 8 bits per RGB (8 bit DAC)
(==) fglrx(0): Gamma Correction for I is 0x06419064
(==) fglrx(0): Gamma Correction for II is 0x06419064
(==) fglrx(0): Buffer Tiling is ON
(--) fglrx(0): Chipset: "ATI Radeon Xpress Series" (Chipset = 0x5955)
(--) fglrx(0): (PciSubVendor = 0x1462, PciSubDevice = 0x0131)
(--) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
(--) fglrx(0): Linear framebuffer (phys) at 0xf0000000
(--) fglrx(0): MMIO registers at 0xfbef0000
(==) fglrx(0): ROM-BIOS at 0x000c0000
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Loading /usr/lib/xorg/modules//libint10.so
(II) Module int10: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
(II) fglrx(0): Primary V_BIOS segment is: 0xc000
(II) Loading sub module "vbe"
(II) LoadModule: "vbe"
(II) Loading /usr/lib/xorg/modules//libvbe.so
(II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
(II) fglrx(0): VESA BIOS detected
(II) fglrx(0): VESA VBE Version 2.0
(II) fglrx(0): VESA VBE Total Mem: 266240 kB
(II) fglrx(0): VESA VBE OEM: ATI MOBILITY RADEON Xpress 200G Series
(II) fglrx(0): VESA VBE OEM Software Rev: 1.0
(II) fglrx(0): VESA VBE OEM Vendor: ATI Technologies Inc.
(II) fglrx(0): VESA VBE OEM Product: MS48
(II) fglrx(0): VESA VBE OEM Product Rev: 01.00
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 6, (OK)
drmGetBusid returned ''
(II) Loading sub module "fglrxdrm"
(II) LoadModule: "fglrxdrm"
(II) Loading /usr/lib/xorg/modules/linux//libfglrxdrm.so
(II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    compiled for 7.1.0, module version = 8.45.4
    ABI class: X.Org Server Extension, version 0.3
(II) fglrx(0): Using adapter: 1:5:0.

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x6a) [0x47aeca]
1: /lib/libc.so.6 [0x2add2e7f3120]
2: /lib/libc.so.6 [0x2add2e7f6d1a]
3: /usr/bin/X(xf86atoi+0x10) [0x46d230]
4: /usr/lib/xorg/modules/drivers//fglrx_drv.so [0x2add3021f9fa]
5: /usr/lib/xorg/modules/drivers//fglrx_drv.so(atiddxPreInit+0x68d) [0x2add3021ad8d]
6: /usr/bin/X(InitOutput+0xa20) [0x467360]
7: /usr/bin/X(main+0x29f) [0x435f6f]
8: /lib/libc.so.6(__libc_start_main+0xf4) [0x2add2e7e0164]
9: /usr/bin/X(FontFileCompleteXLFD+0x279) [0x435489]

Fatal server error:
Caught signal 11.  Server aborting

I would be very grateful if somebody could shed some light on this.

Offline

Board footer

Powered by FluxBB