From owner-freebsd-questions@FreeBSD.ORG Tue Dec 22 17:50:44 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 996421065695 for ; Tue, 22 Dec 2009 17:50:44 +0000 (UTC) (envelope-from macerl@telkomsa.net) Received: from rrba-ip-smtp-1-4.saix.net (rrba-ip-smtp-1-4.saix.net [196.25.240.238]) by mx1.freebsd.org (Postfix) with ESMTP id 342718FC13 for ; Tue, 22 Dec 2009 17:50:43 +0000 (UTC) Received: from toutatis.localnet (dsl-242-93-13.telkomadsl.co.za [41.242.93.13]) by rrba-ip-smtp-1-4.saix.net (Postfix) with ESMTP id 63A052D80; Tue, 22 Dec 2009 19:50:42 +0200 (SAST) From: Richard Mace To: Roland Smith Date: Tue, 22 Dec 2009 19:50:19 +0200 User-Agent: KMail/1.12.4 (FreeBSD/8.0-RELEASE; KDE/4.3.4; i386; ; ) References: <200912221736.20023.macerl@telkomsa.net> <200912221906.47622.macerl@telkomsa.net> <20091222173131.GA1645@slackbox.xs4all.nl> In-Reply-To: <20091222173131.GA1645@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200912221950.19322.macerl@telkomsa.net> Cc: freebsd-questions@freebsd.org Subject: Re: Help building/running SDL/OpenGL code 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: Tue, 22 Dec 2009 17:50:44 -0000 On Tuesday 22 December 2009 19:31:31 you wrote: > > What version of the nvidia driver are you using? > The one in /usr/ports/x11/nvidia-driver-173. I have to use this for the aging FX 5200. > Have a look at the x11-drivers/xf86-video-nouveau port. Maybe that works > for you? > > (BTW, problems like these are why I avoid proprietary drivers like the > plague) I'm rendering a whole bunch of molecules (spheres), moving a camera and at the same time doing quite a bit of CPU intensive numerical integration of a whole slew of coupled ordinary differential equations -- I need the speed of the GPU (read proprietary driver) to relieve the CPU and avoid a slide show. (This works very nicely with dual core CPUs: I use one thread for the rendering and another for the numerics.) I'll keep digging (and getting educated, I guess). Incidentally, in Debian GNU/Linux they have a system of clever "diverts" which avoid these kinds of library clashes. Thanks -Richard