IDL without X11? [message #69602] |
Fri, 05 February 2010 08:37 |
natha
Messages: 482 Registered: October 2007
|
Senior Member |
|
|
Hi guys,
I'm trying to run a program as a script in a remote machine. The
problem I've is related to X11.
Actually, my program doesn't display anything (widgets, etc) but there
are some definitions that I can't delete.
For example: a=WIDGET_BASE()
If I try to run this command on a session without X, IDL returns me
the following error:
X11 connection rejected because of wrong authentication.
X connection to localhost:10.0 broken (explicit kill or server
shutdown).
So my question is if there is a way to run IDL without X ?
Or, if you are good using Linux, how can I activate the X before the
command
idl -rt=program_script.sav -args A B C
and how can i deactivate after ?
|
|
|