On 12. Jan 2008, at 14:46, Gordon_Erlebacher wrote: > I am aware of the speed issue. The only reason I'd want it on my > home machine (a Mac) is > for debugging purposes. My graphic servers are at the office, and I > am investigating Equalizer > from home (evenings and weekends). So I'd like to test multiGPU > configurations from > home.
If you are using ssh -X and no device in the Eq config file, you are using your local GPU on the Mac. X11.app exposes all GPU's as a single screen, hence it is not possible to address individual GPU's on the Mac when using X11 (AGL is a different story). I suggest using a config with two sources on the remote machine and the destination on you local Mac, as described in my last email. This is similar to VNC, though with a less efficient compression but with better frame synchronization. > Efficiency in this case is not a concern. Correct me if I am > mistaken, but I could > use VNC to gain efficiency, yet work from home. Possibly, but you'll get a lot of tearing since the local redraw is much faster than the remote framerate. Also some VNC servers do not support glX/OpenGL. Cheers, Stefan. _______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

