Date: Sat, 09 Nov 2002 15:41:14 -0600 From: Stephen Montgomery-Smith <stephen@math.missouri.edu> To: Stephen Montgomery-Smith <stephen@math.missouri.edu> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: NVidia Drivers and vis5d Message-ID: <3DCD80FA.7080104@math.missouri.edu> In-Reply-To: <3DCD7CC4.60503@math.missouri.edu> References: <3DCD7CC4.60503@math.missouri.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DCD80FA.7080104>