Hello,

I have setup a server with the following configuration:

server
{
    config
    {
        appNode
        {
            pipe 
            {
                device 0
                window
                {
                    viewport [ 100 100 1024 768 ]
                    channel { name "channel1" }
                }
            }
            pipe 
            {
                device 1
                window
                {
                                        viewport [ 100 -1100 1024 768 ]
                    channel { name "channel2" }
                }
            }
        }
        compound
        {
                        projection
            {
                                fov [ 60 60 ]
                        }
            compound
            {
                channel "channel1"
            }
            compound
            {
                channel "channel2"
            }
        }
    }    
}


My intention is to create 2 windows for each monitors I have, utilizing two
GPUs. However running eqHello,  only 1 of the windows rendered fine, where
the other shows a blank window frame. How do I get it to work?

My gpu affinity check output:

GPU 0: NVIDIA Quadro FX 4500 X2 used on [0 0 1920 1200]
GPU 1: NVIDIA Quadro FX 4500 X2 used on [0 -1200 1920 1200]
GPU 2: NVIDIA Quadro FX 4500 X2 used on [-1920 0 1920 1200]
GPU 3: NVIDIA Quadro FX 4500 X2 used on [-1920 -1200 1920 1200]

Thanks for any help.
Jing Quan
-- 
View this message in context: 
http://software.1713.n2.nabble.com/2-pipe-setup-for-eqHello-tp5276049p5276049.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

Reply via email to