1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Nexuiz for Debian
=================
This file concentrates some information taken from the Nexuiz forum.
Suggested video cards (Copied from upstream forums)
===================================================
NVIDIA GeForce 7900 series - awesome
NVIDIA GeForce 7800 series - awesome
NVIDIA GeForce 7600 series - awesome
NVIDIA GeForce 6800 series - awesome
NVIDIA GeForce 6600 series - good
NVIDIA GeForce 5950 series - decent
NVIDIA GeForce 5900 series - decent
NVIDIA GeForce 5800 series - decent
NVIDIA Quadro FX 1400 series - decent
ATI Radeon X1800 series - awesome
ATI Radeon X1600 series - good
ATI Radeon X850 series - good
ATI Radeon X800 series - good
ATI Radeon X700 series - decent
ATI Radeon X600 series - decent
ATI Radeon 9800 series - decent
ATI Radeon 9700 series - decent
NVIDIA GeForce Ti4200-4800 series - ok (lacks OpenGL 2.0 shaders)
ATI Radeon 8500 series - ok (lacks OpenGL 2.0 shaders)
"Mouse delay/lag" problem
=========================
If the movement of your computer mouse appears to be recognized by Nexuiz with
a delay, you can try to enable a work-around:
Just launch Nexuiz, then open the in-game console by pressing <SHIFT>+<ESC> and
type the command "gl_finish 1" (without the double quotes). To close the
in-game console again, press <ESC>.
Note that this is *NOT* a bug in Nexuiz, but a bug in your graphics driver
software!
Crackling sound
===============
If sound crackles and/or sounds choppy, first try to start Nexuiz from a
command line shell by this command:
nexuiz -sndspeed 48000
If this doesnn't help, please try the same as mentioned under "Mouse delay/lag
problem".
Bug reporting
=============
If Nexuiz or the Nexuiz server crash on your system, please install the
darkplaces-dbg and gdb packages, and run it from a terminal with
NEXUIZ_BACKTRACE=1 in the environment to see a backtrace. For instance:
NEXUIZ_BACKTRACE=1 nexuiz
|