From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FShxG-0005gm-Rd for qemu-devel@nongnu.org; Sun, 09 Apr 2006 18:00:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FShxF-0005gK-Me for qemu-devel@nongnu.org; Sun, 09 Apr 2006 18:00:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FShxF-0005gH-Id for qemu-devel@nongnu.org; Sun, 09 Apr 2006 18:00:21 -0400 Received: from [203.190.192.17] (helo=wasp.net.au) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FSi1k-0000Hf-BG for qemu-devel@nongnu.org; Sun, 09 Apr 2006 18:05:00 -0400 Message-ID: <44398445.4010602@wasp.net.au> Date: Mon, 10 Apr 2006 02:01:41 +0400 From: Brad Campbell MIME-Version: 1.0 Subject: Re: [Qemu-devel] Gentlemen we have absolute movement! was:Absolute USB-HID device musings (was Re: VNC Terminal Server) References: <443802FB.9060700@win4lin.com> <44381AE0.1020106@wasp.net.au> <443825D8.3080602@win4lin.com> <443953D7.3060109@wasp.net.au> <44395575.1040303@austin.rr.com> <44395EE9.3040403@wasp.net.au> <44396E20.6010103@wasp.net.au> <4439753C.8080405@us.ibm.com> <44397848.1070707@wasp.net.au> <44397EFA.5070104@us.ibm.com> In-Reply-To: <44397EFA.5070104@us.ibm.com> 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 Anthony Liguori wrote: > + kbd_mouse_abs_event(dx * 0x7FFF / width, > + dy * 0x7FFF / height, I had just made that same mod to my tree.. solved the tracking problem perfectly. Now if only it would work under win98 without modification.. Look what I just stumbled across.. irrelevant now I guess.. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/Hid_d/hh/HID_d/km-ovr_8d838937-f6b9-4245-8bb0-758bf162af7e.xml.asp I wonder.. does windows switch over from ps2 to hid or just react to both and given hid is more positive about where it wants the mouse to go it wins ? I'm sure I've used a ps2 mouse and a usb mouse on windows before.. I'm thought they both worked at the same time. Like what you have with the rest of the patch.. I'll clean up my tree and go with that I think.. That should work quite well for sdl, gtk and vnc displays.. I guess cocoa also.. Now all we need is X support. I guess as a temporary measure the wacom patch works with linux.. Do you find having usb enabled makes the windows session feel a bit less responsive or jerkier ? I know the mouse tracking is not as smooth with usb.. perhaps having ps2 and usb on together will smooth that out a little. -- "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