PDA

View Full Version : Performance matters....


DaLinuxNut
10-09-02, 02:19 PM
OK... I'm setting up a friend's computer (one I'm very likely to steal :p) and I'm noticing some Q3A performance... thing's capping at around 90-93 FPS!

Now the other thing I noticed with the Nvidia driver (queried through /proc/driver/nvidia/agp/status) is that fastwrites are disabled even though I have it turned on in the BIOS! :confused:

System info (relevant):
Soyo Dragon KT333 Ultra motherboard
GeForce 4 Ti4400

DaLinuxNut
10-09-02, 02:20 PM
Resolution does matter here, neither do the amount of texture quality.

saturnotaku
10-09-02, 02:22 PM
Quake 3 performance I can probably answer. Go into the q3config.cfg and there should be a line that reads:

seta com_maxfps "85"

Just change the number to whatever suits you. :)

DaLinuxNut
10-09-02, 03:14 PM
Got the framerates now up to around 350 FPS in 640x480x16 and over 200 FPS in 1280x1024x32! :eek: :D

bwkaz
10-09-02, 04:44 PM
For Fast Writes, add a line to /etc/modules.conf looking like options NVdriver NVreg_EnableAGPFW=1

Then either exit X, remove your NVdriver module from memory, and restart X, or just reboot.

Fast Writes may cause stability issues, so if you see lockups or something, try disabling them first.

If you want to enable SBA (side-band addressing), you can change the options line to options NVdriver NVreg_EnableAGPFW=1 NVreg_EnableAGPSBA=1 for that.