From: Brian P. <bri...@tu...> - 2006-07-12 23:14:51
|
David Lee wrote: > Hello, > I am trying to use Chromium to display OpenGL content on a 2x3 tiled > display. Test applications such as "City" and "glxgears" works, but > when trying other applications such as a Java3D application or > something like ppracer (tuxracer) the application launches immediately > after initiating the crappfaker command whereas with "City" and > "glxgears", the application launches on the tiled display after all of > the crserver commands are issued on the server nodes. Nothing seems to > error out. > > [appserver] > The command which I issue is as follows: > >>python configscript.conf application_name > > > [appserver] > >>crappfaker > > [with applications that are successfully redirected to the server > nodes nothing happens. applications which are not successfully > redirected launch immediately] > > [servernode1] > crserver > [servernode2] > crserver > > [if everything working correctly, application launches on all displays] > > I suspect that the applications are not loading the crfaker library. I > have tried creating links to the crfaker library and adding the path > to my bash config with no success. Any ideas? Are you running the app directly from the shell, or using crappfaker? If the former, and you've setup a libGL -> libcrfaker symlink, etc. you can run 'ldd' on the app and it should tell you which shared libraries it's using. I'd try that. -Brian |