why do you create two pipes ? this should mean you have two separate GPUs in 
one noce ... if this is not the case, you get an error.

Perhaps you have to integrate two windows in one pipe ... what do the other say 
about that ?

-------- Original-Nachricht --------
> Datum: Sun, 6 Dec 2009 00:48:04 -0800 (PST)
> Von: Aren <[email protected]>
> An: [email protected]
> Betreff: [eq-dev]  need help with writing config file

> 
> Hi,everyone
>   I'm writing config file with two node.
>   In app node, I want to display two separate windows, one is it's own,
> another is the other node's.
>   here's my config:
> # two-to-one sort-first config for cluster at unizh 
> global 
> { 
>     EQ_WINDOW_IATTR_HINT_FULLSCREEN ON 
> } 
> 
> server 
> { 
>     config 
>     { 
>         appNode 
>         { 
>             pipe 
>             { 
>                 window 
>                 { 
>                     viewport [ 25 25 800 300 ] 
>                     attributes{ hint_fullscreen OFF } 
>                     channel { name "channel2" } 
>                 } 
>             } 
>               pipe 
>             { 
>                 window 
>                 { 
>                     viewport [ 25 350 800 300 ] 
>                     attributes{ hint_fullscreen OFF } 
>                     channel { name "channel3" } 
>                 } 
>             } 
>         } 
>         node 
>         { 
>             connection { hostname "10.214.35.168" TCPIP_port 4242} 
>             pipe { 
>                       window
>                       { 
>                               attributes{ hint_fullscreen OFF } 
>                               channel { name "channel3" }
>                       }
>                   } 
>         } 
>         compound 
>         { 
>             channel "channel1" 
>             wall 
>             { 
>                 bottom_left  [ -.32 -.20 -.75 ] 
>                 bottom_right [  .32 -.20 -.75 ] 
>                 top_left     [ -.32  .20 -.75 ] 
>             } 
> 
>             compound 
>             { 
>                 channel "channel2" 
>                 viewport [ 0 0 1 .5 ] 
>             } 
>             compound 
>             { 
>                 channel "channel3" 
>                 viewport [ 0 .5 1 .5 ] 
>                 outputframe {} 
>             } 
>             inputframe { name "frame.channel3" } 
>         } 
>     }     
> }
> 
> But when it's running, the server load failed. Is it wrong about this
> config
> writing?  If so, can any one tell me how to write it in correct way?Thanks
> in advance!
> 
> Aren
> -- 
> View this message in context:
> http://n2.nabble.com/need-help-with-writing-config-file-tp4120755p4120755.html
> Sent from the Equalizer - Parallel Rendering mailing list archive at
> Nabble.com.
> 
> _______________________________________________
> eq-dev mailing list
> [email protected]
> http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
> http://www.equalizergraphics.com

-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser

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

Reply via email to