Remote plotting [message #94258] |
Wed, 08 March 2017 20:18  |
wlandsman
Messages: 743 Registered: June 2000
|
Senior Member |
|
|
I am running IDL 8.5.1 on a Linux machine from a Mac client using X11 forwarding (ssh -XY ). Direct graphics works fine, but when I try to use function graphics, the plot window appears but I get an error message
IDL> p = plot(/test)
% WIDGET_EVENT: Failure to acquire window rendering context.
% PLOT: WIDGET_EVENT: Unable to acquire device context.
% Execution halted at: $MAIN$
I am running XQuartz 2.7.9 but I find the same problem with XQuartz 2.7.11 (after including the 2.7.11 fix https://groups.google.com/forum/#!topic/comp.lang.idl-pvwave /RM2K-0Dz6Lg ) Checking the comp.lang.idl-pvwave archives it appears the same problem appeared a few years ago with XQuartz 2.7.2
I have no problem with function graphics when not running remotely, on either my Mac or the Linux box. Thanks for any suggestions. --Wayne
|
|
|
|
Re: Remote plotting [message #94571 is a reply to message #94570] |
Tue, 11 July 2017 23:38   |
Helder Marchetto
Messages: 520 Registered: November 2011
|
Senior Member |
|
|
Hi,
Harris has a track-record of changing every few days their website so that any links to blog posts or help articles are systematically lost very quickly...
Anyhow, here is the help article you're looking for. But be quick, otherwise they change it again!
http://www.harrisgeospatial.com/Support/SelfHelpTools/HelpAr ticles/HelpArticles-Detail/TabId/2718/ArtMID/10220/ArticleID /18158/5294.aspx
How I found this? go to www.harrisgeospatial.com/ then move the mouse over "Support"->"Self Help Tools" and click on "Help Articles". I then performed a search with the above "PREF_SET, 'IDL_GR_X_RENDERER', 1, /COMMIT" and the first hit should be the one you want.
Cheers,
Helder
On Wednesday, July 12, 2017 at 1:02:17 AM UTC+2, laura...@gmail.com wrote:
> On Thursday, March 9, 2017 at 12:20:43 PM UTC-8, Matthew Argall wrote:
>> The solution that worked for me was workaround 1.b from the first site below. Namely, I put the following line in my IDL startup file.
>>
>> PREF_SET, 'IDL_GR_X_RENDERER', 1, /COMMIT
>>
>> http://www.harrisgeospatial.com/Support/HelpArticlesDetail/T abId/219/ArtMID/900/ArticleID/5294/5294.aspx
>
> Is there any way to get to this web site anymore? I tried the link and got sent to http://www.harrisgeospatial.com. I had the same problem trying to access another help article earlier today.
|
|
|
Re: Remote plotting [message #94573 is a reply to message #94571] |
Wed, 12 July 2017 12:38  |
laura.hike
Messages: 87 Registered: September 2013
|
Member |
|
|
Thanks, especially for the search information that will help in the long run.
On Tuesday, July 11, 2017 at 11:38:25 PM UTC-7, Helder wrote:
> Hi,
> Harris has a track-record of changing every few days their website so that any links to blog posts or help articles are systematically lost very quickly...
> Anyhow, here is the help article you're looking for. But be quick, otherwise they change it again!
> http://www.harrisgeospatial.com/Support/SelfHelpTools/HelpAr ticles/HelpArticles-Detail/TabId/2718/ArtMID/10220/ArticleID /18158/5294.aspx
>
> How I found this? go to www.harrisgeospatial.com/ then move the mouse over "Support"->"Self Help Tools" and click on "Help Articles". I then performed a search with the above "PREF_SET, 'IDL_GR_X_RENDERER', 1, /COMMIT" and the first hit should be the one you want.
>
> Cheers,
> Helder
>
>
> On Wednesday, July 12, 2017 at 1:02:17 AM UTC+2, laura...@gmail.com wrote:
>> On Thursday, March 9, 2017 at 12:20:43 PM UTC-8, Matthew Argall wrote:
>>> The solution that worked for me was workaround 1.b from the first site below. Namely, I put the following line in my IDL startup file.
>>>
>>> PREF_SET, 'IDL_GR_X_RENDERER', 1, /COMMIT
>>>
>>> http://www.harrisgeospatial.com/Support/HelpArticlesDetail/T abId/219/ArtMID/900/ArticleID/5294/5294.aspx
>>
>> Is there any way to get to this web site anymore? I tried the link and got sent to http://www.harrisgeospatial.com. I had the same problem trying to access another help article earlier today.
|
|
|