Problem arise on linux, it seems only to happen using DRI for Ati Radeon cards. Nexuiz is executed with indirect rendering, so is very slow. If you have this message on log:
GL_RENDERER: Mesa GLX Indirect
try executing nexuiz with this command line:
- Code: Select all
LD_PRELOAD="/usr/lib/libGL.so.1" nexuiz
It seems that there're problems loading the shared lybrary /usr/lib/dri/radeon_dri.so. Preloading the GL library may solve them and nexuiz should been executed with direct rendering.