From owner-freebsd-questions@FreeBSD.ORG Tue Nov 30 16:31:50 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 BF50D16A4CF for ; Tue, 30 Nov 2004 16:31:50 +0000 (GMT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86FF143D1F for ; Tue, 30 Nov 2004 16:31:50 +0000 (GMT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id 145C060DB; Tue, 30 Nov 2004 11:28:00 -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:27:59 -0500 Message-ID: <20041130112759.k8w480swwowksw8c@www.sweetdreamsracing.biz> Date: Tue, 30 Nov 2004 11:27:59 -0500 From: Kenneth Culver To: Raul Zighelboim References: <200411291513.35761.kirk@strauser.com> <200411291635.01893.raul@zighelboim.com> <200411291655.49271.kirk@strauser.com> <200411291701.19682.raul@zighelboim.com> In-Reply-To: <200411291701.19682.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:31:50 -0000 Quoting Raul Zighelboim : > On Monday 29 November 2004 04:55 pm, Kirk Strauser wrote: >> On Monday 29 November 2004 04:35 pm, Raul Zighelboim wrote: >> > rzig@ryu> sysctl -a | grep -i agp >> > [...] >> > hw.nvidia.agp.status.status: enabled >> >> What exactly did you do? Did you do anything special to your kernel or >> loader.conf other than disabling agp.ko? > > On the Kernel > #device agp > device io > device mem > > On /boot/loader.conf > agp_load="NO" > linux_load="YES" > nvidia_load="YES" > apm_load="NO" > This is almost exactly what I did to use nvidia's agp, yet it still won't work on any of the machine's I've tried it with. Ken