Hi Stefan,

Am Montag, 26. Januar 2009 schrieb Stefan Eilemann:
> On Mon, Jan 26, 2009 at 8:51 AM, Martin Egge (via Nabble)
> <[email protected]> wrote:
> > I've created a multi node setup with four rendering nodes based on the
> > hactar.eqc example. The eqPly application hangs every few frames for a
> > second
> > or so. Can anyone guide me in finding the bottleneck?
>
> - Which OS do you use?

Linux, Ubuntu Gutsy Gibbon 7.10

> - Which type of setup (multi-view, scalability, etc)

4 machines:
  - CPU: Pentium 4 
  - RAM: 1GB
  - Network Adapter: Gigabit on board
  - Graphics cards:
    - Nvidia Quadro FX 3400 on 3 machines
    - Nvidia Geforce 7900GTX on 1 machine
  - Nvidia driver version: 100.14.19
  - Monitor: Dual-Monitor (Twinview)

> - Which Equalizer version?

Current release (0.6), Debug version

> - Please provide a statistics screenshot (see below)

That is still not possible (see below)

> > By the way neither
> > hitting "s" nor adding EQ_WINDOW_IATTR_HINT_STATISTICS FASTEST to the
> > config file does show the statistics overlay.
>
> This is weird. Normally statistics are on by default, in nicest for
> debug and fastest for release builds.
> Can you simple remove all statistics lines from the config file?

All statistics lines have been removed (see attachment)


Cheers,
Martin
global
{
    EQ_WINDOW_IATTR_HINT_FULLSCREEN OFF
}

server
{
    config
    {
        node
        {
            connection
            {
                hostname "vr-pc03"
                TCPIP_port4241
            }
            pipe { window { viewport [0 0 300 300] channel { name "channel1" }}}
        }
        node
        {
            connection
            {
                hostname "vr-pc04"
                TCPIP_port4241
            }
            pipe { window { viewport [0 0 300 300] channel { name "channel2" }}}
        }
        node
        {
            connection
            {
                hostname "vr-pc05"
                TCPIP_port4241
            }
            pipe { window { viewport [0 0 300 300] channel { name "channel3" }}}
        }
        node
        {
            connection
            {
                hostname "vr-pc06"
                TCPIP_port4241
            }
            pipe { window { viewport [0 0 300 300] channel { name "channel4" }}}
        }
        compound
        {
            compound
            {
                channel "channel1"
                wall
                {
                    bottom_left  [ -2 -.5  1 ]
                    bottom_right [ -1 -.5  1 ]
                    top_left     [ -2  .5  1 ]
                }
                swapbarrier {}
            }
            compound
            {
                channel "channel2"
                wall
                {
                    bottom_left  [ -1 -.5  1 ]
                    bottom_right [  0 -.5  1 ]
                    top_left     [ -1  .5  1 ]
                }
                swapbarrier {}
            }
            compound
            {
                channel "channel3"
                wall
                {
                    bottom_left  [  0 -.5  1 ]
                    bottom_right [  1 -.5  1 ]
                    top_left     [  0  .5  1 ]
                }
                swapbarrier {}
            }
            compound
            {
                channel "channel4"
                wall
                {
                    bottom_left  [  1 -.5  1 ]
                    bottom_right [  2 -.5  1 ]
                    top_left     [  1  .5  1 ]
                }
                swapbarrier {}
            }
        }
    }
}

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to