On 30. Jan 2008, at 12:21, 常辉 wrote: > Hi, > I tried eqOgre with svn version on multi nodes these two days, but > it seemed not working well. :< > At first, my cluster nodes are both installed WinXp with Cygwin ssh > installed. > Also I'v tested eqOgre with the stable version 0.4.1, that can work > well. :) > > The first is that the remote client can't lauched automaticly.
Here is the reason I introduced configurable quoting: <http://www.equalizergraphics.com/pipermail/eq-dev/2008-January/000081.html > You can try setting EQ_CONNECTION_CATTR_LAUNCH_COMMAND_QUOTE to a single quote ('). I've been told that this is also a good alternative on Windows: http://www.microsoft.com/germany/technet/sysinternals/utilities/PsExec.mspx together with latest Equalizer version and this launch command: EQ_CONNECTION_SATTR_LAUNCH_COMMAND "psexec \\%h -u <user> -p <password> %c" I haven't found the time to try it out. > > Another one is about the Channel pixel viewport > I found that the horizontal splitting of channel if right. > But I can't make it to split channel vertically well. > There is no more example in eqPly about compounds. > Could you give me some advice to new more about compounds? You simply adapt the viewport accordingly, i.e. instead of viewport [ 0 0 .5 1 ] viewport [ .5 0 .5 1 ] use viewport [ 0 0 1 .5 ] viewport [ 0 .5 1 .5 ] the numbers are [ x y width height ], see also <http://www.equalizergraphics.com/documents/design/compounds.html >. HTH, Stefan. _______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

