[ut2004] Help? 64 bit linux client and poor fps.

Kris Vorwerk kris at vorwerk.ca
Wed Nov 24 18:47:35 EST 2004


Hi,

On Wed, 2004-11-24 at 15:46 -0700, Clint Goudie-Nice wrote:
> cat /proc/driver/nvidia/agp/status
> Status:          Enabled
> Driver:          AGPGART
> AGP Rate:        8x
> Fast Writes:     Disabled
> SBA:             Enabled
> 
> Interesting, it says I have fast writes disabled, but I just rebooted
> and the bios says I have them enabled... How do I enable them, and will
> it actually net a performance boost with ut?


Enabling fast writes is an "nvidia" module option, which you can pass on
an "options" line in your /etc/modprobe.conf file; i.e.,
in /etc/modprobe.conf,

alias char-major-195* nvidia
options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1


Also ... You may wish to tweak the Nvidia settings in your xorg.conf
file ...

Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
        VendorName  "Videocard vendor"
        BoardName   "VESA driver (generic)"
        Option          "RenderAccel" "1"
        Option          "CursorShadow" "1"
        #Option          "AllowGLXWithComposite"
        Option          "NvAGP" "1"
        Option          "NoLogo" "1"
EndSection


(If I'm not mistaken, using the "AllowGLXWithComposite" option with the
"RenderAccel" option is supposedly quite experimental.  Your mileage may
vary.)

cheers,
Kris




More information about the ut2004 mailing list