From owner-freebsd-questions@FreeBSD.ORG Mon Jun 8 18:45:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC8BF106564A for ; Mon, 8 Jun 2009 18:45:53 +0000 (UTC) (envelope-from lordofhyphens@gmail.com) Received: from mail-pz0-f195.google.com (mail-pz0-f195.google.com [209.85.222.195]) by mx1.freebsd.org (Postfix) with ESMTP id BC08C8FC0A for ; Mon, 8 Jun 2009 18:45:53 +0000 (UTC) (envelope-from lordofhyphens@gmail.com) Received: by pzk33 with SMTP id 33so20975pzk.3 for ; Mon, 08 Jun 2009 11:45:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=9223fyVH5sUUQFXSOOpU6VejZ3XAbKPTYfQypr1cTaA=; b=vY7K9mJV9vd/BzJ8oWC3FNQRWm8Vlw56vlVn6oYYw/4d3SRXSwmKr6HYXVJO156zEb WxbmQlrxeBNRnFtSPzBRFNPXBak19HfErUsJvzNTuiA2ILSRexOphZNqcl7un9PGgFK/ gA7ILhS8rpiVMVkSXkEWxEgeXUpKLIA+8PJ3Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=JTofG7bO4EtEBGAnNlG4vkRR9QLQlJuIU54FmHiWKunvj1brXc4a1bBMPUFw/aCGQ4 ccfCC7hsITQk0hbu4aYZ1vSO3BGC2NLR5UfBOVf0cyAGkkCmlh/yVpemLcH2cZxBqe2x M17XXqC+z6Ff4oJFhj8fM4NuJns1EtfZHbh5M= Received: by 10.114.180.18 with SMTP id c18mr10797928waf.5.1244486753306; Mon, 08 Jun 2009 11:45:53 -0700 (PDT) Received: from ?131.230.191.52? (ee122.engr.siu.edu [131.230.191.52]) by mx.google.com with ESMTPS id l30sm6265539waf.0.2009.06.08.11.45.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Jun 2009 11:45:52 -0700 (PDT) Message-ID: <4A2D5C52.5020803@gmail.com> Date: Mon, 08 Jun 2009 13:45:38 -0500 From: LoH User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: nightrecon@verizon.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Which nVidea driver to install X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Jun 2009 18:45:54 -0000 Michael Powell wrote: > Section "Device" > # Driver "nv" > Driver "nvidia" > > Just change "nv" to "nvidia", and perhaps in Section "Module" > Load "glx" if you need to. > > > Also notice what RW said; I am behind the times wrt to how things have > changed. > > -Mike What I have found to work is to make the nvidia-driver port, but not install it (to get the dependencies). Then I would download the recent driver from nVidia's website (as of this email, 185.18.14), untar it and install that instead. If nvidia-xconfig doesn't work immediately, you can install it from ports w/o a problem (or do the configuration by hand). It's a little involved, but it gets the job done. nVidia's README for FreeBSD drivers: http://us.download.nvidia.com/freebsd/185.18.14/README/index.html -Joseph