From owner-freebsd-questions@FreeBSD.ORG Sun Jun 8 18:08:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A365237B401 for ; Sun, 8 Jun 2003 18:08:18 -0700 (PDT) Received: from smtp1.ndsu.NoDak.edu (smtp1.ndsu.NoDak.edu [134.129.111.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEB3D43FBF for ; Sun, 8 Jun 2003 18:08:17 -0700 (PDT) (envelope-from Jeff.Blaufuss@ndsu.nodak.edu) Received: from ndsu.nodak.edu (cdsl35.farg.uswest.net [209.181.217.35]) (authenticated) by smtp1.ndsu.NoDak.edu (8.11.7/8.11.6) with ESMTP id h5918Fk03026 for ; Sun, 8 Jun 2003 20:08:16 -0500 Message-ID: <3EE3DDF5.2070203@ndsu.nodak.edu> Date: Sun, 08 Jun 2003 20:08:05 -0500 From: Jeff Blaufuss User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030608 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: loading the official nvidia driver at startup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2003 01:08:19 -0000 I recently installed the official nvidia driver (version 1.0.3203) from the ports collection my FreeBSD 4.8-RELEASE machine. Is there a way to load the nvidia.ko module at startup? I've tried putting nvidia_load="YES" in my /boot/loader.conf file, which was suggested in a message I found in the archives of freebsd-questions, but it didn't work for me. The module doesn't get loaded, and I still have to run "kldload nvidia" to get things to work.