From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DPylD-0002cN-IH for qemu-devel@nongnu.org; Mon, 25 Apr 2005 04:16:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DPylA-0002ab-BX for qemu-devel@nongnu.org; Mon, 25 Apr 2005 04:16:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPylA-000270-8Q for qemu-devel@nongnu.org; Mon, 25 Apr 2005 04:16:04 -0400 Received: from [193.96.240.2] (helo=br2uxs04.hb.orthogon.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DPykd-000241-PU for qemu-devel@nongnu.org; Mon, 25 Apr 2005 04:15:32 -0400 Message-ID: <426CA653.4000509@gmx.de> Date: Mon, 25 Apr 2005 10:12:03 +0200 From: Oliver Gerlich MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [Patch] Release mouse at window edges Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Ryan Rempel Cc: qemu-devel@nongnu.org Ryan Rempel wrote: > I've been using your patch for releasing the mouse at window edges > (the -autograb path) successfully with a Windows 98 guest. However, > I'm now trying to set up a Windows 2000 guest, and the mouse isn't > releasing -- things work as they would without the patch. > > Is this a known issue, or is it working for you with a Windows 2000 guest? > This is a known issue. I think the standard Cirrus graphics driver in Win2k doesn't support hardware cursors, so autograb doesn't work out-of-the-box. There's a newer graphics driver for Win2k at http://www.hofnet.com/fire/browse.asp?target=%5CCIRRUS%20LOGIC%5CCL-GD5446%5CDRIVERS%5CWIN2000 This driver supports hardware cursors; but you still have to use non-colored mouse cursors and disable mouse shadow. It then works nicely for me. Btw. you should always be able to release mouse by pressing CTRL+ALT. If this doesn't work with my patch, it's a bug... Oliver Gerlich