From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5IGy-0006AO-Q7 for qemu-devel@nongnu.org; Sun, 27 Feb 2005 01:51:25 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5IGt-00067v-Ra for qemu-devel@nongnu.org; Sun, 27 Feb 2005 01:51:20 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5IGs-00062X-6X for qemu-devel@nongnu.org; Sun, 27 Feb 2005 01:51:18 -0500 Received: from [203.190.192.17] (helo=wasp.net.au) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D5Hji-0006d9-HO for qemu-devel@nongnu.org; Sun, 27 Feb 2005 01:17:02 -0500 Message-ID: <422165CF.5030409@wasp.net.au> Date: Sun, 27 Feb 2005 10:16:47 +0400 From: Brad Campbell MIME-Version: 1.0 Subject: Re: [Qemu-devel] [Patch] Release mouse at window edges References: <6879.1109430585@www57.gmx.net> <42214E8D.6060801@wasp.net.au> In-Reply-To: <42214E8D.6060801@wasp.net.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 Brad Campbell wrote: > olig9@gmx.de wrote: > >> Hello, >> the attached patch makes Qemu ungrab the mouse cursor when the guest >> mouse >> cursor hits the window edges. It also makes qemu automatically grab the >> mouse when the host mouse cursor enters the window. >> > > This patch just causes qemu to abort on startup for me. > I stand corrected. The patch makes some changes to vl.h which do not cause the source files that depend on it to be re-built. A make clean ; configure ; make solved it. The recommended graphics drivers for 2k can be shoehorned into XP-SP1a. Just make sure you select 16 bit mode before you install the drivers, as they just puke in 24 bit mode and garble the display such as to make it pretty hard to actually do anything to reconfigure it after the fact! The mouse positioning has its fair share of quirks, but once the right drivers are installed it works as designed. Good job! Regards, Brad -- "Human beings, who are almost unique in having the ability to learn from the experience of others, are also remarkable for their apparent disinclination to do so." -- Douglas Adams