Re: [PyMOL] how to activate pymol from remote server

2011-10-15 Thread Thomas Holder
Hi Masataka, do you have a X server running on Windows? It works for me with Cygwin with installed X and GL libraries (but it's not very convenient because quite slow). ssh -Y linuxserver pymol If pymol is set up on that linux server correct and runs there by just typing "pymol", it should as

Re: [PyMOL] Ray Trace Mode 1 and Labels

2011-10-15 Thread Thomas Holder
Hi Jack, you could render the labels to a separate image and assemble both images using Photoshop, Gimp, etc. set ray_trace_mode, 1 hide labels png image1.png, ray=1 set ray_trace_mode, 0 as labels set label_font_id, 7 set label_size, 20 set label_color, black set label_outline_color, white png