From owner-freebsd-stable@FreeBSD.ORG Mon Jan 10 04:05:08 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 797C016A4CE for ; Mon, 10 Jan 2005 04:05:08 +0000 (GMT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 158EE43D39 for ; Mon, 10 Jan 2005 04:05:08 +0000 (GMT) (envelope-from bfoz@bfoz.net) Received: from [192.168.0.5] (c-67-161-34-162.client.comcast.net[67.161.34.162]) by comcast.net (sccrmhc11) with ESMTP id <200501100405070110038vf4e>; Mon, 10 Jan 2005 04:05:07 +0000 Message-ID: <41E1FEF2.5010104@bfoz.net> Date: Sun, 09 Jan 2005 20:05:06 -0800 From: Brandon Fosdick User-Agent: Mozilla Thunderbird 0.9 (X11/20041111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: AGP, AMD and FreeBSD X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2005 04:05:08 -0000 I'm getting this message when starting X with the nvidia driver... NVRM: AGP cannot be enabled on this combination of the AMD CPU and OS kernel NVRM: kernel upgrade recommended. NVRM: AGP cannot be enabled on this combination of the AMD CPU and OS kernel NVRM: kernel upgrade recommended. It always comes up in pairs like that. It obviously has something to do with the nvidia drivers, but it seems to have something to do with the OS too, so that's why I posted it here and not on ports. I've been seeing this for many months now and upgrading the kernel doesn't help. Xorg and XFree86 produce the same behavior. Any ideas? I'm running a Sempron 3100+ on a DFI K8M800-MLVF mboard with a GeForce MX4 and agp is compliled into the kernel. The nvidia driver was compiled with both freebsd_agp and acpi support. Here's uname -a: FreeBSD dvr.bfoz.net 5.3-STABLE FreeBSD 5.3-STABLE #5: Sun Jan 9 15:41:54 PST 2005 bfoz@dvr.bfoz.net:/usr/obj/usr/src/sys/DVR i386 Thanks