From owner-freebsd-stable Sat Nov 9 13:41:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95A7A37B401 for ; Sat, 9 Nov 2002 13:41:15 -0800 (PST) Received: from sccmmhc02.mchsi.com (sccmmhc02.mchsi.com [204.127.203.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12ECC43E4A for ; Sat, 9 Nov 2002 13:41:15 -0800 (PST) (envelope-from stephen@math.missouri.edu) Received: from math.missouri.edu ([12.216.242.20]) by sccmmhc02.mchsi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20021109214114.WGRQ12331.sccmmhc02.mchsi.com@math.missouri.edu>; Sat, 9 Nov 2002 21:41:14 +0000 Message-ID: <3DCD80FA.7080104@math.missouri.edu> Date: Sat, 09 Nov 2002 15:41:14 -0600 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.2b) Gecko/20021016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stephen Montgomery-Smith Cc: freebsd-stable@FreeBSD.ORG Subject: Re: NVidia Drivers and vis5d References: <3DCD7CC4.60503@math.missouri.edu> In-Reply-To: <3DCD7CC4.60503@math.missouri.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Stephen Montgomery-Smith wrote: > The new NVidia drivers are working really well for me. xlock and other > OpenGL programs are doing great. > > However vis5d (from science/vis5d) is not working. It quickly puts up a > window, and then seg faults: > > > vis5d data.v5d > Using default visual with depth 16 > Using default visual with depth 16 > adding dtx to ctx 0 0 0x8c13000 > Cache size: 40 grids 6 12 > Hint... To run Vis5D more efficiently try setting data.v5d to '-mbs 58' > Segmentation fault (core dumped) > > Well I found an answer to my question minutes after posting the question. This change to science/vis5d+ seems to make it work: diff Makefile-orig Makefile 33c33 < CONFIGURE_ARGS= --enable-gtk --enable-threads --with-mesa --with-netcdf \ --- > CONFIGURE_ARGS= --enable-gtk --disable-threads --with-mesa --with-netcdf \ The performance of vis5d is GREATLY enhanced. -- Stephen Montgomery-Smith stephen@math.missouri.edu http://www.math.missouri.edu/~stephen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message