On 04.05.15 12:09, Thinsia - Roland Sassen wrote:
Does anyone know how to enable VirtualGL support in the Oracle Sun Ray software?
Thanks, Roland
_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users
Dear Roland,

we did this approximately a year ago and it's in use by a couple of users.

Steps:
we installed vgl 2.3.2   on our Solaris 10 SunRay servers.
Using a Linux system as VirtualGL application host and a 3D graphics card.

A small script on the SunRay servers prepares the user environment and starts the 3D application through vglconnect to the remote VGL application host.

(
snippet from the vgl module file:
 set DIRECTORY /opt/VirtualGL$VERSION
   setenv       VGL_HOME        $DIRECTORY
   setenv       VGL_BINDIR      $DIRECTORY/bin
   setenv       VGL_LIBDIR      $DIRECTORY/lib
   prepend-path PATH            $DIRECTORY/bin
)

(
snippet from the application start script:
 /opt/VirtualGL2.3.2/bin/vglconnect vglapphost -t application_name $@
)

Asfaik no SunRay  specific setting was necessary.

Please feel free to ask for more details if you got stuck.

Best regards,

Karl

--
Karl Behler     
CODAC & IT services ASDEX Upgrade
phon +49 89 3299-1351 fax 3299-961351

_______________________________________________
SunRay-Users mailing list
[email protected]
http://www.filibeto.org/mailman/listinfo/sunray-users

Reply via email to