>
> Message: 1
> Date: Tue, 14 Feb 2017 23:03:15 -0500
> From: Wei Liu <weiliu...@gmail.com>
> Subject: [VirtualGL-Users] server have multi GPUs not connected to
>         physical        screen
> To: virtualgl-users@lists.sourceforge.net
> Message-ID:
>         <CAJoKFkTgR578-LhJoxEn5UjuAE+GTAn6_z8Pg5Ftdbhudsw+uA@mail.
> gmail.com>
> Content-Type: text/plain; charset="utf-8"
> Hi VirtualGL users,
> I need your help on a set up of virtualGL, or decide if I can use virtualGL
> to solve my problem.
> My setup: a Ubunt 14.04 server called 'roundvalley' has multiple Nvidia
> GPUs for parallel computing, but they do not have any VGA/DVI/DisplayPort
> and not connected to monitor. The only onboard-card connected to a monitor
> does not have 3D capability, and Ubuntu automatically load a kernel driver
> module (I forgot the module name) for this onboard card.
> Client side is Windows. My goal is to use VNC to connect to the server and
> run 3D application (need OpenGL) in my VNC session.
> My question is, can I configure virtualGL to use any of Nvidia GPU even
> they are not used for display currently?
> I read the official document and found:
> ==== user doc =====
> 6.2 Using VirtualGL with Multiple GPUs
> VirtualGL can redirect the OpenGL commands from a 3D application to any GPU
> in the server machine. In order for this to work, however, all of the GPUs
> must be attached to different screens on the same X server or to different
> X servers.
> ====== end user doc ======
> Does it mean the GPU need to connect to physical screens, or some
> definitions in X.org file?
> I appreciate your help.
> Thanks,
> Wei
>
> First off I would recommend the following setup
Ubuntu Machine
Install VirtualGL, Turbojpeg, Synergy, Xpra

Windows, Machine
Installl Synergy, Xpra

This setup will allow you to run a full 3d desktop and just the 3d
applications you need. Example
Here are the two scripts I use. To start the server its just one command
#startserver
xpra start --max-size=1280x720 --start-child=start3dprogram
--speaker=disabled  --bind-tcp=19
2.168.2.1:1000

#start3dprogram
vglclient -detach
vglrun -q 50 -c rgb  /opt/bin/3dprogram

Then use Synergy to connect the keyboard.


Then you can just connect from the Windows client.
With this setup you have, clipboard,Audio,Print, 3d gl support and you save
resources from running just the 3d app. The configuration is also all gui
front end through xpra and synergy.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
VirtualGL-Users mailing list
VirtualGL-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-users

Reply via email to