From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQSve-0003Y4-U7 for qemu-devel@nongnu.org; Tue, 26 Apr 2005 12:28:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQSvc-0003X1-R5 for qemu-devel@nongnu.org; Tue, 26 Apr 2005 12:28:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQSvc-00036u-L9 for qemu-devel@nongnu.org; Tue, 26 Apr 2005 12:28:52 -0400 Received: from [64.233.184.202] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DQSuX-0000JD-QL for qemu-devel@nongnu.org; Tue, 26 Apr 2005 12:27:45 -0400 Received: by wproxy.gmail.com with SMTP id 67so2816908wri for ; Tue, 26 Apr 2005 09:24:00 -0700 (PDT) Message-ID: Date: Tue, 26 Apr 2005 11:23:59 -0500 From: Ryan Rempel In-Reply-To: <426CA653.4000509@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <426CA653.4000509@gmx.de> Subject: [Qemu-devel] Re: [Patch] Release mouse at window edges Reply-To: Ryan Rempel , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oliver Gerlich Cc: qemu-devel@nongnu.org On 4/25/05, Oliver Gerlich wrote: > 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. >=20 > 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=3D%5CCIRRUS%20LOGIC%5CCL-GD5= 446%5CDRIVERS%5CWIN2000 >=20 > 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. >=20 > Btw. you should always be able to release mouse by pressing CTRL+ALT.=20 > If this doesn't work with my patch, it's a bug... Thanks! I'll give that a try. Using CTRL+ALT was working with your patch, so no bug there ...