From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPjUo-0002Wh-Vs for qemu-devel@nongnu.org; Wed, 21 Jan 2009 15:16:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPjUn-0002V5-6k for qemu-devel@nongnu.org; Wed, 21 Jan 2009 15:16:18 -0500 Received: from [199.232.76.173] (port=50161 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPjUm-0002Ut-SV for qemu-devel@nongnu.org; Wed, 21 Jan 2009 15:16:16 -0500 Received: from mail-fx0-f20.google.com ([209.85.220.20]:60012) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPjUm-0007uN-Ix for qemu-devel@nongnu.org; Wed, 21 Jan 2009 15:16:16 -0500 Received: by fxm13 with SMTP id 13so758674fxm.10 for ; Wed, 21 Jan 2009 12:16:15 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20090121200345.GB5237@const.famille.thibault.fr> References: <20090121200345.GB5237@const.famille.thibault.fr> Date: Wed, 21 Jan 2009 22:16:15 +0200 Message-ID: Subject: Re: [Qemu-devel] [6391] Fix nographic mode and VNC From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 On 1/21/09, Samuel Thibault wrote: > Blue Swirl, le Wed 21 Jan 2009 19:28:14 +0000, a =C3=A9crit : > > > +static void nographic_update(void *opaque) > > +{ > > + uint64_t interval =3D GUI_REFRESH_INTERVAL; > > + > > + qemu_mod_timer(nographic_timer, interval + qemu_get_clock(rt_cloc= k)); > > +} > > > Maybe less often than 33 times per second? SDL uses 2 times per second > when the window is minimized. I just tried: it's not enough, the serial console is unusably slow.