X Windows display [message #90606] |
Fri, 13 March 2015 10:18  |
d.poreh
Messages: 406 Registered: October 2007
|
Senior Member |
|
|
Folks,
Hi,
I am trying to plot form a ssh and i could not get the graph like this:
IDL> plot, indgen(100)
% PLOT: Unable to connect to X Windows display: :0.0
% PLOT: Unable to open X Windows display.
Is your DISPLAY environment variable set correctly?
% Execution halted at: $MAIN$
IDL> plot, findgen(100)
% PLOT: Unable to connect to X Windows display: :0.0
% PLOT: Unable to open X Windows display.
Is your DISPLAY environment variable set correctly?
% Execution halted at: $MAIN$
IDL>
for sure i have X Windows display...
Can some please help?
Thanks
Cheers,
Dave
P.S. i am with ubuntu 12.4
|
|
|
Re: X Windows display [message #90607 is a reply to message #90606] |
Fri, 13 March 2015 10:27   |
Lajos Foldy
Messages: 176 Registered: December 2011
|
Senior Member |
|
|
On Friday, March 13, 2015 at 6:18:32 PM UTC+1, dave poreh wrote:
> Folks,
> Hi,
> I am trying to plot form a ssh and i could not get the graph like this:
>
>
> IDL> plot, indgen(100)
> % PLOT: Unable to connect to X Windows display: :0.0
> % PLOT: Unable to open X Windows display.
> Is your DISPLAY environment variable set correctly?
> % Execution halted at: $MAIN$
> IDL> plot, findgen(100)
> % PLOT: Unable to connect to X Windows display: :0.0
> % PLOT: Unable to open X Windows display.
> Is your DISPLAY environment variable set correctly?
> % Execution halted at: $MAIN$
> IDL>
>
>
> for sure i have X Windows display...
> Can some please help?
> Thanks
> Cheers,
> Dave
> P.S. i am with ubuntu 12.4
Try ssh -X or ssh -Y (and man ssh :-)
regards,
Lajos
|
|
|
Re: X Windows display [message #90608 is a reply to message #90607] |
Fri, 13 March 2015 13:03  |
d.poreh
Messages: 406 Registered: October 2007
|
Senior Member |
|
|
On Friday, March 13, 2015 at 8:58:01 PM UTC+3:30, fawltyl...@gmail.com wrote:
> On Friday, March 13, 2015 at 6:18:32 PM UTC+1, dave poreh wrote:
>> Folks,
>> Hi,
>> I am trying to plot form a ssh and i could not get the graph like this:
>>
>>
>> IDL> plot, indgen(100)
>> % PLOT: Unable to connect to X Windows display: :0.0
>> % PLOT: Unable to open X Windows display.
>> Is your DISPLAY environment variable set correctly?
>> % Execution halted at: $MAIN$
>> IDL> plot, findgen(100)
>> % PLOT: Unable to connect to X Windows display: :0.0
>> % PLOT: Unable to open X Windows display.
>> Is your DISPLAY environment variable set correctly?
>> % Execution halted at: $MAIN$
>> IDL>
>>
>>
>> for sure i have X Windows display...
>> Can some please help?
>> Thanks
>> Cheers,
>> Dave
>> P.S. i am with ubuntu 12.4
>
> Try ssh -X or ssh -Y (and man ssh :-)
>
> regards,
> Lajos
Thanks. ssh -Y is the trick :)
Cheers,
Dave
|
|
|