From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BjGYq-0001GM-5C for qemu-devel@nongnu.org; Sat, 10 Jul 2004 08:02:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BjGYj-0001Ce-Tw for qemu-devel@nongnu.org; Sat, 10 Jul 2004 08:02:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BjGYj-0001CJ-IK for qemu-devel@nongnu.org; Sat, 10 Jul 2004 08:02:25 -0400 Received: from [203.190.192.17] (helo=wasp.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BjGWJ-00024q-VU for qemu-devel@nongnu.org; Sat, 10 Jul 2004 07:59:56 -0400 Message-ID: <40EFDA42.2070704@wasp.net.au> Date: Sat, 10 Jul 2004 16:00:02 +0400 From: Brad Campbell MIME-Version: 1.0 Subject: Re: [Qemu-devel] Reducing X communication bandwidth References: <200407100945.06998.jseward@acm.org> In-Reply-To: <200407100945.06998.jseward@acm.org> Content-Type: text/plain; charset=us-ascii; 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: jseward@acm.org, qemu-devel@nongnu.org Julian Seward wrote: > QEMU is great, but one specific problem has made it unusable > for me so far. The (fast) machine I want to run QEMU on is not > the same as my (slow) machine which is on my desk. That is, > I want to do the usual X "export DISPLAY=someothermachine:0.0" > game. > > These machines are connected by an old-fashioned 10 Mbit/sec > network, which you may argue is obsolete, but I would argue > represents reasonably the approximate bandwidth of 802.11b/g > LANs which are common now. > > Anyway, QEMU from cvs is unusable like this, at least when > running WinXP or Win2K. The SDL layer (qemu/sdl.c) blasts > huge numbers of pixels across the network in response to even > the simplest graphical operations. Notably, moving the mouse > pointer is appalling, with an update rate of about twice per > second, which is hopeless. > Great patch! This patch combined with ssh -X -C makes qemu usable over my wireless link between office and home. Still a little laggy but at least usable. Cheers! Brad