X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 03 Aug 2015 05:13 AM by  anon
x11 forwarding
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
03 Aug 2015 05:13 AM
    Hi, i am running IDL on an iMac, that i access through ssh. I want to use X11 forwarding to display my results on my client machine, a macbook pro. When i run the example for xobjview, i have the following error: IDL> oSurf = OBJ_NEW('IDLgrSURFACE', DIST(20)) % Compiled module: DIST. IDL> XOBJVIEW, oSurf IDL> xp_destroy_surface: assertion failed: s != NULL xp_destroy_surface error: 3 % IDLGRSRCDEST::DRAW: Failure to acquire window rendering context. I used ssh -X to access the server, and xterm, xclock are working fine. The version of my os on the server: OS X Yosemite 10.10.3, xquartz 2.7.7 ,IDL 8.4.1. The version of my os on the client, OS X Yosemite 10.10.3, xquartz 2.7.7 ,IDL 8.4.1.

    Deleted User



    New Member


    Posts:81
    New Member


    --
    03 Aug 2015 05:18 PM
    Hi Pierre, Does it help if you force XOBJVIEW to use software rendering, for example: XOBJVIEW, oSurf, RENDERER=1 Frequently it can be difficult, even unfeasible, to use graphics hardware acceleration (RENDERER=1 -- the default keyword setting for XOBJVIEW) over a remote ssh/X11-forwarded connection. Regards,

    Deleted User



    New Member


    Posts:
    New Member


    --
    05 Aug 2015 02:26 AM
    Yes, this did solve my problem, Thank You very much, -Pierre
    You are not authorized to post a reply.