我用的是opensuse系统,也是一闪就没,但是运行yum install compat-libstdc++-33说没有这个命令,运行vmd -dispdev tex那个出现COmmand not found....
具体如下:
miaosun@202:~/Desktop> yum install compat-libstdc++-33
bash: yum: command not found
miaosun@202:~> vmd -dispdev text
/usr/local/lib/vmd/vmd_LINUX: Command not found......
下面是官方的说法:
# f you have problems running VMD (i.e. console window briefly pops up and then immediately disappears again) it is usually caused by one of two problems, either a graphics driver problem, or a C++ library problem. The easy way to determine which is the cause, is to run VMD in text mode with the command: vmd -dispdev text If VMD fails to run in text mode, this usually indicates a C++ (or other) dynamic link library problem, which is typically solved as described in this list below by installing missing libraries.
# If VMD runs in text mode, but fails to start in graphics mode, the next thing to do is to run the Linux command glxinfo, which will access OpenGL and report on the installed hardware, software, and all supported video modes and extensions. If there are fundamental problems with the OpenGL installation the glxinfo output may contain errors or warnings. Generally speaking, if glxinfo reports serious problems, then there's no way VMD or other graphics programs can run correctly until they are solved. In a few rare cases, users may encounter bugs in their OpenGL drivers which only manifest themselves when VMD is actually being used, causing crashes or garbled output. This kind of problem can be debugged by running VMD with the command: vmd -debug This will start a debugging session on VMD. When the debugger is ready and presents a prompt, simply type the command: run At this point, you can run VMD as usual until the crashing or other problems occur again. If the program terminates unexpectedly, type this command in the debugger, and email the output to the VMD development team for analysis: where This will tell the VMD developers what VMD was doing when the crash occured, and can be very helpful in localizing bugs in graphics drivers and related software, and even in VMD itself.
谁能帮忙解释下,谢谢
[ 本帖最后由 sunmuer 于 2008-9-10 11:10 编辑 ]