[eq-dev] need help with writing config file

1 view
Skip to first unread message

Aren

unread,
Dec 6, 2009, 3:48:04 AM12/6/09
to eq-...@equalizergraphics.com

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
eq-...@equalizergraphics.com
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

Christian Kehl

unread,
Dec 7, 2009, 4:12:00 AM12/7/09
to Equalizer Developer List
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 <are...@126.com>
> An: eq-...@equalizergraphics.com
> Betreff: [eq-dev] need help with writing config file

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

Aren

unread,
Dec 7, 2009, 6:56:46 AM12/7/09
to eq-...@equalizergraphics.com


Christian Kehl wrote:
>
> 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

> ---------------------------------
> how to?
> Maybe I did't describe clearly.
> For example, I have 4 nodes, and I want to show 4 windows in appnode like
> the example helloworld do, but different from it, 3 of 4 windows is not
> render in appnode, but from other 3 nodes.
> Is it possible?
>

--
View this message in context: http://n2.nabble.com/need-help-with-writing-config-file-tp4120755p4125620.html

Reply all
Reply to author
Forward
0 new messages