From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FZeA1-00070v-Lm for qemu-devel@nongnu.org; Fri, 28 Apr 2006 21:22:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FZe9z-00070b-6Z for qemu-devel@nongnu.org; Fri, 28 Apr 2006 21:22:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FZe9z-00070I-0V for qemu-devel@nongnu.org; Fri, 28 Apr 2006 21:22:11 -0400 Received: from [24.93.47.40] (helo=ms-smtp-01.texas.rr.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FZeDE-0002ab-Qj for qemu-devel@nongnu.org; Fri, 28 Apr 2006 21:25:33 -0400 Received: from [192.168.0.11] (cpe-67-9-160-120.austin.res.rr.com [67.9.160.120]) by ms-smtp-01.texas.rr.com (8.13.4/8.13.4) with ESMTP id k3T1M8uR014476 for ; Fri, 28 Apr 2006 20:22:09 -0500 (CDT) Message-ID: <4452BFBA.2050502@austin.rr.com> Date: Fri, 28 Apr 2006 20:22:02 -0500 From: Lonnie Mendez MIME-Version: 1.0 Subject: Re: [Qemu-devel] vnc patch References: In-Reply-To: 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 Christian Bourque wrote: > Eric, is it possible to tweak something to fix the mouse issue? > Because under w2k my mouse is completely out of sync... > > I tried disabling mouse acceleration like I read on the list but that > didn't help... > CVS has a usb tablet mouse that features absolute coordinate support. This will eliminate the acceleration problem for guests with support. Search the mailing list for more information. There is another vnc patch by Anthony Liguori (same person involved with the tablet along with others). From what I've heard it will reduce the bandwidth usage greatly.