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