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
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
> - 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!
---