On Mon, Jun 04, 2001 at 04:44:41PM -0400, Anthony Fox wrote: > Mario Vukelic <[EMAIL PROTECTED]> writes: > > > I still us driver 0.9.7, I don't know if there were changes for 1.0 > > > > This is my /proc/nv/card0: > > > > ----- Driver Info ----- > > NVRM Version: 1.0-769 > > ------ Card Info ------ > > Model: Riva TNT1 > > IRQ: 10 > > ------ AGP Info ------- > > AGP status: Enabled > > AGP Driver: AGPGART > > Bridge: Ali M1541 > > SBA: Supported [disabled] > > FW: Unsupported [disabled] > > Rates: 2x 1x [2x] > > Registers: 0x1b000203:0x0f000102 > > > > > > And this comes from my XF86Config-4: > > > > # From Nvidia FAQ > > # Use this to configure AGP support. Argument is an integer: > > # 0 : disable agp > > # 1 : [default] use NVIDIA's internal AGP support, if possible > > # 2 : use AGPGART, if possible > > # 3 : use any agp support (try AGPGART, then NVIDIA's AGP) > > Option "NvAGP" "3" > > Yes, this did the trick. Now I am using agp again. Thanks for your > help. I've tried that also, but no go:
$ cat /proc/nv/card0 ----- Driver Info ----- NVRM Version: 1.0-769 ------ Card Info ------ Model: Riva TNT2 Vanta IRQ: 11 ------ AGP Info ------- AGP status: Disabled AGP Driver: Bridge: Via MVP3 SBA: Supported [disabled] FW: Unsupported [disabled] Rates: 2x 1x [-] Registers: 0x07000203:0x00000000 If I look at the logfile, I see: (**) NVIDIA(0): Option "NvAGP" "3" (**) NVIDIA(0): AGP is enabled But later in the log it says: (II) NVIDIA(0): AGP is disabled I have also tried 'Option "NvAGP" "1" which someone recommended earlier, but I get the same result. I didn't try the AGPGART kernel module since I am using 2.2.17 which I don't think had that option. Bob