by thorium » Thu Mar 02, 2006 2:35 am
You probably do, but just checking. Have you installed drivers for you video card that give you hardware acceleration? There's ati's proprietary driver or the free R300 driver for your card. If you do have them installed, just to do a check, you can run this from the console as a normal user:
glxinfo |grep direct
(the | is the vertical bar character, not an "L")
That should give you a yes on direct rendering. If the problem is not related to this, maybe a compile of your own could help (I have some strange sound problems and have to use the glx version). In the Nexuiz directory, there's a zip containing the source, nexuizenginesource... Extract that, go into the darkplaces directory, and in there from the console, and do a:
make nexuiz
You might need some -dev libs for sdl and such, I'm not quite sure how fedora handles the packages. Anyways, if that all goes well, you should get nexuiz-sdl and nexuiz-glx executables (might need to make them executable as well, if you're in gnome, you can right click on them, then properties, then permissions, then check the execute box at top for owner). Then copy both of those files to the main Nexuiz directory and try running them, hopefully one will work for you. Could be a completely different problem still, but maybe worth a shot, let me know if anything said was confusing.