rlh   img   mp3   nfo   pro  
./nfo/linux/nvidia.agp.settings.nfo
# To enable AGP Fast Writes and Side Band Addressing on Nvidia AGPx8 cards:

# ! The checks must be done in X

# Check if agp host-bridge supports it:
cat /proc/driver/nvidia/agp/host-bridge

# Check if card supports it:
cat /proc/driver/nvidia/agp/card

# Check the current agp status:
cat /proc/driver/nvidia/agp/status

# Add the following to /etc/modprobe.conf (Slackware):
options nvidia NVreg_EnableAGPSB=1 NVreg_EnableAGPFW=1

# This enables both SBA and FW. Edit as needed.
# Do cat /proc/driver/nvidia/agp/status again after restart to make sure..
# Run glxgears in x terminal to check fps ;)