From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 21:18:31 2005 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 A76D616A4CE for ; Sun, 9 Jan 2005 21:18:31 +0000 (GMT) Received: from av3-2-sn1.fre.skanova.net (av3-2-sn1.fre.skanova.net [81.228.11.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 555EB43D39 for ; Sun, 9 Jan 2005 21:18:31 +0000 (GMT) (envelope-from f00makr@dd.chalmers.se) Received: by av3-2-sn1.fre.skanova.net (Postfix, from userid 502) id 80B3E37F54; Sun, 9 Jan 2005 22:18:30 +0100 (CET) Received: from smtp2-2-sn2.hy.skanova.net (smtp2-2-sn2.hy.skanova.net [81.228.8.178]) by av3-2-sn1.fre.skanova.net (Postfix) with ESMTP id 5AC7137E58 for ; Sun, 9 Jan 2005 22:18:30 +0100 (CET) Received: from [83.248.111.175] (c83-248-111-175.bredband.comhem.se [83.248.111.175]) by smtp2-2-sn2.hy.skanova.net (Postfix) with ESMTP id 2FFAF37E4F for ; Sun, 9 Jan 2005 22:18:29 +0100 (CET) Message-ID: <41E19FC0.2000808@dd.chalmers.se> Date: Sun, 09 Jan 2005 22:18:56 +0100 From: Mats Kristoffersen User-Agent: Mozilla Thunderbird 1.0 (X11/20050106) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <41E16DAA.8000807@dd.chalmers.se> <20050109183150.GE20686@keyslapper.org> <41E17F0B.8050109@dd.chalmers.se> <20050109191613.GH20686@keyslapper.org> <41E1884F.9060600@dd.chalmers.se> <20050109205123.GI20686@keyslapper.org> <41E19CD3.30602@dd.chalmers.se> <20050109211409.GJ20686@keyslapper.org> In-Reply-To: <20050109211409.GJ20686@keyslapper.org> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: AGP not working on nForce3 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: Sun, 09 Jan 2005 21:18:31 -0000 Louis LeBlanc wrote: > On 01/09/05 10:06 PM, Mats Kristoffersen sat at the `puter and typed: > >>Louis LeBlanc wrote: >> >>>>Yes, I recompiled with just WITH_ACPI, and now it's 1 as default. I >>>>even cvsupped world and rebuilt, and now nvidia.ko doesn't try the >>>>agp0 stuff. I guess that's progress, but AGP still doesn't work. >>> >>> >>>Progress is very often nothing more than a change in error conditions >>>:) >>> >>>Ok, how about the hw.nvidia sysctls and the logs? Any warnings (WW) >>>or errors (EE) in /var/log/Xorg.0.log? There will probably be a >>>couple warnings related to modes, but those are probably not directly >>>related. >> >>A couple of warnings about modes and fonts, no errors. I used -verbose 5 >>-logverbose 5. > > > Good. Keep an eye on that as you change things. > > >>>Every time you make a change, check the hw.nvidia.agp.status sysctls. >>>Mine are as follows: >>>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 >> >>Those sysctls don't even exist. > > > What does the cards config block look like in your xorg.conf? > > Lou Section "Device" Identifier "Card0" Driver "nvidia" Option "NvAGP" "1" EndSection