On 11. Apr, 2007, at 13:58 , [EMAIL PROTECTED] wrote:
> während auf allen 3 clients der equalizer server läuft starte ich
> auf einem der
> 3 Rechner das eqPly Programm mit Aufruf auf oben genannte
> Konfiguration.
>
> aber eben leider nicht die gewünschten Ausgaben von 3 Fenstern auf den
> jeweilingen REchnern.
>
> Woran kann das liegen?
Hello Frauke,
The config as described will not even be parsed correctly by
the server. Generally speaking, in the first section you
describe the resources ( node{ pipe{ window{ channel {}}}} ),
and in the second section (compound tree[s]) you describe
how to use the resources. In your case, you are using
channel-left, channel-middle and channel-right, which are
not the channels you have defined for your three cluster
nodes.
You don't need any input or output frames, but you probably
want a swapbarrier for each leaf compound.
It often helps to look at the server output (with
EQ_LOG_LEVEL=INFO) to see how the server parsed the config file.
The hactar.eqc config is very similar to what you want,
except the the wall{} parameters are for a flat wall setup.
HTH,
Stefan.
> server
> {
> config
> {
> # latency 2
> appNode
> {
> #pipe
> #{
> window
> {
> #viewport [ 10 200 1200 400 ]
> channel
> {
> viewport [ 0 0 400 400 ]
> name "channel-left"
> }
> }
> window
> {
> channel
> {
> viewport [ 400 0 400 400 ]
> name "channel-middle"
> }
> }
> window
> {
> channel
> {
> viewport [ 800 0 400 400 ]
> name "channel-right"
> }
> }
> # }
>
> node
> {
> connection { hostname "141.51.126.65" }
> pipe { window { channel { name "channel_left" }}}
> }
> node
> {
> connection { hostname "141.51.126.66" }
> pipe { window { channel { name "channel_middle" }}}
> }
> node
> {
> connection { hostname "141.51.126.67" }
> pipe { window { channel { name "channel_right" }}}
> }
> compound
> {
> compound
> {
> channel "channel-left"
> wall
> {
> bottom_left [ -1 -1 1 ]
> bottom_right [ -1 -1 -1 ]
> top_left [ -1 1 1 ]
> }
> }
> compound
> {
> channel "channel-middle"
> wall
> {
> bottom_left [ -1 -1 -1 ]
> bottom_right [ 1 -1 -1 ]
> top_left [ -1 1 -1 ]
> }
> }
> compound
> {
> channel "channel-right"
> wall
> {
> bottom_left [ 1 -1 -1 ]
> bottom_right [ 1 -1 1 ]
> top_left [ 1 1 -1 ]
> }
> }
> inputframe { name "frame.channel_middle" }
> inputframe { name "frame.channel_right" }
> }
> }
> }
>
>
> Vielen Dank,
>
> Frauke Fritz
>
>
> Zitat von Stefan Eilemann <[EMAIL PROTECTED]>:
>
>>
>> On 20. Mar, 2007, at 10:55 , [EMAIL PROTECTED] wrote:
>>
>>> HAllo Stephan,
>>>
>>> nach der Ausführung des Servers unter root, bekomme ich eine andere
>>> Ausgabe,
>>> jedoch funktioniert es immer noch nicht.
>>
>> Der Server laeuft jetzt. Allerdings ist der Port anscheinend
>> blockiert -
>> Firewall? Kannst du ein 'telnet localhost:4242' machen?
>>
>>> Da ich nicht die svn struktur sondern die version 0.2. src von
>>> sourceforge
>>> geladen habe, habe ich die netperf nicht gefunden.
>>
>> Ja, netperf habe ich erst letzte Woche geschrieben. ;)
>>
>>> 3928.3086657248 src/lib/net/socketConnection.cpp:63 Could not
>>> connect to
>>> 'localhost:4242': Connection refused
>>
>> Hier ist das Problem - Der Client erreicht den Server nicht.
>>
>>
>> Gruss,
>>
>> Stefan.
>>
>>
>
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
> ----- Ende der weitergeleiteten Nachricht -----
>
>
>
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
--
http://www.equalizergraphics.com
http://www.linkedin.com/in/eilemann
_______________________________________________
eq-dev mailing list
[email protected]
https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com