Actions
Bug #2219
openpyace.py dependency on xvfb
Status:
New
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
01/24/2013
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 2.1.0
Show in known bugs:
No
Workaround:
Description
Looks like pyace.py is the only one that needs xvfb now that Chimera can do without. The hold up is imshow function used in ace. I tried setting environment variable MLABRAW_CMD_STR "matlab -nodesktop -nosplash -nodisplay" with no effect. Unless one of you have already found the solution, we may want to investigate a "no display" version of ace one day.
Updated by Anchi Cheng almost 12 years ago
r17352 avoid reset xvfb virtual frame buffer if it is not used, just a clean up that I noticed.
Updated by Neil Voss almost 12 years ago
IIRC Scott worked on this while he was still at AMI. Matlab cannot create the final PNG images without having some sort of display. Xvfb was used, so we could run it on a cluster.
Actions