From owner-freebsd-current@FreeBSD.ORG Sun Oct 5 12:26:15 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAF6116A4B3 for ; Sun, 5 Oct 2003 12:26:15 -0700 (PDT) Received: from ack.Berkeley.EDU (ack.Berkeley.EDU [128.32.206.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CED643FCB for ; Sun, 5 Oct 2003 12:26:15 -0700 (PDT) (envelope-from mhunter@ack.Berkeley.EDU) Received: (from mhunter@localhost) by ack.Berkeley.EDU (8.11.3/8.11.3) id h95JQ0K20881; Sun, 5 Oct 2003 12:26:00 -0700 (PDT) Date: Sun, 5 Oct 2003 12:26:00 -0700 From: Mike Hunter To: "Daniel O'Connor" Message-ID: <20031005192600.GA19932@ack.Berkeley.EDU> References: <1065051659.1040.1.camel@localhost> <200310021402.57452.doconnor@gsoft.com.au> <20031003070437.GA27493@ack.Berkeley.EDU> <200310032031.17822.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200310032031.17822.doconnor@gsoft.com.au> User-Agent: Mutt/1.4.1i cc: Justin Smith cc: freebsd-current@freebsd.org Subject: Re: Nvidia driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Oct 2003 19:26:15 -0000 On Oct 03, "Daniel O'Connor" wrote: > On Friday 03 October 2003 16:34, Mike Hunter wrote: > > How do you turn those down? /boot/loader.conf? I tried saying > > "hw.nvidia.card.rates="2x 1x" but that didn't seem to do anything (I have > > a feeling that putting that in /boot/loader.conf makes no sense...please > > consider this a desperate cry for help.) > > Hmm, I am trying to remember :) > Ahh! > Here is a fragment of my loader.conf.. > nvidia_load="YES" > machdep.disable_mtrrs="1" > hw.nvidia.registry.ReqAGPRate="1" Woot! This fixed it. Thank you! This also has allowed me to drive an external monitor properly. Thanks again, Mike