From owner-freebsd-questions@FreeBSD.ORG Mon Oct 11 16:34:36 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 4E09B16A4CE for ; Mon, 11 Oct 2004 16:34:36 +0000 (GMT) Received: from vjofn.tucs-beachin-obx-house.com (vjofn.tucs-beachin-obx-house.com [204.107.90.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id E37CD43D2F for ; Mon, 11 Oct 2004 16:34:35 +0000 (GMT) (envelope-from tuc@ttsg.com) Received: from himinbjorg.tucs-beachin-obx-house.com (ool-44c09852.dyn.optonline.net [68.192.152.82]) (authenticated bits=128)i9BGYOvj096595; Mon, 11 Oct 2004 12:34:25 -0400 (EDT) Received: from himinbjorg.tucs-beachin-obx-house.com (localhost.tucs-beachin-obx-house.com [127.0.0.1])id i9BGYNIY017126; Mon, 11 Oct 2004 12:34:23 -0400 (EDT) (envelope-from tuc@ttsg.com) Received: (from tuc@localhost)i9BGYNlD017125; Mon, 11 Oct 2004 12:34:23 -0400 (EDT) (envelope-from tuc) From: Tuc Message-Id: <200410111634.i9BGYNlD017125@himinbjorg.tucs-beachin-obx-house.com> To: ws+freebsd-questions@au.dyndns.ws (Wayne Sierke) Date: Mon, 11 Oct 2004 12:34:23 -0400 (EDT) In-Reply-To: <1097212423.815.30.camel@ovirt.dyndns.ws> from "Wayne Sierke" at Oct 08, 2004 02:43:44 PM X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: scott@sremick.net cc: freebsd-questions@freebsd.org Subject: Re: How to NOT load 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: Mon, 11 Oct 2004 16:34:36 -0000 Hi, I'm suffering from this problem................ On 5.2.1-RELEASE-p4, everything is fine. I CVSUP to 5.2.1-RELEASE-p11, and things lock up HARD for me. I'm using the SAME kernel config file both times. I've put the NvAGP in, no difference. I've recompiled and reinstalled the nvidia driver, nothing. Is there a way to specifically CVSUP by -pXX release, and I'll just go one by one until it stops working to figure out what the change might be. Thanks, Tuc/TTSG Internet Services, Inc. > My 5.2.1-RELEASE-p4 didn't support it without patching, I'll have to > check but I don't think I used it in the end. > > Does your XF86Config contain the following entries in 'Section > "Device"': > > Driver "nvidia" > Option "NvAGP" "1" > > I'm pretty sure this (the 'Option "NvAGP" "1"') is what did it in the > end for me. If it doesn't appear to work, don't forget to verify which > config X is using by checking your XFree86.0.log or :0.log for the line: > > (==) Using config file: "/etc/X11/XF86Config" >