From owner-freebsd-questions@FreeBSD.ORG Tue Mar 13 19:05:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 232BC16A401 for ; Tue, 13 Mar 2007 19:05:48 +0000 (UTC) (envelope-from tournoij@xs4all.nl) Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by mx1.freebsd.org (Postfix) with ESMTP id A896B13C483 for ; Tue, 13 Mar 2007 19:05:47 +0000 (UTC) (envelope-from tournoij@xs4all.nl) Received: from xs3.xs4all.nl (xs3.xs4all.nl [194.109.21.4]) by smtp-vbr17.xs4all.nl (8.13.8/8.13.8) with ESMTP id l2DJ5k4s011405; Tue, 13 Mar 2007 20:05:46 +0100 (CET) (envelope-from tournoij@xs4all.nl) Received: from xs3.xs4all.nl (tournoij@localhost [127.0.0.1]) by xs3.xs4all.nl (8.13.6/8.13.6) with ESMTP id l2DJ5jNs009134; Tue, 13 Mar 2007 20:05:45 +0100 (CET) (envelope-from tournoij@xs4all.nl) Received: (from tournoij@localhost) by xs3.xs4all.nl (8.13.6/8.13.6/Submit) id l2DJ5jtK009133; Tue, 13 Mar 2007 20:05:45 +0100 (CET) (envelope-from tournoij) Date: Tue, 13 Mar 2007 20:05:45 +0100 From: Martin Tournoij To: freebsd-questions@freebsd.org Message-ID: <20070313190545.GB7445@xs3.xs4all.nl> References: <45F541F3.5040309@planet.nl> <200703131607.47274.pieter@degoeje.nl> <45F6C136.9050105@planet.nl> <200703131634.38837.pieter@degoeje.nl> <45F6D4D5.3010509@planet.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45F6D4D5.3010509@planet.nl> User-Agent: mutt-ng/devel-r804 (FreeBSD) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: hxc@planet.nl Subject: Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help! 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: Tue, 13 Mar 2007 19:05:48 -0000 On Tue 13 Mar 2007 17:03, hxc@planet.nl wrote: > Pieter de Goeje wrote: > > > >Look here: > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html > >or the dutch version: > >http://www.freebsd.org/doc/nl_NL.ISO8859-1/books/handbook/kernelconfig.html > > > >Basically it comes down to this: > ># cd /usr/src/sys/i386/conf > ># cp GENERIC MYKERNEL > >edit MYKERNEL, delete 'device agp' > >or you could: grep -v agp GENERIC > MYKERNEL > ># cd /usr/src > ># make kernel KERNCONF=MYKERNEL > ># reboot > > > >Regards, > >Pieter de Goeje > > > > > Thank you for your extensive answer. I tried both your method and the method described in the handbook*. I still get the same error message > though**. I have attached MYKERNEL, maybe you can take a look at it to see if somethings wrong? Next time you build a kernel, you should change indent GENERIC to indent MYKERNEL This will avoid any confusion about which kernel you are using.