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

Home » Public Forums » archive » Re: IDL without X11?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: IDL without X11? [message #69590 is a reply to message #69584] Fri, 05 February 2010 11:16 Go to previous messageGo to previous message
natha is currently offline  natha
Messages: 482
Registered: October 2007
Senior Member
I found this:

Since this program is an X client, it requires the presence of an X
server,
making it problematic to automate this process using CRON.

The X version X11R6 was downloaded via anonymous ftp from:

ftp://ferret.wrc.noaa.gov/pub/special_requests/xvfb/solaris/ X11R6/bin...

Then it's just a matter of starting the virtual frame buffer program
on <HOST> to create the virtual display #1:

/usr/X11R6/bin/Xvfb :1 -screen 0 1152x900x8 &

Then within the script that performs <desired batch operations>
the following line sends graphics output to DISPLAY 1, the virtual
frame
buffer we just started:

set DISPLAY=:1.0 ; export DISPLAY

I installed Xvfb and I do:
Xvfb :5 -screen 0 1152x900x8 &
set DISPLAY=:5.0 ; export DISPLAY
idl
plot, dist(2)
% Compiled module: DIST.
X11 connection rejected because of wrong authentication.


T_T It doesn't work !
Help?
nata
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: fingerprint
Next Topic: IDL processed mosaic image of the Moon, 8000x8800 pixels

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

Current Time: Fri Oct 10 07:10:30 PDT 2025

Total time taken to generate the page: 0.63566 seconds