Hi,

I cannot give you a correct configuration file, but from what I can see,
you are declaring two pipes although you said you only want to have one.
Maybe you should have a look at the 2-channel example in the configs
folder :)

Good luck

Regards,

Anca

Gordon_Erlebacher wrote:
> Hi Stefan,
> 
> I am now interested in running RapidMind on device :0.0 on a remote
> machine,
> call it "spock". I start from "eqHello". I want a single pipe (device
> 0), two channels
> ("channel1" and "channel3"), with "channel3" my mac at home. It is an
> unnamed
> device. here is the configuration file (which does not work):  (a window
> opens on the
> mac, but there is no image). What am I doing wrong? "channel3" should be
> my mac.
> I had the two node configuration working, but am having problems with a
> single node.
> Thanks!
> 
>    Gordon
> 
> 
> 
> server {
>     config {
>         appNode {
>             pipe {
>                 window {
>                     viewport [ .25 .25 .5 .5 ]
>                     channel { name "channel3" }
>                 }
>             }
>             pipe {
>                 device 0
>                 window {
>                     viewport [ .25 .25 .5 .5 ]
>                     channel { name "channel1" }
>                 }
>             }
>         }
>         compound {
>             channel "channel3"
>             task [ ASSEMBLE ]
>             buffer [ COLOR ]
>             wall {
>                 bottom_left  [ -.32 -.20 -.75 ]
>                 bottom_right [  .32 -.20 -.75 ]
>                 top_left     [ -.32  .20 -.75 ]
>             }
> 
>             compound {
>                 channel "channel1"
>                 buffer [ COLOR ]
>                 #compound { range [ 0 1. ] }
>                 #outputframe { buffer [ COLOR ] name "frame.out" }
>                 outputframe { name "frame.out" }
>             }
>             inputframe { name "frame.out" }
>         }
>     }
> }
> 
> 
> 
> _______________________________________________
> eq-dev mailing list
> [email protected]
> https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev
> http://www.equalizergraphics.com

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

Reply via email to