<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><html>On Mar 28, 2008, at 2:50 PM, Ryan Pavlovicz wrote:</html><br class="Apple-interchange-newline"><blockquote type="cite">Hi Eric, <br><br>I saw your response on the Chimera user group to a question about saving images in nogui mode.<br>You mentioned:<br><pre>><i> With POVray in the latest snapshot, you can now use the "raytrace" <br>
</i>><i> keyword of the copy command to get a ray-traced image in nogui mode.<br></i>><i>  <br></i>><i> --Eric<br></i>><i>   <br></i></pre>Could you explain how to implement this?  I could not figure it out.  Thanks,<br> <br>ryan</blockquote><br></div><div>Well you probably had trouble because, unbeknownst to me, what I wrote wasn't actually true.  Currently, the geometry generation code of Chimera is intimately tied up with the OpenGL code, so Chimera still needs an OpenGL context even in nogui mode in order to generate the geometry to send to POVray.  Rather than engage in an extensive rewrite of the Chimera internals, what we are doing for now is making builds that include the OS (off screen) Mesa libraries.  We are making such builds for 32 and 64 bit Linux platforms, but only the 64-bit version is building right now.  We expect to get the 32-bit version working as time allows in the next few weeks.  You can get the 64-bit version by following the "Daily Builds" link off the Chimera home page.</div><div><br></div><div>We aren't planning to make OS Mesa builds for the other platforms, but if there were enough demand we could change our minds.</div><div><br></div><div>I've attached an image generated by the following set of commands:</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-tab-span" style="white-space:pre">        </span>windowsize 640 480</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-tab-span" style="white-space:pre">      </span>open 3fx2</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-tab-span" style="white-space:pre">       </span>preset apply int 3</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-tab-span" style="white-space:pre">      </span>turn y 180</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-tab-span" style="white-space:pre">      </span>focus ligand</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-tab-span" style="white-space:pre">    </span>copy file 3fx2 png raytrace</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><br></div><div><br></div></div></body></html>