Re: [Tigervnc-devel] [Tigervnc-commits] SF.net SVN: tigervnc:[4641] trunk/common/rfb

2011-09-07 Thread Pierre Ossman
@@ -43,6 +44,16 @@ const int pseudoEncodingCompressLevel0 = -256; const int pseudoEncodingCompressLevel9 = -247; + // TurboVNC-specific + const int pseudoEncodingFineQualityLevel0 = -512; + const int pseudoEncodingFineQualityLevel100 = -412; + const int pseudoEncodingSubsamp1X

Re: [Tigervnc-devel] Xvnc performance optimizations completed

2011-09-07 Thread Robert Goley
On 09/07/2011 08:54 AM, Pierre Ossman wrote: On Wed, 17 Aug 2011 01:40:48 -0500 DRC dcomman...@users.sourceforge.net wrote: As of now, with the ComparingUpdateTracker disabled and using our FLTK viewer, the performance is at about 85-90% of TurboVNC

Re: [Tigervnc-devel] Xvnc performance optimizations completed

2011-09-07 Thread DRC
On 9/7/11 7:54 AM, Pierre Ossman wrote: The viewer GUI has also been modified to reflect the findings from the low-level performance study (specifically, that compression levels higher than 3 rarely have any benefit and compression levels higher than 6 never do. Also, compression level 1 is