From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3rsI-0001xl-U3 for qemu-devel@nongnu.org; Mon, 29 Jul 2013 14:08:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3rqC-0003ez-Ep for qemu-devel@nongnu.org; Mon, 29 Jul 2013 14:07:03 -0400 Received: from e37.co.us.ibm.com ([32.97.110.158]:43850) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3rqC-0003ep-66 for qemu-devel@nongnu.org; Mon, 29 Jul 2013 14:06:40 -0400 Received: from /spool/local by e37.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 29 Jul 2013 12:06:39 -0600 Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by d03dlp01.boulder.ibm.com (Postfix) with ESMTP id 381DB1FF0044 for ; Mon, 29 Jul 2013 12:00:44 -0600 (MDT) Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6TI64EJ114568 for ; Mon, 29 Jul 2013 12:06:05 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r6TI5wRd032526 for ; Mon, 29 Jul 2013 12:05:59 -0600 From: Anthony Liguori In-Reply-To: <51F6927E.5040202@weilnetz.de> References: <51F6927E.5040202@weilnetz.de> Date: Mon, 29 Jul 2013 13:05:52 -0500 Message-ID: <871u6htf5r.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [BUG] GTK terminal is broken List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil , qemu-devel 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 > 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.