From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 16:24:10 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B66516A4CE for ; Tue, 30 Nov 2004 16:24:10 +0000 (GMT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB3FD43D60 for ; Tue, 30 Nov 2004 16:24:09 +0000 (GMT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id 38CB260DB; Tue, 30 Nov 2004 11:20:19 -0500 (EST) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Tue, 30 Nov 2004 11:20:18 -0500 Message-ID: <20041130112018.0s0wkc004kcg4gg8@www.sweetdreamsracing.biz> Date: Tue, 30 Nov 2004 11:20:18 -0500 From: Kenneth Culver To: Raul Zighelboim References: <200411291513.35761.kirk@strauser.com> <200411291616.25930.kirk@strauser.com> <20041129172011.eu8kwg8cgck80o84@www.sweetdreamsracing.biz> <200411291635.01893.raul@zighelboim.com> In-Reply-To: <200411291635.01893.raul@zighelboim.com> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: freebsd-questions@freebsd.org Subject: Re: NVidia driver not using AGP? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 16:24:10 -0000 Quoting Raul Zighelboim : > On Monday 29 November 2004 04:20 pm, Kenneth Culver wrote: >> Quoting Kirk Strauser : >> > On Monday 29 November 2004 03:21 pm, Kenneth Culver wrote: >> >> One of the computers I'm having this problem with is a P4 with an Intel >> >> chipset >> > >> > Which reminds me: I forgot to mention that my system has a 1.4GHz >> > Thunderbird on an Asus A7V (KT133) motherboard. >> > -- >> > Kirk Strauser >> >> Given the fact that I haven't yet seen anyone with working AGP on their >> FreeBSD >> systems with the latest nvidia driver, I'm willing to bet that part of the >> driver is broken. Hopefully nVidia releases another driver soon, I don't >> want to wait another year for a working driver. :-( >> >> Ken > > What are we betting? > > rzig@ryu> sysctl -a | grep -i agp > hw.nvidia.agp.card.rates: 8x 4x > hw.nvidia.agp.card.fw: supported > hw.nvidia.agp.card.sba: supported > hw.nvidia.agp.card.registers: 0x1f000e1b:0x1f004302 > hw.nvidia.agp.status.status: enabled > hw.nvidia.agp.status.driver: nvidia > hw.nvidia.agp.status.rate: 8x > hw.nvidia.agp.status.fw: disabled > hw.nvidia.agp.status.sba: enabled > hw.nvidia.registry.EnableALiAGP: 0 > hw.nvidia.registry.NvAGP: 1 > hw.nvidia.registry.EnableAGPSBA: 0 > hw.nvidia.registry.EnableAGPFW: 0 > hw.nvidia.cards.0.type: AGP > [~] > rzig@ryu> uname -a > FreeBSD ryu.zighelboim.com 5.3-STABLE FreeBSD 5.3-STABLE #18: Mon Nov 22 > 19:41:45 CST 2004 rzig@ryu.zighelboim.com:/usr/obj/usr/src/sys/RyuV5 > i386 > Well I don't know then, it doesn't seem to want to work on any of the machines I've tried it on... The only thing those machines have in common is that they use xorg and the latest nvidia driver. Ken