[MINC-users] x86 system optimization

John Sled John.Sled@swchsc.on.ca
Wed, 4 Sep 2002 20:22:09 -0400


Jon,

While as Jason pointed out the implementation of Display doesn't take
full advantage of modern graphics hardware, the performance of the
program should be quite respectable on the PC you describe,
particularly if you have a version that is linked against the GL
library specific to the graphic system on your linux distribution.
Unless by chance Rick's system closely matches your own, I think it
would be worthwhile to rebuild Display so that it links against
libGL.so and libGLU.so for your system.

John

Hospital for Sick Children
Mouse Imaging Centre
555 University Ave.
Toronto, Ontario
M5G 1X8
Canada

Phone: 416 813-7654 x1438
Fax: 416 813-2208



On Wed, Sep 04, 2002 at 07:19:40AM -0700, Jon Erik Ween, MD wrote:
> On Wed, 2002-09-04 at 06:04, Jason Lerch wrote:
> 
> Jason
> 
> Thanks for your reply. This is my output of "ldd Display". I don't see
> any link to a GL library, though I'm not sure what all these mean. The
> version of Display/register I use was compiled by Rick Hoge at MGH.
> Maybe his binaries are ideosyncratic?
> 
> 
>         /lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x40014000)
>         libm.so.6 => /lib/i686/libm.so.6 (0x40031000)
>         libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40053000)
>         libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40128000)
>         libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40135000)
>         libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40181000)
>         libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
>         libdl.so.2 => /lib/libdl.so.2 (0x40197000)
>         libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4019a000)
>         libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x401a2000)
>         /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> 
> Jon
>