From: MengJuei Hsieh (mengjueh_at_uci.edu)
Date: Wed Jul 03 2002 - 17:22:36 CDT

on 7/3/02 12:47 PM, John Stone at johns_at_ks.uiuc.edu wrote:
> The bundle version of VMD 1.8 alpha 16 can be downloaded from:
> ftp://ftp.ks.uiuc.edu/pub/mdscope/vmd/alpha/VMD-1.8a16.dmg.gz
> Let us know if you have any difficulty using the bundle version, or
> if you have any suggestions.

That's great! It runs well on my Ti-Book 400.
If you really want to avoid the setenv DISPLAY problem, you can add one line
in /Application/VMD/Contents/Recources/vmd.sh

case *Darwin*:
  if ($?TMPDIR == "0" ) then
    setenv TMPDIR /tmp
  endif
  set ARCH=MACOSX
  set VMD_WINTERM=xterm
  set VMD_WINOPTS='-sb -sl 1000 -e'
  unsetenv DISPLAY <----- add this line :-)
breaksw

Thanks! You guys did a great job!

--
Mengjuei