You are not logged in.

#1 2008-09-19 18:12:02

omgwtfbyobbq
Member
Registered: 2006-07-04
Posts: 226

Nvidia's NvAGP and AGPGART.

Is AGPGART turned off by default or do I need to make sure some module doesn't load and/or put something in my xorg.conf to allow NvAGP to work?

Offline

#2 2008-09-19 19:40:20

broch
Banned
From: L.A. California
Registered: 2006-11-13
Posts: 975

Re: Nvidia's NvAGP and AGPGART.

if this is AGP card then AGP is on, if this is PCI then AGP is off

tuning AGP in xorg.conf
------Section "Device"------
Option "NvAgp" "0"  ... disables AGP support
Option "NvAgp" "1"  ... use NVAGP, if possible
Option "NvAgp" "2"  ... use AGPGART, if possible
Option "NvAGP" "3"  ... try AGPGART; if that fails, try NVAGP (default)

options in modprobe
options agpgart agp_try_unsupported=1
options nvidia NVreg_EnableAGPSBA=1 NVreg_EnableAGPFW=1 Nvreg_ReqAGPRate=4

Last edited by broch (2008-09-19 19:40:56)

Offline

Board footer

Powered by FluxBB