Confused as to why this has such shotty performance I discovered there is no /proc/driver/nvidia/agp/ setting. Since this is my first PCI-e board is there something I'm missing in the setup or am I out of performance luck with this until I get a "real" video card?
Code: Select all
# cat /proc/driver/nvidia/registry
EnableVia4x: 0
EnableALiAGP: 0
NvAGP: 3
ReqAGPRate: 15
EnableAGPSBA: 0
EnableAGPFW: 0
Mobile: 4294967295
ResmanDebugLevel: 4294967295
RmLogonRC: 1
ModifyDeviceFiles: 1
DeviceFileUID: 0
DeviceFileGID: 27
DeviceFileMode: 432
RemapLimit: 0
UpdateMemoryTypes: 4294967295
UseVBios: 1
RMEdgeIntrCheck: 1
UsePageAttributeTable: 4294967295
EnableMSI: 0
MapRegistersEarly: 0
RegistryDwords: ""Code: Select all
# cat /proc/driver/nvidia/cards/0
Model: GeForce 8200
IRQ: 15
Video BIOS: 62.77.2f.00.00
Card Type: PCI
DMA Size: 40 bits
DMA Mask: 0xffffffffff
Bus Location: 02.00.0Code: Select all
Section "Device"
Option "hw_cursor"
Option "AddARGBGLXVisuals" "true"
Option "AllowGLXWithComposite" "true"
Option "Coolbits" "1"
Option "NoAccel"
Option "RenderAccel" "true"
Option "CursorShadow" "true"
Option "NvAGP" "1"
Identifier "Card0"
Driver "nvidia"
EndSection
