From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NB1tw-000842-5e for qemu-devel@nongnu.org; Thu, 19 Nov 2009 02:58:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NB1tq-0007yH-FC for qemu-devel@nongnu.org; Thu, 19 Nov 2009 02:57:58 -0500 Received: from [199.232.76.173] (port=48344 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NB1tq-0007yB-CK for qemu-devel@nongnu.org; Thu, 19 Nov 2009 02:57:54 -0500 Received: from mx20.gnu.org ([199.232.41.8]:20711) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NB1tp-0003Cx-Pj for qemu-devel@nongnu.org; Thu, 19 Nov 2009 02:57:53 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NB1to-0000pK-K4 for qemu-devel@nongnu.org; Thu, 19 Nov 2009 02:57:52 -0500 Message-ID: <4B04FA73.60003@mail.berlios.de> Date: Thu, 19 Nov 2009 08:57:39 +0100 From: Stefan Weil MIME-Version: 1.0 Subject: [Qemu-devel] [BUG] Changing SDL full screen mode no longer works References: <4B0450C7.70708@mail.berlios.de> In-Reply-To: <4B0450C7.70708@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aurel32@debian.org Cc: qemu-devel@nongnu.org, Stefano Stabellini Stefan Weil schrieb: > Stefano Stabellini schrieb: >> Hi all, >> currently vga always resizes the screen when vga_hw_invalidate is called >> while this is not required and all the other graphic emulators don't. >> This patch fixes it, making vga invalidate behaviour consistent with the >> other emulated devices. >> >> Signed-off-by: Stefano Stabellini > > This rather old patch breaks switching to and from full screen mode > using SDL and alt-ctrl-f key. > > Please revert or fix it. The patch is also part of stable-0.11, so I > expect the same problem there (but did not test it). > > Found by git bisect, tested on several linux installations. > Debian qemu 0.11.0-5 is suffering from this bug, too. So 0bd8246bfec1dfb2eb959f52db535572c0260f4c should be reverted or fixed not only for master but also for stable-0.11. Regards, Stefan