Nicolai Haehnle wrote:

On Sunday 06 March 2005 14:15, Adam K Kirchhoff wrote:


Unfortunately, I'm still getting pretty constant lockups that seem to be related to high framerates. From ppcracer with RADEON_DEBUG set to all:

http://68.44.156.246/ppracer.txt.gz

On the plus side, the texture problem that I had seen with neverputt/neverball seems to be resolved.



This is probably the same lockup that I have seen. Unfortunately, I can't test anything for another two weeks or so.


It may be worth it to test whether the lockup is due to some (race?) interaction between the 3D client and the X server. In particular, test if the lockup also happens with Solo. If the lockup happens with Solo as well, we at least know that it's not caused by the X server doing something.

cu,
Nicolai



Well, I've never build solo before, but I gave it a whirl. I edited the config file
so it'd only build the r300 driver, but it errors out during the build process:


CC="gcc" CXX="g++" ../../../bin/mklib -o GL -major 1 -minor 2 \
-install ../../../lib -lm -lpthread -ldl ../../../src/mesa/main/dispatch.o ../../../src/mesa/glapi/glapi.o ../../../src/mesa/glapi/glthread.o ../../../src/mesa/drivers/dri/common/glcontextmodes.o ../../../../drm/libdrm/xf86drm.o ../../../../drm/libdrm/xf86drmHash.o ../../../../drm/libdrm/xf86drmRandom.o miniglx.o miniglx_events.o ../../../src/mesa/x86/glapi_x86.o
mklib: Making Linux shared library: libGL.so.1.2
../../../src/mesa/x86/glapi_x86.o(.text+0x20): In function `glNewList':
../../../src/mesa/x86/glapi_x86.S:128: multiple definition of `glNewList'
../../../src/mesa/main/dispatch.o(.text+0x0):../../src/mesa/glapi/glapitemp.h:74: first defined here
../../../src/mesa/x86/glapi_x86.o(.text+0x40): In function `glEndList':
../../../src/mesa/x86/glapi_x86.S:129: multiple definition of `glEndList'
../../../src/mesa/main/dispatch.o(.text+0x46):../../src/mesa/glapi/glapitemp.h:79: first defined here
../../../src/mesa/x86/glapi_x86.o(.text+0x60): In function `glCallList':
../../../src/mesa/x86/glapi_x86.S:130: multiple definition of `glCallList'
../../../src/mesa/main/dispatch.o(.text+0x7e):../../src/mesa/glapi/glapitemp.h:84: first defined here
../../../src/mesa/x86/glapi_x86.o(.text+0x80): In function `glCallLists':
../../../src/mesa/x86/glapi_x86.S:131: multiple definition of `glCallLists'
../../../src/mesa/main/dispatch.o(.text+0xbe):../../src/mesa/glapi/glapitemp.h:89: first defined here
../../../src/mesa/x86/glapi_x86.o(.text+0xa0): In function `glDeleteLists':
../../../src/mesa/x86/glapi_x86.S:132: multiple definition of `glDeleteLists'
../../../src/mesa/main/dispatch.o(.text+0x10c):../../src/mesa/glapi/glapitemp.h:94: first defined here
../../../src/mesa/x86/glapi_x86.o(.text+0xc0): In function `glGenLists':
../../../src/mesa/x86/glapi_x86.S:133: multiple definition of `glGenLists'


And so on and so forth :-)

Are there any instructions on building linux-solo-x86 that I should be aware of?

Adam



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to