Re: [PyMOL] pymol without GL

2002-07-18 Thread Ezequiel H Panepucci
Oops! I forgot to mention that this is related to the GeForce4 Ti 4400 that we have in our lab. So I am guessing it also applies to the Ti4600. On the other hand, the Quadro4 700 XGL works fine, except for the annoying stereo-good mono-bad performance glitch. Zac DeLano, Warren wrote: Zac,

RE: [PyMOL] pymol without GL

2002-07-17 Thread DeLano, Warren
Not right now... In order to build PyMOL without linking to real GL libraries, you'd either need a fake copy of the GL API, or "#define" out all of the gl calls in PyMOL (many hours of work). Sorry! Warren -- mailto:war...@sunesis.com Warren L. DeLano, Ph.D. Informatics Manager Sunesis Pharmac

Re: [PyMOL] pymol without GL

2002-07-16 Thread Ezequiel H Panepucci
Nathaniel Echols wrote: By the way, has anyone else experimented with hardware antialiasing on NVidia cards under Linux? I've had mixed results so far, and I'm not sure what I'm doing wrong (this is with a GeForce 4 Ti 4600). the nvidia driver (as far as 28.90) does not allow for simultan

Re: [PyMOL] pymol without GL

2002-07-16 Thread Nathaniel Echols
> pymol.com -c scriptname > But you have to get your view first somehow. I can't do this until I compile it; if I try running a pre-existing build I get errors because one of the GL libraries isn't found. I've ended up just installing GL on my system, but the crack technical wizards at SuSE have

Re: [PyMOL] pymol without GL

2002-07-16 Thread Jason Maynes
Hello: pymol.com -c scriptname But you have to get your view first somehow. Cheers, JTM * Jason Thomas Maynes MD/PhD Program Faculty of Medicine University of Alberta ja...@biochem.ualberta.ca * On Tue, 16 Jul 2002, Nathaniel Echols wrote: >