From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kwi3a-0006zd-0e for qemu-devel@nongnu.org; Sun, 02 Nov 2008 13:52:14 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kwi3X-0006xR-OI for qemu-devel@nongnu.org; Sun, 02 Nov 2008 13:52:12 -0500 Received: from [199.232.76.173] (port=39055 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kwi3X-0006x7-A4 for qemu-devel@nongnu.org; Sun, 02 Nov 2008 13:52:11 -0500 Received: from rv-out-0708.google.com ([209.85.198.247]:27374) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kwi3W-0003d9-2Y for qemu-devel@nongnu.org; Sun, 02 Nov 2008 13:52:10 -0500 Received: by rv-out-0708.google.com with SMTP id f25so1956447rvb.22 for ; Sun, 02 Nov 2008 10:52:08 -0800 (PST) Message-ID: Date: Sun, 2 Nov 2008 19:52:08 +0100 From: "andrzej zaborowski" In-Reply-To: <490DF4AB.60304@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080924173553.GQ31395@us.ibm.com> <490DF4AB.60304@web.de> Subject: [Qemu-devel] Re: [5309] Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: ryanh@us.ibm.com, qemu-devel@nongnu.org 2008/11/2 Jan Kiszka : > Ryan Harper wrote: >> * Andrzej Zaborowski [2008-09-23 22:37]: >>> Revision: 5309 >>> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5309 >>> Author: balrog >>> Date: 2008-09-24 03:32:33 +0000 (Wed, 24 Sep 2008) >>> >>> Log Message: >>> ----------- >>> Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. >>> >>> This partially reverts r4812 to fix an issue highlighted by Ryan Harper >>> with all vc's being fixed size which prevented backends with resizable >>> window (curses) from displaying okay. >> >> Excellent! This fixed -curses mode for me. >> > > ...but it breaks setting the monitor etc. consoles to reasonable sizes > in case the graphical console is too small (e.g. the Musicpal uses > 384x192 pixels). Is there no way to address both issues? -monitor vc:800x600 should cause the monitor to be TEXT_CONSOLE_FIXED_SIZE, i.e. like before this commit. Maybe vc:80Cx25C should be default for all text consoles when using SDL and for -curses vc should be default (currently the default is a mix). Cheers