From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jydm3-0003X8-5N for qemu-devel@nongnu.org; Tue, 20 May 2008 22:09:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jydm1-0003WS-4C for qemu-devel@nongnu.org; Tue, 20 May 2008 22:09:50 -0400 Received: from [199.232.76.173] (port=54035 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jydm0-0003WP-VO for qemu-devel@nongnu.org; Tue, 20 May 2008 22:09:48 -0400 Received: from yw-out-1718.google.com ([74.125.46.158]:54180) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jydm0-0001BH-NJ for qemu-devel@nongnu.org; Tue, 20 May 2008 22:09:48 -0400 Received: by yw-out-1718.google.com with SMTP id 6so1624141ywa.82 for ; Tue, 20 May 2008 19:09:39 -0700 (PDT) Message-ID: <4833845C.9000603@codemonkey.ws> Date: Tue, 20 May 2008 21:09:32 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Sensible VNC encodings References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Johannes Schindelin wrote: > Hi, > > for those interested, I finally broke down and updated my personal fork of > QEmu using LibVNCServer. Amongst the benefits are Tight, ZRLE and ZYWRLE > encodings. Note that TLS is not supported with LibVNCServer, but nobody > in her right mind uses VNC without an SSH tunnel anyway. > It's funny that you say that because in my observations, hextile + an compressed SSH tunnel does just about as well as Tight. Regards, Anthony Liguori > Fortunately, Git helps me tremendously in maintaining my fork, since I do > not expect the mainline to have any usable VNC support anytime soon. If > you're interested, look at the "vnc" branch in > http://repo.or.cz/w/qemu/dscho.git/ > > Ciao, > Dscho > > > >