[PyMOL] [PyMol] - no depth rendered/general rendering errors

2012-04-11 Thread br_710
I recently compiled and installed PyMol on Arch Linux (see https://aur.archlinux.org/packages.php?ID=47323). When I look at something I pulled from the pdb, it appears somewhat transparent. For example, in the screenshot linked below, the heme and the molecule behind it are somewhat transpare

Re: [PyMOL] [PyMol] - no depth rendered/general rendering errors

2012-04-11 Thread Jason Vertrees
Howdy, This is an NVidia-specific bug. Just type this into PyMOL: set cylinder_shader_ff_workaround,1 Feel free to add that to your ~/.pymolrc. Cheers, -- Jason On Wed, Apr 11, 2012 at 5:16 PM, wrote: > I recently compiled and installed PyMol on Arch Linux > (see https://aur.archlinux.org

Re: [PyMOL] [PyMol] - no depth rendered/general rendering errors

2012-04-11 Thread br_710
> - Original Message - > From: Jason Vertrees > > This is an NVidia-specific bug. Just type this into PyMOL: > > set cylinder_shader_ff_workaround,1 > > Feel free to add that to your ~/.pymolrc. Your suggestion worked perfectly. Thank you it and for the quick reply! ---