Stefan,

I am not sure what you want to achieve, but if you want to use the 2- GPU machine to render and display the result on your home machine, you can write a configuration where you have the source channels on pipes with the device set to 0 and 1, and the destination
channel on a pipe with no device set.

I attach a configuration file (modified from one of yours) that does what you suggest above,
but it does not work. Obviously I do not understand :-)



# two-pipe sort-last config for dual-GPU machines
server
{
   config
   {
       appNode
       {
           pipe
           {
               device 0
               window
               {
                   viewport [ .25 .25 .5 .5 ]
                   attributes { planes_stencil ON }
                   channel { name "channel1" }
               }
           }
           pipe
           {
               device 1
               window
               {
                   attributes { hint_fullscreen ON }
                   channel { name "channel2" }
               }
           }

# I ADDED THE FOLLOWING (channel1 is the output channel since it is the first channel in the # compound structure below. I removed any device. But still, I do not get an image on my home
# machine after tunneling with ssh -X

           pipe
           {
               window
               {
                   viewport [ .25 .25 .5 .5 ]
                   channel { name "channel1" }
               }
           }
       }

       compound
       {
           channel "channel1"
           buffer [ COLOR DEPTH ]
           wall
           {
               bottom_left  [ -.32 -.20 -.75 ]
               bottom_right [  .32 -.20 -.75 ]
               top_left     [ -.32  .20 -.75 ]
           }

           compound
           {
               range [ 0 .5 ]
           }
           compound
           {
               channel "channel2"
               range [ .5 1 ]
               outputframe {}
           }
           inputframe { name "frame.channel2" }
       }
   }
}


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

begin:vcard
fn:Gordon Erlebacher
n:Erlebacher;Gordon
email;internet:[EMAIL PROTECTED]
tel;work:(850) 644-0186
tel;fax:(850) 644-0098
x-mozilla-html:TRUE
version:2.1
end:vcard

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

Reply via email to