From owner-freebsd-mobile@FreeBSD.ORG Mon Oct 20 09:15:23 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 D1E1516A4B3 for ; Mon, 20 Oct 2003 09:15:23 -0700 (PDT) Received: from ack.Berkeley.EDU (ack.Berkeley.EDU [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1F4B43FBF for ; Mon, 20 Oct 2003 09:15:22 -0700 (PDT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id h9KGFET29688; Mon, 20 Oct 2003 09:15:14 -0700 (PDT) Date: Mon, 20 Oct 2003 09:15:14 -0700 From: Mike Hunter To: "C. Kukulies" Message-ID: <20031020161514.GA29350@ack.Berkeley.EDU> References: <200310201051.h9KApUa6006302@www.kukulies.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310201051.h9KApUa6006302@www.kukulies.org> User-Agent: Mutt/1.4.1i 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 16:15:23 -0000 On Oct 20, "C. Kukulies" wrote: > 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. On my Dell D800 it was necessary to add machdep.disable_mtrrs="1" to my loader.conf file. I was getting the same reboots you were getting. I'm using the nvidia agp as opposed to the freebsd, but I may think about switching if the other configuration is more stable. Mike