From owner-freebsd-mobile@FreeBSD.ORG Mon Oct 20 07:41:55 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71FFE16A4BF for ; Mon, 20 Oct 2003 07:41:55 -0700 (PDT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F51743F3F for ; Mon, 20 Oct 2003 07:41:54 -0700 (PDT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 80) id 7662120F; Mon, 20 Oct 2003 10:47:56 -0400 (EDT) Received: from 141.156.69.109 ([141.156.69.109]) by www.sweetdreamsracing.biz (Horde) with HTTP for ; Mon, 20 Oct 2003 10:47:56 -0400 Message-ID: <1066661276.2ai2gfhl2000@www.sweetdreamsracing.biz> Date: Mon, 20 Oct 2003 10:47:56 -0400 From: Kenneth Culver To: "C. Kukulies" References: <200310201051.h9KApUa6006302@www.kukulies.org> In-Reply-To: <200310201051.h9KApUa6006302@www.kukulies.org> MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs cc: freebsd-mobile@freebsd.org Subject: Re: nvidia.ko X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2003 14:41:55 -0000 Quoting "C. Kukulies" : > What is the recommended way to use the nvidia driver under FreeBSD-current? > WITH_FREEBSD_AGP or not? (Dell Inspiron 8000 w/ Geforce2 Go) > > I have agb_load="YES" > nvidia_load="YES" > > in /boot/loader.conf > > At present I get a cold boot when I startx. Screen becomes dark and after > a couple of seconds I get the DELL Logo, rebooting. > > I want to use OpenGL so using the XFree86 driver (nv) is not an alternative. > > -- In my experience the nvidia agp driver is faster, but also crashes more. If all you did was the above, you are still using the nvidia driver. You have to recompile the nvidia driver with the WITH_FREEBSD_AGP to use the agp driver that comes with FreeBSD. When I used the FreeBSD AGP driver, I had no stability problems. Ken