Here is my current configuration:

Look at the "connection".
If I use kirk.scs.fsu.edu (full hostname), I get a segmentation fault. If
I use kirk (short name), there is no segmentation fault, I get TWO
windows on my mac at home (why 2 ???) and no data. The log
files do not indicate any error. I no longer get the error that "cannot
change to directory "2"). The only thing (that I know of) that changed,
is that I added some debug info to the logs to track cwd variable,
in init.cpp and node.cpp .. Strange.

Any help is appreciated.

 Gordon



global
{
   #EQ_WINDOW_IATTR_HINT_FULLSCREEN ON
}

server
{
   config
   {
       appNode
       {
           pipe {
               window {
                   viewport [ .25 .25 .45 .45 ]
                   attributes{ hint_fullscreen OFF }
                   channel { name "channel3" }
               }
           }
           pipe { window {
                   viewport [ 640 400 1280 800 ]
                   attributes{ hint_fullscreen OFF }
                   attributes { planes_stencil ON }
                   channel { name "channel1" }
               }
           }
       }
       node {
           connection { hostname "kirk.scs.fsu.edu" }
           pipe { window { channel { name "channel2" }}}
       }
       compound {
           channel "channel3"
           task [ CLEAR ASSEMBLE ]
           buffer [ COLOR ]  # adding DEPTH creates problems
           wall {
               bottom_left  [ -.32 -.20 -.75 ]
               bottom_right [  .32 -.20 -.75 ]
               top_left     [ -.32  .20 -.75 ]
           }

           compound {
               channel "channel1"
               buffer  [ COLOR DEPTH ]

               compound { range   [ 0 .5 ] }
               compound {
                   channel "channel2"
                   range   [ .5 1 ]
                   outputframe {}
               }

               inputframe { name "frame.channel2" }
               outputframe { buffer [ COLOR ] name "frame.out12" }
           }
           inputframe { name "frame.out12" }
       }
   }
}
-bash-3.2$


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

begin:vcard
fn:Gordon Erlebacher
n:Erlebacher;Gordon
email;internet:[EMAIL PROTECTED]
tel;work:(850) 644-0186
tel;fax:(850) 644-0098
x-mozilla-html:TRUE
version:2.1
end:vcard

_______________________________________________
eq-dev mailing list
[email protected]
https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Reply via email to