Changes between Version 6 and Version 7 of vnc3d/vglconnect


Ignore:
Timestamp:
09/30/16 10:13:24 (8 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • vnc3d/vglconnect

    v6 v7  
    22[[PageOutline]]
    33
    4 http://www.virtualgl.org/vgldoc/2_2/#hd002
     4'''VirtualGL''' is an open source package which gives any Unix or Linux remote display software the ability to run OpenGL applications with full 3D hardware acceleration. The OpenGL commands and 3D data are instead redirected to a 3D graphics accelerator on the application server, and only the rendered 3D images are sent to the client machine.
    55
    6 === !Advantages/Disadvantages of the VGL Transport
     6VirtualGL has two built-in “image transports” which can be used to send rendered 3D images to the client machine.
     7The '''VGL Transport''' is most often used whenever the 2D X server (the X server used to draw the application’s GUI and transmit keyboard and mouse events back to the application server) is located across the network from the application server, for instance if the 2D X server is running on the user’s desktop machine.
     8
     9[http://www.virtualgl.org/vgldoc/2_2/#hd002 | more ...]
     10
     11=== !Advantages/Disadvantages of the VirtualGL/VGL Transport
    712
    813==== Advantages
     
    1318==== Disadvantages
    1419
    15     * The VGL Transport relies on the chatty remote X11 protocol. \\ As a result, the VGL Transport is '''not recommended''' for use on high-latency or low-bandwidth networks.
     20    * The VGL Transport relies on the chatty remote X11 protocol. \\ As a result, the VGL Transport is '''not recommended''' for use on high-latency or low-bandwidth networks. \\ Please use VNC for this
    1621    * As with any remote X11 app, if the network connection drops, then the application '''will exit'''.
    1722