Raúl Sánchez Siles wrote: > That backtrace doesn't seem very meaningful, maybe using a core dump > backtrace would be better.
How could a core dump backtrace be different or better?
It seems pretty clear that it's jumping the the xf86SigHandler and
losing all prior stack info before that.
I do have a useful bit of info though. The crash only happens with my
old xorg.conf. I let a new one be generated, and blobwars runs ok.
The relevant change seems to be running at 24 bpp. If I switch it back
to 16 I can reproduce the crash again.
The diff:
--- xorg.conf.20070430191350 2007-04-30 19:13:50.000000000 -0400
+++ xorg.conf 2007-04-30 19:13:50.000000000 -0400
@@ -1,10 +1,10 @@
-# /etc/X11/xorg.conf (xorg X Window System server configuration file)
+# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
-# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
-# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
+# Edit this file with caution, and see the xorg.conf manual page.
+# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
@@ -15,35 +15,6 @@
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
- FontPath "/usr/share/fonts/X11/misc"
- FontPath "/usr/X11R6/lib/X11/fonts/misc"
- FontPath "/usr/share/fonts/X11/cyrillic"
- FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
- FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
- FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
- FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
- FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
- FontPath "/usr/share/fonts/X11/Type1"
- FontPath "/usr/X11R6/lib/X11/fonts/Type1"
- FontPath "/usr/share/fonts/X11/100dpi"
- FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
- FontPath "/usr/share/fonts/X11/75dpi"
- FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
- # path to defoma fonts
- FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
-EndSection
-
-Section "Module"
- Load "i2c"
- Load "bitmap"
- Load "ddc"
- Load "dri"
- Load "extmod"
- Load "freetype"
- Load "glx"
- Load "int10"
- Load "type1"
- Load "vbe"
EndSection
Section "InputDevice"
@@ -51,7 +22,7 @@
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
- Option "XkbModel" "pc104"
+ Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
@@ -60,7 +31,7 @@
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
- Option "Protocol" "ExplorerPS/2"
+ Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
@@ -71,16 +42,12 @@
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
- Option "SHMConfig" "on"
EndSection
Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express
Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
- Option "DRI"
- Option "XAANoOffscreenPixmaps" "true"
- Option "LinearAlloc" "6144"
EndSection
Section "Monitor"
@@ -92,24 +59,30 @@
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express
Graphics Controller"
Monitor "Generic Monitor"
- DefaultDepth 16
+ DefaultDepth 24
SubSection "Display"
Depth 1
+ Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
+ Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
+ Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
+ Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
+ Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
+ Modes "1280x768" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
@@ -119,14 +92,4 @@
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
- Option "AIGLX" "true"
EndSection
-
-Section "DRI"
- Mode 0666
-EndSection
-
-Section "Extensions"
- Option "Composite" "enable"
-EndSection
-
--
see shy jo
signature.asc
Description: Digital signature

