Changeset 856 in xpra
- Timestamp:
- 05/21/12 15:23:52 (12 months ago)
- File:
-
- 1 edited
-
web/index.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
web/index.html
r615 r856 84 84 This fork adds the following enhancements over the original version: 85 85 <ul> 86 <li>Better platform support: Mac OS X, Microsoft Windows (standalone installer provided <a href="http://winswitch.org/dists/windows/Xpra_Setup.exe">here</a>) 87 and Android (beta APK <a href="/dists/Android/Xpra.apk">here</a>)</li> 88 <li>Up to date packages for most platforms and distributions <span class="smallnote">(ie: Debian/Ubuntu <a href="http://winswitch.org/downloads/debian-repository.html">repository</a>)</span></li> 89 <li>System tray menu for easy disconnection</li> 90 <li>Memory Mapped data transfers for local connections - fast!</li> 91 <li>JPEG and PNG image compression (optional), including adaptive JPEG mode (bandwidth constrained)</li> 86 <li>Better platform support: Mac OS X, Microsoft Windows (standalone installer provided <a href="http://winswitch.org/dists/windows/Xpra_Setup.exe">here</a>), 87 Solaris/FreeBSD/OpenBSD and Android (beta APK <a href="/dists/Android/Xpra.apk">here</a>)</li> 88 <li>Up to date binary packages for most Linux platforms and distributions <span class="smallnote">(ie: Debian/Ubuntu <a href="http://winswitch.org/downloads/debian-repository.html">repository</a>)</span></li> 89 <li>Zero-copy and much lower CPU overhead in network code</li> 90 <li>System tray menu for easy disconnection, access to options and statistics</li> 91 <li>Memory-mapped data transfers for local connections - extremelly fast!</li> 92 <li><a class="ext" href="http://www.videolan.org/developers/x264.html">x264</a>, 93 <a class="ext" href="http://www.webmproject.org/tools/vp8-sdk/group__vp8__encoder.html">VPX</a>, 94 JPEG and PNG image compression (all optional, but recommended)</li> 92 95 <li>non-US keyboard layout support</li> 93 96 <li>Handles screen update storms and fast screen refresh rates</li> 94 <li>Much lower CPU overhead in network code</li>95 97 <li>Support for password protection option for securing plain TCP connections</li> 96 98 <li>Forwarding of system bell and custom application cursors</li>
Note: See TracChangeset
for help on using the changeset viewer.