From owner-freebsd-x11@FreeBSD.ORG Fri May 4 11:54:41 2007 Return-Path: X-Original-To: freebsd-x11@freebsd.org Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF43B16A402 for ; Fri, 4 May 2007 11:54:41 +0000 (UTC) (envelope-from hg@queue.to) Received: from pickle.queue.to (pickle.queue.to [71.180.69.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7D06013C459 for ; Fri, 4 May 2007 11:54:41 +0000 (UTC) (envelope-from hg@queue.to) Received: (qmail 50228 invoked from network); 4 May 2007 07:54:40 -0400 Received: from cally.queue.to (172.16.0.6) by pickle.queue.to with ESMTP; 4 May 2007 07:54:40 -0400 Message-ID: <463B1F00.60301@queue.to> Date: Fri, 04 May 2007 07:54:40 -0400 From: Howard Goldstein User-Agent: Thunderbird 2.0.0.0 (X11/20070429) MIME-Version: 1.0 To: flz@FreeBSD.org References: <7b0c7ad70705021516y66f553edh341310c895eacac6@mail.gmail.com> <200705021828.38477.fbsd-ml@scrapper.ca> <4639E8F4.3020302@queue.to> <463AF58D.9090900@FreeBSD.org> In-Reply-To: <463AF58D.9090900@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-x11@freebsd.org Subject: Re: Nvidia how too? X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 May 2007 11:54:42 -0000 Florent Thoumie wrote: > Howard Goldstein wrote: >> Norbert Papke wrote: >>> If you are using the port, I would also suggest that you add >>> WITH_NVIDIA_GL=yes >>> >>> to your /etc/make.conf. As I understand it, it ensures that other >>> ports have the "right" dependencies. >> Is this documented anywhere beyond the note in bsd.ports.mk? (if not, >> should it be?) > > Yes it will be in UPDATING and/or CHANGES. > Cool - thank you. Norbert Papke's mention was the first I'd heard of it and man, it fixes all of the GLX dependency weirdings and was wonderful to have.