The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-03-14 | 1.9 kB | |
turbovnc-0.3.1_suse9.i386.tgz | 2006-07-13 | 847.5 kB | |
turbovnc-0.3.1_el4.i386.tgz | 2006-07-13 | 793.5 kB | |
turbovnc-0.3.1_el3.i386.tgz | 2006-07-13 | 777.1 kB | |
turbovnc-0.3.1_el21.i386.tgz | 2006-07-13 | 739.8 kB | |
turbovnc-0.3.1-winsrc.tar.gz | 2006-07-13 | 662.2 kB | |
turbovnc-0.3.1-unixsrc.tar.gz | 2006-07-13 | 2.2 MB | |
turbovnc-0.3.1-1_suse9.i386.rpm | 2006-07-13 | 815.8 kB | |
turbovnc-0.3.1-1_el4.i386.rpm | 2006-07-13 | 802.3 kB | |
turbovnc-0.3.1-1_el3.i386.rpm | 2006-07-13 | 787.1 kB | |
turbovnc-0.3.1-1_el21.i386.rpm | 2006-07-13 | 747.8 kB | |
turbovnc-0.3.1-1.src.rpm | 2006-07-13 | 2.2 MB | |
TurboVNC-0.3.1.exe | 2006-07-13 | 762.5 kB | |
SUNWtvnc-0.3.1_x86.pkg.bz2 | 2006-07-13 | 828.8 kB | |
SUNWtvnc-0.3.1.pkg.bz2 | 2006-07-13 | 1.2 MB | |
Totals: 15 Items | 14.1 MB | 1 |
0.3.1
Significant changes relative to 0.3:
-
Automatically start Xvnc with
-nolisten local
on Solaris servers. On Solaris, /tmp/.X11-unix is not world writable by default, so it is necessary to either start Xvnc with-nolisten local
(which forces Xvnc to listen on a tcp port rather than a local pipe) or to make /tmp/.X11-unix world writable. The former approach seemed like the lesser of two evils. -
The vncserver startup script now sets VGL_COMPRESS to 0 automatically, so it is no longer necessary to supply a
-c 0
argument to vglrun when running inside a TurboVNC session. -
The JPEG quality slider in the Unix client's F8 popup menu will now respond to any mouse button, not just the middle one.
-
The WAN protocol optimizations can now be switched on and off. It has been discovered that these optimizations produce slower performance on a LAN, so it is preferable only to use them on high-latency networks.
On the Windows client, the "Broadband/T1" preset now enables the WAN protocol optimizations in addition to setting quality=30 and subsampling=4:1:1. Similarly, the "High-speed Network" preset disables WAN optimizations in addition to setting quality=95 and subsampling=4:4:4. WAN optimizations can also be configured via an additional check box ("High-Latency Network") in the Options dialog or through two new command line switches:
/lan
and/wan
.On the Linux/Unix client (vncviewer), the default is no WAN optimizations, quality=95, and subsampling=4:4:4. You can specify an argument of
-wan
to enable WAN optimizations or-broadband
to enable WAN optimizations, quality=30, and subsampling=4:1:1. The F8 popup menu also contains a new button for enabling/disabling WAN optimizations, and the Broadband and LAN presets in this window will enable and disable WAN optimizations (respectively.)