From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3s1u-0006ns-94 for qemu-devel@nongnu.org; Mon, 29 Jul 2013 14:18:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3s1o-000763-82 for qemu-devel@nongnu.org; Mon, 29 Jul 2013 14:18:46 -0400 Received: from smtp.mail.uni-mannheim.de ([134.155.96.80]:36441) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3s1o-00075n-1R for qemu-devel@nongnu.org; Mon, 29 Jul 2013 14:18:40 -0400 Message-ID: <51F6B1FC.7060707@weilnetz.de> Date: Mon, 29 Jul 2013 20:18:36 +0200 From: Stefan Weil MIME-Version: 1.0 References: <51F6927E.5040202@weilnetz.de> <871u6htf5r.fsf@codemonkey.ws> In-Reply-To: <871u6htf5r.fsf@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [BUG] GTK terminal is broken List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel Am 29.07.2013 20:05, schrieb Anthony Liguori: > Stefan Weil writes: > >> Hello, >> >> maybe most developers will already have noticed that the terminal output >> in QEMU's GTK user interface is broken. As far as I know, it never worked, >> but as there are working alternatives, I did not care much and forgot to >> report the issues. >> >> See these snapshots which show the problems with QEMU's GTK terminals: >> >> http://qemu.weilnetz.de/test/bugs/qemu-gtk-demo1.png >> >> Here the first line of the QEMUmonitor is only partially visible. >> Tested with Cygwin/X on W64 host, QEMU running on Debian Linux. >> Other X servers (e.g. native X on Debian Linux) don't show this >> problem. > It's a GTK/Cygwin/X bug. > > We use a vbox without anything particularly fancy happening. Looks like > something is calculating layout incorrectly. > > Regards, > > Anthony Liguori I miss a comment on the more important next two points. They are _not_ related to Cygwin / X. Do you investigate them? >> http://qemu.weilnetz.de/test/bugs/qemu-gtk-demo2.png >> >> This shows crippled output of "help" in the QEMU monitor >> (look for "default frequency" at the bottom of the page). >> Tested with several X servers. >> >> >> http://qemu.weilnetz.de/test/bugs/qemu-gtk-demo3.png >> >> This shows crippled output in the QEMU serial console. >> The Linux kernel boot messages are hardly readable. >> Tested with several X servers, x86 and mips kernels, >> GTK 2 and GTK 3. >> >> >> Regards, >> >> StefanW.