OpenGL + TNT2 + NVIDIA binary drivers

Derek derekm.nospam at rogers.com
Wed Jan 26 20:05:23 PST 2005


markzero wrote:
> I'm using the binary nvidia drivers on
> my old 32mb TNT Riva 64 and from the framerates I'm getting from
> xscreensaver, I think it's safe to assume that I'm not getting any
> acceleration!
> My X.org config says:
> 
> Section "Device"
>    Option  "NvAGP" "2"   #try OS agp, fall back to nvagp
>    Identifier  "Card0"
>    Driver      "nvidia"
>    VendorName  "nVidia Corporation"
>    BoardName   "NV5M64 [RIVA TNT2 Model 64/Model 64 Pro]"
>    BusID       "PCI:2:0:0"
> EndSection

What about in Section "Module" -> Load  "glx" like:

Section "Module"
         Load  "dbe"
         Load  "dri"
         Load  "extmod"
         Load  "glx"
         Load  "record"
         Load  "xtrap"
         Load  "freetype"
         Load  "type1"
EndSection



More information about the freebsd-questions mailing list