Re: [PyMOL] Pymol on MacMini: performances

2005-06-15 Thread Luca Fenu
Thanks Sabuj, I thought so, but couldn't be sure, as a lot depends on the quality of the drivers... w/o Direct Rendering (ATI drivers sucks!), my ath64 laptop with R9700 only manages to give me some 4 fps... that makes it all but unusable. so i was afraid to find myself in an even worst

RE: [PyMOL] Pymol on MacMini: performances

2005-06-15 Thread Einat Sitbon
Hi Luca, I'm using MacPymol on an old blue and white G3, and it works fine. Einat To reply, please change the mmm in the reply-to address to hotmail _ Express yourself instantly with MSN Messenger! Download today it's FREE!

RE: [PyMOL] Pymol on MacMini: performances

2005-06-15 Thread Warren DeLano
Luca, We bought a Mini here in the office to use as an inexpensive, secure, stable, hassle-free CVS server. I hadn't tried running PyMOL on it until today... In a very small set of tests with surfaces, a $600 1.42 Ghz G4 Mini (ATI) has about 25% of the OpenGL performace and 60% of the

RE: [PyMOL] Pymol/ABPS

2005-06-15 Thread Warren DeLano
Dyda, By default, PyMOL uses charges and radii from the Amber99 forcefield, as per APBS. The PDB2PQR tool included with APBS enables you to use other charge/radius sets, such as CHARMM. Chain IDs need to be removed for PQR...though future versions of PyMOL do this automatically. Cheers,

RE: [PyMOL] Preset Views

2005-06-15 Thread Warren DeLano
Laura, Presents are simply miniature Python programs bound to menu items. To create your own while avoiding changes to menu.py which is overwritten during upgrades, you can wrap and replace the 'presets' function in the menu module at runtime. # file: add_preset.py # run add_preset.py to load

Re: [PyMOL] Pymol on MacMini: performances

2005-06-15 Thread Konrad . Hinsen
On Jun 15, 2005, at 9:13, Luca Fenu wrote: I thought so, but couldn't be sure, as a lot depends on the quality of the drivers... w/o Direct Rendering (ATI drivers sucks!), my ath64 laptop with R9700 only manages to give me some 4 fps... that makes it all but unusable. so i was afraid to find

[PyMOL] typos in the documentations

2005-06-15 Thread Sahak Petrosyan
There are two typos in the documentation page: http://pymol.sourceforge.net/newman/user/S0300movies.html#11_4 ... file_list = glob(mov*.pdb): for file in file_list ... should be: ... file_list = glob(mov*.pdb) for file in file_list: ... -Sahak