Well, GLcore (and glx) is enabled, and it still happens. I tried
reinstalling xserver-xfree86, too, since that's the package with the
GLcore.a file in it. In my XFree86.0.log, I see this stuff when it
loads the GLcore module:
(II) LoadModule: "GLcore"
(II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a
Skipping
"/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_clip.o": No sym
bols found
Skipping
"/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_norm.o": No sym
bols found
Skipping
"/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_xform.o": No sy
mbols found
Skipping
"/usr/X11R6/lib/modules/extensions/libGLcore.a:m_debug_vertex.o": No s
ymbols found
(II) Module GLcore: vendor="The XFree86 Project"
compiled for 4.3.0.1, module version = 1.0.0
ABI class: XFree86 Server Extension, version 0.2
Are these problematic? Would this cause Blender to crash X (it looks
like it crashes with a "Signal 11").
-jim
Nagarjuna G. wrote:
On Mon, 2004-04-05 at 21:08, Uwe Steinmann wrote:
On Mon, Apr 05, 2004 at 09:39:25PM +0700, jim altieri wrote:
So, I've already tried the obvious - to remove those packages, and same
thing. Does anyone else here have Blender? Does it run on your machine?
If so, any idea why mine doesn't any more? I've reinstalled Blender, too.
Same here. Starting blender kills X.
I think the problem could be because GLcore module is not loaded. my
system is G4 titanium and blender works perfect. I have the following
lines in XF84Config-4 or Module section.
Section "Module"
Load "GLcore"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
# Load "pex5"
Load "record"
Load "speedo"
Load "type1"
Load "vbe"
# Load "xie"
EndSection
Nagarjuna