From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60260) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3pvt-0005j6-TF for qemu-devel@nongnu.org; Mon, 29 Jul 2013 12:04:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3pvn-0003kY-7c for qemu-devel@nongnu.org; Mon, 29 Jul 2013 12:04:25 -0400 Received: from smtp.mail.uni-mannheim.de ([134.155.96.80]:52488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3pvn-0003kI-1I for qemu-devel@nongnu.org; Mon, 29 Jul 2013 12:04:19 -0400 Message-ID: <51F6927E.5040202@weilnetz.de> Date: Mon, 29 Jul 2013 18:04:14 +0200 From: Stefan Weil MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [BUG] GTK terminal is broken List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Anthony Liguori 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. 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.