From owner-freebsd-questions@FreeBSD.ORG Sun Sep 18 06:07:54 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2052B16A41F for ; Sun, 18 Sep 2005 06:07:54 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA0B243D46 for ; Sun, 18 Sep 2005 06:07:53 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by xproxy.gmail.com with SMTP id i31so9827wxd for ; Sat, 17 Sep 2005 23:07:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=lr7KW+AUqAA+mhQv05ulIrwQNwjc6ItmvJizDEIKtGx5jcpjVvBYGjN85JtFWbg9N4wpNkeRttPL47nz1rPUYr087iCuvjixsoK1epzaCCGdKnO0c4/a0vFVPOjqFri8pgh2ZkUGadCCHCkFX4FpoXl6lZc5aPmd1/8fWlogA7I= Received: by 10.70.76.5 with SMTP id y5mr827627wxa; Sat, 17 Sep 2005 23:07:52 -0700 (PDT) Received: by 10.70.67.15 with HTTP; Sat, 17 Sep 2005 23:07:52 -0700 (PDT) Message-ID: <54db439905091723073532d6f2@mail.gmail.com> Date: Sun, 18 Sep 2005 02:07:52 -0400 From: Bob Johnson To: rsh.lists@comcast.net In-Reply-To: <432A0CA4.5030906@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <432A0CA4.5030906@comcast.net> Cc: bobo1009@mailtest1.eng.ufl.edu, freebsd-questions@freebsd.org Subject: Re: nvidia drivers X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsdlists@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2005 06:07:54 -0000 On 9/15/05, Sean wrote: > I am using a test system and have been try to get the nvidia drivers=20 > working. >=20 > I am running freebsd 5.3 release, nvidia ultra 6800 256mb, and tried=20 > installing the drivers using the port. >=20 I have installed the nvidia driver a few times and it has worked, but I've gone to the nvidia website and followed their directions, rather than using the port. > Went through all the info I can find and tried various things and no luck= . Have you read nvidia's README at http://www.nvidia.com/object/freebsd_1.0-7676.html ? In the default version distributed by nVidia, you have to disable FreeBSD's AGP support or the nvidia driver will refuse to load. I don't know if the port builds it with that configuration or not. - Bob