Hi Masataka,

> Sorry for lack of information, what all I'd like to do is:
> - Scripting in [C] (on Cygwin or telnet over Command Prompt etc.
> welcome), which includes login procedure to [S] by 'ssh -l (loginname)
> (hostname)'
> - pymol GUI open in [S]'s window (not in [C])

that was not clear before, I assumed the GUI should be opened on [C]. 
Then you do not need X-forwarding. Instead, on [S] there must be a 
running X from the same user and you need to know the DISPLAY variable 
there!

ssh -l loginname hostname
export DISPLAY=:0.0   # just as example!
pymol -qip  # this will listen for commands on the command line

Also check:
http://pymolwiki.org/index.php/Command_Line_Options
http://pymolwiki.org/index.php/Launching_From_a_Script

And yet to mention: Troels is right, it's not really a PyMOL issue. Try 
launching a simple program (like xclock) and if you are successful, then 
try the same with PyMOL.

Cheers,
   Thomas

-- 
Thomas Holder
MPI for Developmental Biology

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net)
Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users
Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net

Reply via email to