Re: Perfly GUI Separation

New Message Reply Date view Thread view Subject view Author view

John Rohlf (jrohlf++at++tubes)
Thu, 27 Jan 94 10:54:52 -0800


>Is there a quick way to separate perfly's GUI so it will appear on a
>remote system's screen while the main graphics still appears on the
>local machine? I'm running Performer 1.2beta on an Onyx RE2 with
>IRIX 5.1.1.2.

        I have seen this work so I know it's possible and it's relatively
easy to do. You'll need to create another pfPipe (use pfMultipipe) so
you can have a separate GL window for the GUI. Pass this extra pipe to
epfInitGUI and you should be all set but as I recall, there may be some
problems initializing the font manager that you'll have to figure out. To
summarize:

        pfMultipipe(2);
        pfConfig();
        pfInitPipe(pfGetPipe(1), initGUIPipe);

        pfInitGUI(pfGetPipe(1));

void
initGUIPipe(pfPipe *p)
{
    /* Open a connection to the graphics server on a remote machine */
    dglopen();

    winopen("");
}

Let us know how it turns out.

          


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:50:09 PDT

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.