comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Running IDL remotely - problems with xwindows
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: Running IDL remotely - problems with xwindows [message #64489] Fri, 02 January 2009 19:17 Go to next message
Craig Markwardt is currently offline  Craig Markwardt
Messages: 1869
Registered: November 1996
Senior Member
On Jan 2, 4:18 pm, Reimar Bauer <R.Ba...@fz-juelich.de> wrote:
>
> Hi Anne
>
> tryhttp://freenx.berlios.de(FreeNX) and nxclient fromhttp://www.nomachin.com.
> The clients are for several OS's.
>
> I like the speed and the reconnect option. That means you can shutdown
> your client computer without stopping the processes on the server. You
> can reconnect later and look at the results.

I can confirm that FreeNX works really well for speeding up Xwindows
connections, especially interactive ones. Alas, our sys-admins no
long allow it. Also alas, it's another software installation that you
have to do.

Craig
Re: Running IDL remotely - problems with xwindows [message #64495 is a reply to message #64489] Fri, 02 January 2009 13:18 Go to previous messageGo to next message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
anne schrieb:
> I've installed IDL 7.0 on a PC server running 64bit Fedora. This
> computer has more processing power and memory than any of the local
> pcs so I want users to be able to login remotely from their own
> windows Pcs using a remote shell and access idl from the server.
> For access from the windows pcs I tried unsucessfully to use Exceed
> and therefore switched to using xming - an open source xserver
> package. This appeared to be working well - the eclipse desktop could
> be seen and display windows using direct graphics worked properly. I
> cannot seem to get object graphics to work properly however. In
> windows I just get a blank display window when I try to run the
> Revolution application or the itools applications. I have made sure
> that rendering is done by software, not hardware but that hasn't
> helped.
> Has anyone else come across this problem before?
>
> Happy New Year!
> Anne

Hi Anne

try
http://freenx.berlios.de (FreeNX) and nxclient from http://www.nomachin.com.
The clients are for several OS's.

I like the speed and the reconnect option. That means you can shutdown
your client computer without stopping the processes on the server. You
can reconnect later and look at the results.

cheers
Reimar
Re: Running IDL remotely - problems with xwindows [message #64496 is a reply to message #64495] Fri, 02 January 2009 12:53 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
anne writes:

> The fact that even when it works it is slow is very discouraging. I'm
> working with histology images that are at least 4Gb in size and I need
> to be able to zoom in and out using jp2000 - perhaps the advantages of
> using the linux box with 32Gb memory will be outweighed by the poor
> display time!

I'd get all your users Starbucks gift cards. Couldn't hurt. :-(

You might want to look into something like TightVNC or RealVNC.
Several of our programmers think highly of this solution for
display of a remote machine on their local machine. The advantage
is that only the things on the display that have changed are
sent across, not the whole damn display each time. This makes
it much faster, apparently, then an X server solution.

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Running IDL remotely - problems with xwindows [message #64497 is a reply to message #64496] Fri, 02 January 2009 12:52 Go to previous messageGo to next message
Foldy Lajos is currently offline  Foldy Lajos
Messages: 268
Registered: October 2001
Senior Member
Hi,

On Fri, 2 Jan 2009, anne wrote:

> I've installed IDL 7.0 on a PC server running 64bit Fedora. This
> computer has more processing power and memory than any of the local
> pcs so I want users to be able to login remotely from their own
> windows Pcs using a remote shell and access idl from the server.
> For access from the windows pcs I tried unsucessfully to use Exceed
> and therefore switched to using xming - an open source xserver
> package. This appeared to be working well - the eclipse desktop could
> be seen and display windows using direct graphics worked properly. I
> cannot seem to get object graphics to work properly however. In
> windows I just get a blank display window when I try to run the
> Revolution application or the itools applications. I have made sure
> that rendering is done by software, not hardware but that hasn't
> helped.
> Has anyone else come across this problem before?
>
> Happy New Year!
> Anne
>

Have you tried xming-mesa? In theory, it can do the software rendering on
the server side, which can be faster than the client side sw renderer
(less network traffic).

regards,
lajos
Re: Running IDL remotely - problems with xwindows [message #64498 is a reply to message #64497] Fri, 02 January 2009 12:38 Go to previous messageGo to next message
anne is currently offline  anne
Messages: 9
Registered: February 2000
Junior Member
On Jan 2, 3:25 pm, David Fanning <n...@dfanning.com> wrote:
> anne writes:
>> I've installed IDL 7.0 on a PC server running 64bit Fedora. This
>> computer has more processing power and memory than any of the local
>> pcs so I want users to be able to login remotely from their own
>> windows Pcs using a remote shell and access idl from the server.
>> For access from the windows pcs I tried unsucessfully to use Exceed
>> and therefore switched to using xming - an open source xserver
>> package. This appeared to be working well - the eclipse desktop could
>> be seen and display windows using direct graphics worked properly. I
>> cannot seem to get object graphics to work properly however. In
>> windows I just get a blank display window when I try to run the
>> Revolution application or the itools applications. I have made sure
>> that rendering is done by software, not hardware but that hasn't
>> helped.
>> Has anyone else come across this problem before?
>
> I haven't seen the problem before, but I have been able to run
> object graphics programs remotely from my LINUX box running IDL 7
> to my Windows machine, running XMING. It is S-L-O-W. I use
> SSH Secure Shell to log onto my LINUX box. I think the only
> thing special we did there was turn on Tunnel X11 connections,
> but you must have this working or you wouldn't see direct graphics
> windows.

I wondered about the 64 bit - not sure if that is the problem so I'll
try to find a machine with 64bit windows to test.

The fact that even when it works it is slow is very discouraging. I'm
working with histology images that are at least 4Gb in size and I need
to be able to zoom in and out using jp2000 - perhaps the advantages of
using the linux box with 32Gb memory will be outweighed by the poor
display time!

Still the fact that it is possible is useful - at least I don't need
to search for another xwindows package!
Thanks,
Anne

>
> So, don't know, except that it is possible. :-)
>
> Cheers,
>
> David
>
> P.S. Have you tried doing this to a 32-bit machine? I wonder
> if something about the 64-bit is getting in your way?
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Running IDL remotely - problems with xwindows [message #64499 is a reply to message #64498] Fri, 02 January 2009 12:25 Go to previous messageGo to next message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
anne writes:

> I've installed IDL 7.0 on a PC server running 64bit Fedora. This
> computer has more processing power and memory than any of the local
> pcs so I want users to be able to login remotely from their own
> windows Pcs using a remote shell and access idl from the server.
> For access from the windows pcs I tried unsucessfully to use Exceed
> and therefore switched to using xming - an open source xserver
> package. This appeared to be working well - the eclipse desktop could
> be seen and display windows using direct graphics worked properly. I
> cannot seem to get object graphics to work properly however. In
> windows I just get a blank display window when I try to run the
> Revolution application or the itools applications. I have made sure
> that rendering is done by software, not hardware but that hasn't
> helped.
> Has anyone else come across this problem before?

I haven't seen the problem before, but I have been able to run
object graphics programs remotely from my LINUX box running IDL 7
to my Windows machine, running XMING. It is S-L-O-W. I use
SSH Secure Shell to log onto my LINUX box. I think the only
thing special we did there was turn on Tunnel X11 connections,
but you must have this working or you wouldn't see direct graphics
windows.

So, don't know, except that it is possible. :-)

Cheers,

David

P.S. Have you tried doing this to a 32-bit machine? I wonder
if something about the 64-bit is getting in your way?
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
Re: Running IDL remotely - problems with xwindows [message #64542 is a reply to message #64489] Tue, 06 January 2009 10:52 Go to previous messageGo to next message
anne is currently offline  anne
Messages: 9
Registered: February 2000
Junior Member
On Jan 2, 10:17 pm, Craig Markwardt <cbmarkwa...@gmail.com> wrote:
> On Jan 2, 4:18 pm, Reimar Bauer <R.Ba...@fz-juelich.de> wrote:
>
>
>
>> Hi Anne
>
>> tryhttp://freenx.berlios.de(FreeNX) and nxclient fromhttp://www.nomachin.com.
>> The clients are for several OS's.
>
>> I like the speed and the reconnect option. That means you can shutdown
>> your client computer without stopping the processes on the server. You
>> can reconnect later and look at the results.
>
> I can confirm that FreeNX works really well for speeding up Xwindows
> connections, especially interactive ones.  Alas, our sys-admins no
> long allow it.  Also alas, it's another software installation that you
> have to do.
>
> Craig

The NX software does do the trick. It works really well and solves a
lot of other problems for me as well, so thanks for the info! The only
snag is that the free server is limited to 2 users and these are the
first 2 users to connect to the system so don't get your sysadmin
person to try it first or you will have wasted a spot (like I just
did)!
Anne
Re: Running IDL remotely - problems with xwindows [message #64670 is a reply to message #64542] Fri, 09 January 2009 04:22 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
anne schrieb:
> On Jan 2, 10:17 pm, Craig Markwardt <cbmarkwa...@gmail.com> wrote:
>> On Jan 2, 4:18 pm, Reimar Bauer <R.Ba...@fz-juelich.de> wrote:
>>
>>
>>
>>> Hi Anne
>>> tryhttp://freenx.berlios.de(FreeNX) and nxclient fromhttp://www.nomachin.com.
>>> The clients are for several OS's.
>>> I like the speed and the reconnect option. That means you can shutdown
>>> your client computer without stopping the processes on the server. You
>>> can reconnect later and look at the results.
>> I can confirm that FreeNX works really well for speeding up Xwindows
>> connections, especially interactive ones. Alas, our sys-admins no
>> long allow it. Also alas, it's another software installation that you
>> have to do.
>>
>> Craig
>
> The NX software does do the trick. It works really well and solves a
> lot of other problems for me as well, so thanks for the info! The only
> snag is that the free server is limited to 2 users and these are the
> first 2 users to connect to the system so don't get your sysadmin
> person to try it first or you will have wasted a spot (like I just
> did)!
> Anne

Hi Anne

you can use the FreeNX server with unlimited users. http://freenx.berlios.de

NX is an exciting new technology for remote display. It provides near
local speed application responsiveness over high latency, low bandwidth
links. The core libraries for NX are provided by NoMachine under the
GPL. FreeNX is a GPL implementation of the NX Server and NX Client
Components.

It is compatible with the client from nomachine. I never used other clients.

cheers
Reimar
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Opening a desktop folder from within IDL
Next Topic: Compile/Restore on Startup

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 13:43:31 PDT 2025

Total time taken to generate the page: 0.00779 seconds