From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPK6d-0000mj-EF for qemu-devel@nongnu.org; Tue, 20 Jan 2009 12:09:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPK6b-0000ic-Eo for qemu-devel@nongnu.org; Tue, 20 Jan 2009 12:09:39 -0500 Received: from [199.232.76.173] (port=47882 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPK6b-0000iP-AJ for qemu-devel@nongnu.org; Tue, 20 Jan 2009 12:09:37 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:20947) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1LPK6a-0002LO-IL for qemu-devel@nongnu.org; Tue, 20 Jan 2009 12:09:37 -0500 Date: Tue, 20 Jan 2009 18:09:33 +0100 From: Samuel Thibault Subject: Re: [Qemu-devel] Re: Extremely slow graphic updates Message-ID: <20090120170933.GF5177@const.bordeaux.inria.fr> References: <20090119162633.GO29175@csclub.uwaterloo.ca> <20090119194221.GS29175@csclub.uwaterloo.ca> <20090120005351.GV29175@csclub.uwaterloo.ca> <200901200133.25029.paul@codesourcery.com> <4975B3F6.6050706@eu.citrix.com> <20090120144518.GW29175@csclub.uwaterloo.ca> <4975EC17.3090404@eu.citrix.com> <20090120165534.GY29175@csclub.uwaterloo.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090120165534.GY29175@csclub.uwaterloo.ca> 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 Cc: Paul Brook , Stefano Stabellini Lennart Sorensen, le Tue 20 Jan 2009 11:55:35 -0500, a écrit : > use ssh -X to reach the machine I run qemu on, Ah, that rings me a bell. There was problem with that, something like now that sdl uses SDL_BlitSurface/SDL_Flip there is an X roundtrip, which is awfully slow over ssh. Would you be able to try without ssh? Samuel