From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EUPZo-0000Aw-35 for qemu-devel@nongnu.org; Tue, 25 Oct 2005 10:14:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EUPZn-0000AR-BD for qemu-devel@nongnu.org; Tue, 25 Oct 2005 10:14:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EUPZm-0000A7-VU for qemu-devel@nongnu.org; Tue, 25 Oct 2005 10:14:55 -0400 Received: from [72.14.204.196] (helo=qproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EUPZm-0001c0-OR for qemu-devel@nongnu.org; Tue, 25 Oct 2005 10:14:54 -0400 Received: by qproxy.gmail.com with SMTP id u24so382635qbh for ; Tue, 25 Oct 2005 07:14:53 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 09:14:53 -0500 From: Ryan Rempel Subject: Re: [Qemu-devel] Problems with Qemu 0.7.2 In-Reply-To: <20051022144024.GB22772@jbrown.mylinuxbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200510211605.08561.james@kirk.math.twsu.edu> <20051022144024.GB22772@jbrown.mylinuxbox.org> 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 On 10/22/05, Jim C. Brown wrote: > On Fri, Oct 21, 2005 at 04:05:08PM -0500, James Lancaster wrote: > > This doesn't suprise me. I hacked the source code so qemu doesn't grab th= e > mouse, and just disable mouse acceleration in the guest. It works beautif= ully > for me. > > The reason this isn't default is because it is a pain to turn off acceler= ation > in most guests, and in a few it can't be turned off at all. No one has > found a way around this. I'd be very interested in this hack -- could you post it, or at least a hint about what kind of changes are involved (I guess I can look at the source as easily as the next person, but why reinvent the wheel). The reason I'm interested is that I'm using FreeNX to access my Unix machine (on which QEMU runs), and the grabbing / accelerating plays havoc with FreeNX (i.e. the reaction of the cursor is slightly unpredictable, which is entertaining, but ...) BTW, my guest OS is Windows 2000 -- do you happen to know if it is possible to turn off acceleration there? If not, I suppose I'm out of luck.