On my HP ProLianf DL380 G4 the xserver crashes while initializing. The operation system is openSUSE 12.3 and the gpu is a mach64. Here is my xorg.conf and the Xorg.o.log:
Section "ServerFlags"
Option "AllowMouseOpenFail" "on"
Option "ZapWarning" "on"
EndSection
Section "Module"
Load "freetype"
Disable "glx"
EndSection
Section "InputDevice"
Driver "kbd"
Identifier "Keyboard[0]"
Option "Protocol" "Standard"
Option "XkbLayout" "de"
Option "XkbModel" "microsoftpro"
Option "XkbRules" "xfree86"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Driver "mouse"
Identifier "Mouse[1]"
Option "Buttons" "5"
Option "Device" "/dev/input/mice"
Option "Name" "PS/2 Generic Mouse"
Option "Protocol" "explorerps/2"
Option "Vendor" "Sysp"
Option "ZAxisMapping" "4 5"
EndSection
Section "Monitor"
DisplaySize 408 306
HorizSync 30-94
Identifier "Monitor[0]"
ModelName "PHILIPS 200P"
Option "DPMS"
Option "PreferredMode" "1600x1200"
VendorName "PHL"
VertRefresh 43-85
UseModes "Modes[0]"
EndSection
Section "Modes"
Identifier "Modes[0]"
Modeline "1600x1200" 198.72 1600 1712 1888 2176 1200 1201 1204 1251
Modeline "1280x1024" 159.36 1280 1376 1512 1744 1024 1025 1028 1075
Modeline "1280x1024" 143.07 1280 1376 1512 1744 1024 1025 1028 1070
Modeline "1280x1024" 125.76 1280 1368 1504 1728 1024 1025 1028 1065
Modeline "1280x1024" 108.88 1280 1360 1496 1712 1024 1025 1028 1060
Modeline "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907
Modeline "1152x864" 107.44 1152 1224 1352 1552 864 865 868 903
Modeline "1152x864" 94.36 1152 1224 1344 1536 864 865 868 899
Modeline "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895
Modeline "1024x768" 94.39 1024 1088 1200 1376 768 769 772 807
Modeline "1024x768" 83.73 1024 1080 1192 1360 768 769 772 803
Modeline "1024x768" 74.25 1024 1080 1192 1360 768 769 772 799
Modeline "1024x768" 64.11 1024 1080 1184 1344 768 769 772 795
Modeline "800x600" 56.55 800 840 928 1056 600 601 604 630
Modeline "800x600" 50.76 800 840 928 1056 600 601 604 627
Modeline "800x600" 44.35 800 840 920 1040 600 601 604 624
Modeline "800x600" 38.22 800 832 912 1024 600 601 604 622
Modeline "1600x1200" 203 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
EndSection
Section "Screen"
DefaultDepth 16
SubSection "Display"
Depth 15
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 16
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 24
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
SubSection "Display"
Depth 8
Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600"
EndSubSection
Device "Device[0]"
Identifier "Screen[0]"
Monitor "Monitor[0]"
EndSection
Section "Device"
BoardName "Mach64 GR"
Driver "mach64"
Identifier "Device[0]"
Option "XaaNoPixmapCache" "on"
VendorName "ATI"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Section "Extensions"
EndSection
352.146]
X.Org X Server 1.13.2
Release Date: 2013-01-24
352.146] X Protocol Version 11, Revision 0
352.146] Build Operating System: openSUSE SUSE LINUX
352.146] Current Operating System: Linux node1.andreas.madritsch.com 3.7.10-1.4-xen #1 SMP Fri Apr 19 12:06:34 UTC 2013 (8ef74f8) x86_64
352.146] Kernel command line: root=UUID=152da3b6-2d57-467c-968e-2200fe58e3df ro resume=/dev/disk/by-id/cciss-3600508b1001844395354453045360008-part1 splash=silent quiet showopts vga=0x318
352.147] Build Date: 30 April 2013 08:24:17AM
352.147]
352.147] Current version of pixman: 0.28.2
352.147] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
352.147] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
352.147] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 25 17:21:59 2013
352.148] (==) Using config file: "/etc/X11/xorg.conf"
352.148] (==) Using config directory: "/etc/X11/xorg.conf.d"
352.148] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
352.172] (==) ServerLayout "Layout[all]"
352.172] (**) |-->Screen "Screen[0]" (0)
352.172] (**) | |-->Monitor "Monitor[0]"
352.172] (**) | |-->Device "Device[0]"
352.172] (**) |-->Input Device "Keyboard[0]"
352.172] (**) |-->Input Device "Mouse[1]"
352.172] (**) Option "ZapWarning" "on"
352.172] (**) Option "AllowMouseOpenFail" "on"
352.173] (**) Option "Xinerama" "off"
352.173] (==) Automatically adding devices
352.173] (==) Automatically enabling devices
352.173] (==) Automatically adding GPU devices
352.218] (WW) The directory "/usr/share/fonts/misc/sgi" does not exist.
352.218] Entry deleted from font path.
352.218] (==) FontPath set to:
/usr/share/fonts/misc:unscaled,
/usr/share/fonts/Type1/,
/usr/share/fonts/100dpi:unscaled,
/usr/share/fonts/75dpi:unscaled,
/usr/share/fonts/ghostscript/,
/usr/share/fonts/cyrillic:unscaled,
/usr/share/fonts/truetype/,
built-ins
352.218] (==) ModulePath set to "/usr/lib64/xorg/modules/updates,/usr/lib64/xorg/modules"
352.219] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
352.219] (WW) Disabling Keyboard[0]
352.219] (WW) Disabling Mouse[1]
352.219] (II) Loader magic: 0x801c20
352.219] (II) Module ABI versions:
352.219] X.Org ANSI C Emulation: 0.4
352.219] X.Org Video Driver: 13.1
352.219] X.Org XInput driver : 18.0
352.219] X.Org Server Extension : 7.0
352.223] (--) PCI:*(0:1:3:0) 1002:4752:0e11:001e rev 39, Mem @ 0xfc000000/16777216, 0xfbff0000/4096, I/O @ 0x00003000/256, BIOS @ 0x????????/131072
352.223] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
352.223] Initializing built-in extension Generic Event Extension
352.223] Initializing built-in extension SHAPE
352.223] Initializing built-in extension MIT-SHM
352.223] Initializing built-in extension XInputExtension
352.223] Initializing built-in extension XTEST
352.223] Initializing built-in extension BIG-REQUESTS
352.223] Initializing built-in extension SYNC
352.223] Initializing built-in extension XKEYBOARD
352.223] Initializing built-in extension XC-MISC
352.224] Initializing built-in extension SECURITY
352.224] Initializing built-in extension XINERAMA
352.224] Initializing built-in extension XFIXES
352.224] Initializing built-in extension RENDER
352.224] Initializing built-in extension RANDR
352.224] Initializing built-in extension COMPOSITE
352.224] Initializing built-in extension DAMAGE
352.224] Initializing built-in extension MIT-SCREEN-SAVER
352.224] Initializing built-in extension DOUBLE-BUFFER
352.224] Initializing built-in extension RECORD
352.224] Initializing built-in extension DPMS
352.224] Initializing built-in extension X-Resource
352.224] Initializing built-in extension XVideo
352.224] Initializing built-in extension XVideo-MotionCompensation
352.224] Initializing built-in extension XFree86-VidModeExtension
352.224] Initializing built-in extension XFree86-DGA
352.224] Initializing built-in extension XFree86-DRI
352.224] Initializing built-in extension DRI2
352.224] (WW) "glx" will not be loaded unless you've specified it to be loaded elsewhere.
352.224] (II) "glx" will be loaded even though the default is to disable it.
352.224] (II) LoadModule: "mach64"
352.265] (II) Loading /usr/lib64/xorg/modules/drivers/mach64_drv.so
352.283] (II) Module mach64: vendor="X.Org Foundation"
352.283] compiled for 1.13.1, module version = 6.9.4
352.283] Module class: X.Org Video Driver
352.283] ABI class: X.Org Video Driver, version 13.1
352.283] (II) MACH64: Driver for ATI Mach64 chipsets
352.283] (--) using VT number 2
352.286] (**) MACH64(0): Depth 16, (--) framebuffer bpp 16
352.286] (==) MACH64(0): Using EXA acceleration architecture
352.286] (II) MACH64: Mach64 in slot 1:3:0 detected.
352.286] (II) Loading sub module "int10"
352.286] (II) LoadModule: "int10"
352.287] (II) Loading /usr/lib64/xorg/modules/libint10.so
352.287] (II) Module int10: vendor="X.Org Foundation"
352.287] compiled for 1.13.2, module version = 1.0.0
352.287] ABI class: X.Org Video Driver, version 13.1
352.288] (II) MACH64(0): Primary V_BIOS segment is: 0xc000
352.288] (II) Loading sub module "ddc"
352.288] (II) LoadModule: "ddc"
352.288] (II) Module "ddc" already built-in
352.288] (II) Loading sub module "vbe"
352.288] (II) LoadModule: "vbe"
352.289] (II) Loading /usr/lib64/xorg/modules/libvbe.so
352.289] (II) Module vbe: vendor="X.Org Foundation"
352.289] compiled for 1.13.2, module version = 1.1.0
352.289] ABI class: X.Org Video Driver, version 13.1
352.289] (II) MACH64(0): VESA BIOS detected
352.289] (II) MACH64(0): VESA VBE Version 2.0
352.289] (II) MACH64(0): VESA VBE Total Mem: 8128 kB
352.289] (II) MACH64(0): VESA VBE OEM: ATI MACH64
352.289] (II) MACH64(0): VESA VBE OEM Software Rev: 1.0
352.289] (II) MACH64(0): VESA VBE OEM Vendor: ATI Technologies Inc.
352.289] (II) MACH64(0): VESA VBE OEM Product: MACH64GM
352.289] (II) MACH64(0): VESA VBE OEM Product Rev: 01.00
352.292] (II) MACH64(0): VESA VBE DDC supported
352.292] (II) MACH64(0): VESA VBE DDC Level none
352.292] (II) MACH64(0): VESA VBE DDC transfer in appr. 2 sec.
352.295] (II) MACH64(0): VESA VBE DDC read failed
352.295] (II) UnloadSubModule: "vbe"
352.295] (II) Unloading vbe
352.295] (II) UnloadSubModule: "int10"
352.295] (II) Unloading int10
352.295] (II) UnloadSubModule: ""
352.295] (II) Unloading
352.295] (II) MACH64(0): BIOS Data: BIOSSize=0x8000, ROMTable=0x0112.
352.295] (II) MACH64(0): BIOS Data: ClockTable=0x0832, FrequencyTable=0x0000.
352.295] (II) MACH64(0): BIOS Data: LCDTable=0x0000.
352.295] (II) MACH64(0): BIOS Data: VideoTable=0x0000, HardwareTable=0x015C.
352.295] (II) MACH64(0): BIOS Data: I2CType=0x0F, Tuner=0x00, Decoder=0x00, Audio=0x0F.
352.296] (--) MACH64(0): ATI 3D Rage XL or XC graphics controller detected.
352.296] (--) MACH64(0): Chip type 4752 "GR", version 7, foundry TSMC, class 0, revision 0x00.
352.296] (--) MACH64(0): PCI bus interface detected; block I/O base is 0x3000.
352.296] (--) MACH64(0): ATI Mach64 adapter detected.
352.296] (!!) MACH64(0): For information on using the multimedia capabilities
of this adapter, please see http://gatos.sf.net.
352.296] (--) MACH64(0): Internal RAMDAC (subtype 1) detected.
352.296] (==) MACH64(0): RGB weight 565
352.296] (==) MACH64(0): Default visual is TrueColor
352.296] (==) MACH64(0): Using gamma correction (1.0, 1.0, 1.0)
352.296] (II) MACH64(0): Using Mach64 accelerator CRTC.
352.296] (II) MACH64(0): Storing hardware cursor image at 0xFC7FFC00.
352.296] (II) MACH64(0): Using 8 MB linear aperture at 0xFC000000.
352.296] (!!) MACH64(0): Virtual resolutions will be limited to 8191 kB
due to linear aperture size and/or placement of hardware cursor image area.
352.296] (II) MACH64(0): Using Block 0 MMIO aperture at 0xFBFF0400.
352.296] (II) MACH64(0): Using Block 1 MMIO aperture at 0xFBFF0000.
352.301] (II) MACH64(0): MMIO write caching enabled.
352.301] (--) MACH64(0): 8192 kB of SGRAM (2:1) 32-bit detected (using 8191 kB).
352.301] (WW) MACH64(0): Cannot shadow an accelerated frame buffer.
352.301] (II) MACH64(0): Engine XCLK 62.353 MHz; Refresh rate code 1.
352.301] (--) MACH64(0): Internal programmable clock generator detected.
352.301] (--) MACH64(0): Reference clock 157.5/11 (14.318) MHz.
352.301] (II) MACH64(0): Monitor[0]: Using hsync range of 30.00-94.00 kHz
352.301] (II) MACH64(0): Monitor[0]: Using vrefresh range of 43.00-85.00 Hz
352.301] (II) MACH64(0): Maximum clock: 230.00 MHz
352.301] (EE)
352.301] (EE) Backtrace:
352.302] (EE) 0: X (xorg_backtrace+0x36) [0x58f936]
352.302] (EE) 1: X (0x400000+0x193799) [0x593799]
352.302] (EE) 2: /lib64/libpthread.so.0 (0x7f4525e3e000+0xf1f0) [0x7f4525e4d1f0]
352.302] (EE) 3: /lib64/libc.so.6 (0x7f4524ca7000+0x7be53) [0x7f4524d22e53]
352.302] (EE) 4: /lib64/libc.so.6 (__libc_malloc+0x63) [0x7f4524d25263]
352.302] (EE) 5: /lib64/libc.so.6 (__strdup+0x22) [0x7f4524d2aee2]
352.303] (EE) 6: X (XNFstrdup+0xe) [0x59569e]
352.303] (EE) 7: X (xf86ValidateModes+0x1015) [0x48e6b5]
352.303] (EE) 8: /usr/lib64/xorg/modules/drivers/mach64_drv.so (0x7f4523fb1000+0x17cf5) [0x7f4523fc8cf5]
352.303] (EE) 9: X (InitOutput+0xa72) [0x47f512]
352.303] (EE) 10: X (0x400000+0x2be86) [0x42be86]
352.303] (EE) 11: /lib64/libc.so.6 (__libc_start_main+0xf5) [0x7f4524cc8a15]
352.304] (EE) 12: X (0x400000+0x2c3ad) [0x42c3ad]
352.304] (EE)
352.304] (EE) Segmentation fault at address 0x0
352.304]
Fatal server error:
352.304] Caught signal 11 (Segmentation fault). Server aborting
352.304]
352.304] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
352.304] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
352.304] (EE)