> I installed the GPU-SD 1.0.3 binaries version of Windows 64 bit ,my OS is also 64 bit(win7).when I run the gpu_sd.exe in file ...\gpu-sd 1.0.3\bin, the command line flashed with "DNSServices Discovery returned:-65563", and when I run the gpu_sd_list.exe, the command line close with "DNSServices Discovery error:-65563".
You haven't installed Bonjour properly:
kDNSServiceErr_ServiceNotRunning = -65563, /* Background daemon not running */
GPU-SD is only used for auto-diiscovery and has nothing to do with your parallel rendering problem. You can't really do multi-GPU stuff on Windows with Geforce cards, they lack the necessary WGL_NV_gpu_affinity extension (see Parallel OpenGL FAQ).
HTH,
Stefan.
--
View this message in context: http://software.1713.n2.nabble.com/question-about-parallel-rendering-tp7578550p7579223.html
Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com.
_______________________________________________
eq-dev mailing list
eq-...@equalizergraphics.com
http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev
http://www.equalizergraphics.com

.Only one vedio card is working.On 31. May 2012, at 4:51, 陈 wrote:
> How can i solve the parallel rending problem. Hope to get your help.
Please read up on configuring Eq applications, then check the configuration file used (local.auto.eqc?) to see what configuration you're using, and understand the statistics to see what's going on. All that stuff is outlined in the Programming and User Guide.
Note that the shipped models are way to light-weight to load two modern GPUs.
HTH,
Stefan.