From owner-freebsd-questions@FreeBSD.ORG Fri Jul 11 12:45:12 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36A7A1065679 for ; Fri, 11 Jul 2008 12:45:12 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 1CFCB8FC0C for ; Fri, 11 Jul 2008 12:45:11 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 175D41CD18; Fri, 11 Jul 2008 04:45:11 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 11 Jul 2008 14:45:09 +0200 User-Agent: KMail/1.9.7 References: <6fec50390807101248p3adecf54u2852914cbbf110d9@mail.gmail.com> In-Reply-To: <6fec50390807101248p3adecf54u2852914cbbf110d9@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807111445.10102.fbsd.questions@rachie.is-a-geek.net> Cc: Max Russell Subject: Re: compile agp kernel support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2008 12:45:12 -0000 On Thursday 10 July 2008 21:48:35 Max Russell wrote: > I need to compile nvidia agp support in to my kernel. No you don't. nvidia agp is loaded through xorg.conf and requires that the FreeBSD agp driver is disabled: echo 'hint.agp.0.disabled="1"' >> /boot/device.hints If your card for some reason does not work with nvidia's agp driver, then you need to disable the nvidia agp driver in xorg.conf and remove that line. Install x11/nvidia-xconfig and look at it's manpage to see that it can autogenerate an xorg.conf file for you, with and without the nvidia agp. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.