From owner-freebsd-current@FreeBSD.ORG Tue Dec 4 05:24:27 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FBC516A420 for ; Tue, 4 Dec 2007 05:24:27 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from ape.monkeybrains.net (ape.monkeybrains.NET [208.69.40.11]) by mx1.freebsd.org (Postfix) with ESMTP id 3699B13C459 for ; Tue, 4 Dec 2007 05:24:27 +0000 (UTC) (envelope-from crapsh@monkeybrains.net) Received: from monchichi.monkeybrains.net (adsl-75-36-249-166.dsl.pltn13.sbcglobal.net [75.36.249.166]) (authenticated bits=0) by ape.monkeybrains.net (8.14.1/8.14.1) with ESMTP id lB45OQC2072861 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 3 Dec 2007 21:24:26 -0800 (PST) (envelope-from crapsh@monkeybrains.net) Message-ID: <4754E4AC.7020503@monkeybrains.net> Date: Mon, 03 Dec 2007 21:25:00 -0800 From: Rudy User-Agent: Thunderbird 2.0.0.9 (X11/20071122) MIME-Version: 1.0 To: "Daniel O'Connor" References: <4754C0D4.8040401@monkeybrains.net> <200712041534.51749.doconnor@gsoft.com.au> In-Reply-To: <200712041534.51749.doconnor@gsoft.com.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on pita.monkeybrains.net X-Virus-Status: Clean Cc: freebsd-current@freebsd.org Subject: Re: nvidia-driver-100.14.19 port doesn't detect device in 7.0-BETA4 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 04 Dec 2007 05:24:27 -0000 >> Anyone have a way to get nvida working on 7.0-BETA4 ? > > Something else has probably attached to your video card so nvidia > doesn't get a chance. > > Try putting nvidia_load="YES" in /boot/loader.conf and reboot. THANK YOU! That did it. I had cvsup'd, rebuilt the kernel, and the machine would lock up with nvidia_load in the loader.conf -- since it was compiled under an older 7.0 current... So, I rebooted edited out the nvdia_load from the loader.conf, booted, then rebuild the nvidia driver from the ports, and could not load it. Your instructions fixed it. Rudy