| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2016-09-23 | 2.2 kB | |
| VirtualGL-2.3.1.tar.gz.sig | 2016-09-23 | 72 Bytes | |
| VirtualGL-debuginfo-2.3.1.x86_64.rpm | 2015-08-15 | 1.1 MB | |
| VirtualGL-debuginfo-2.3.1.i386.rpm | 2015-08-15 | 1.1 MB | |
| VirtualGL-2.3.1.x86_64.rpm | 2015-08-15 | 1.3 MB | |
| VirtualGL-2.3.1.src.rpm | 2015-08-15 | 2.7 MB | |
| VirtualGL-2.3.1.i386.rpm | 2015-08-15 | 1.3 MB | |
| virtualgl_2.3.1_i386.deb | 2015-08-15 | 1.4 MB | |
| virtualgl_2.3.1_amd64.deb | 2015-08-15 | 1.4 MB | |
| virtualgl32_2.3.1_amd64.deb | 2015-08-15 | 416.2 kB | |
| VirtualGL64-2.3.1-exceed.exe | 2015-08-15 | 1.8 MB | |
| VirtualGL-2.3.1-exceed.exe | 2015-08-15 | 1.7 MB | |
| VirtualGL-2.3.1.tar.gz | 2012-06-12 | 2.7 MB | |
| VirtualGL-2.3.1.dmg | 2012-06-12 | 981.5 kB | |
| Totals: 14 Items | 18.0 MB | 0 | |
These packages were built with libjpeg-turbo 1.2.0:
http://sourceforge.net/projects/libjpeg-turbo/files/1.2.0/
Package signatures
To ensure the integrity of the VirtualGL binary packages, the RPM and DEB files
and the source tarball are signed using the following key:
http://www.VirtualGL.org/key/VGL-GPG-KEY-1024
http://pgp.mit.edu/pks/lookup?op=get&search=0x6BBEFA1972FEB9CE
and the Windows installers are signed using a code signing certificate.
2.3.1
Significant changes relative to 2.3:
-
Worked around a segfault that occurred when running CoreBreach.
-
VirtualGL now properly handles implicit deletion of windows/subwindows via
XCloseDisplay(), implicit deletion of subwindows viaXDestroyWindow(), and explicit deletion of subwindows viaXDestroySubwindows(). This specifically addresses BadDrawable errors that occurred when running certain applications in WINE 1.3.34 and later. -
Fixed a crash in
glXCreateGLXPbufferSGIX()that occurred when a NULL attribute list pointer was passed to it. -
VirtualGL should now build and run properly on FreeBSD.
-
VirtualGL now works properly with applications that dynamically load libX11. This specifically fixes several issues that occurred when running SDL-based applications against a version of libSDL that was configured with
--enable-x11-shared. -
Changed the Debian package names to lowercase ("virtualgl" and "virtualgl32") to avoid an issue whereby the package was always being installed, even if the installed version was up to date.
-
vglserver_config now works properly with KDM on RHEL/CentOS 5 systems.
-
Added a new option (
VGL_GLFLUSHTRIGGER) that, when set to0, will cause VirtualGL to ignoreglFlush()commands from the 3D application. This is intended for rare applications that do front buffer rendering and useglFlush()as an "intermediate" synchronization command but then subsequently callglFinish()to indicate the end of the frame. -
Fixed an issue whereby drag & drop operations in certain Java applications would cause VNC servers (any VNC server, not just TurboVNC) to hang whenever the Java application was run using VirtualGL.