From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ET3M8-0004F6-Pc for qemu-devel@nongnu.org; Fri, 21 Oct 2005 16:19:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ET3M6-0004Ee-MS for Qemu-devel@nongnu.org; Fri, 21 Oct 2005 16:19:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ET3M6-0004Ea-Jj for Qemu-devel@nongnu.org; Fri, 21 Oct 2005 16:19:10 -0400 Received: from [156.26.12.23] (helo=kirk.math.wichita.edu) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1ET3M5-0006I6-9w for Qemu-devel@nongnu.org; Fri, 21 Oct 2005 16:19:10 -0400 Received: from kirk.math.wichita.edu (localhost [127.0.0.1]) by kirk.math.wichita.edu (8.13.4/8.12.10) with ESMTP id j9LL58fp019859 for ; Fri, 21 Oct 2005 16:05:08 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by kirk.math.wichita.edu (8.13.4/8.13.4/Submit) id j9LL58cB019858 for Qemu-devel@nongnu.org; Fri, 21 Oct 2005 16:05:08 -0500 From: James Lancaster Date: Fri, 21 Oct 2005 16:05:08 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510211605.08561.james@kirk.math.twsu.edu> Subject: [Qemu-devel] Problems with Qemu 0.7.2 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Qemu-devel@nongnu.org (With or without kqemu) 1) When switching from qemu, it doesn't like letting go of the mouse. If you don't have it grabbed, and click on another window, it will grab the mouse again, and the title bar will cycle through "Qemu" and "Qemu - Press ctrl-alt to exit grab. If you use the keyboard to move the focus, it acts as it should (in other words, no qemu grabbing). 2) "Video memory" is somehow being corrupted by changing resolution. See: http://kirk.math.twsu.edu/family/james/pics/computer/qemu-visual-errors1.png for the effect of switching from 800x600 to 640x480. (The other way it does not result in corruption.) Also changing from 16-bit to 24-bit causes corruption. (Similar to that seen in the screenshot. I can't detect a definite pattern, other than text and some icons display correctly.) 3) The video doesn't appear to handle ARGB as can be seen in the screenshot: http://kirk.math.twsu.edu/family/james/pics/computer/swiftshader-errors.png If you zoom in on that one, to see individual pixels, one can notice a dark, blue, green, red pattern. (Second screenshot dumped from the monitor: http://kirk.math.twsu.edu/family/james/pics/computer/swiftshader-errors.ppm) (Oh yeah, people on this list might want to look at Transgaming's software directx8/9 renderer if they want 3d (swiftshader, formerly swshader, webpage: http://www.transgaming.com/swiftshader.php), with kqemu, as now cpu is cheap, graphics aren't. (Unfortunately, as one can see from the screenshots in 3, there are problems)) James L