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

Home » Public Forums » archive » Issue with 6.3, Mac OS X 10.4, 3 displays, 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: Issue with 6.3, Mac OS X 10.4, 3 displays, X11 [message #50878 is a reply to message #50816] Thu, 19 October 2006 10:19 Go to previous messageGo to previous message
K. Bowman is currently offline  K. Bowman
Messages: 330
Registered: May 2000
Senior Member
This could be an ugly solution, but have you thought about using Xvfb
(the X virtual frame buffer) to generate the images and then use some
other Mac program (one not limited by monitor size) to display the
images?

I have had good luck with Xvfb on my Mac, but I have not tried
to use it with windows larger than my monitor.

In a script :

...
source /usr/local/rsi/idl_6.3/bin/idl_setup #Set up IDL paths
/usr/X11R6/bin/Xvfb :1 -screen 0 1280x1024x24 -ac -terminate & #Start X-windows server
setenv DISPLAY :1.0 #Set X-windows display

(echo GFS_MAKE_MAPS, MAKE_DATE\(${YEAR}, ${MONTH}, ${DAY}, ${HOUR}\) ; \
echo exit) | \
idl >>& ~/Projects/wxmaps/gfs_make_maps.log

killall -9 Xvfb #Kill X-windows server


Ken Bowman
[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
Read Message
Previous Topic: Re: Color background with PLOT
Next Topic: Re: open and save a set of image

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

Current Time: Wed Oct 08 18:07:11 PDT 2025

Total time taken to generate the page: 0.00526 seconds