Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread malc
On Thu, 9 Feb 2006, Brad Campbell wrote: I wrote a userspace touchscreen driver years ago that worked on win95-> and would probably still work on the latest and greatest.. it was actually a userspace application that talked to the touchscreen over rs232.. I could probably modify that to work

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread Paul Brook
> > From the source I can't see what device you are actually emulating > > (or is this a custom one?) > > > > Mike > > Its basically a PS/2 mouse that sends absolute coordinates instead of > relative/delta values. No it's not. It's a hack that makes the guest read the absolute coordinates from an

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread Mike Kronenberg
Txs, I was a little fast on the send button, just saw afterwards the changes to mouse.c. Was way to exited :) (After fighting with qemu os OS X x86 for a week I'm happy for any good news.) Ported your patch to cocoa.m already... but I have not tested it yet. Mike On 09.02.2006, at 13:51

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread Brad Campbell
malc wrote: At http://www.boblycat.org/~malc/code/patches/qemu/1_mqemu.tgz you will find two patches and binary XFree86 module that allows grabless mouse operation. Steps: a. patch QEMU with 1_mqemu.patch b. in the guest copy mouse_drv.o to /usr/X11R6/lib/modules/input Binary mouse_drv.o should

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread Jim C. Brown
On Thu, Feb 09, 2006 at 10:09:58AM +0100, Mike Kronenberg wrote: > Hi malc! > > Great! > > What I'm looking for now is a windows driver (how obviously :) ). You'd have to write one yourself. From what malc says, this is fairly simple though. > From the source I can't see what device you are a

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread malc
On Thu, 9 Feb 2006, Mike Kronenberg wrote: Hi malc! Hey Mike. ...great to hear, so I can burry my attempt to write support for a touchscreen device... it would have had way more overhead anyway. What I'm looking for now is a windows driver (how obviously :) ). From the source I can't see w

Re: [Qemu-devel] Grabless pointer

2006-02-09 Thread Mike Kronenberg
Hi malc! Great! ...great to hear, so I can burry my attempt to write support for a touchscreen device... it would have had way more overhead anyway. What I'm looking for now is a windows driver (how obviously :) ). From the source I can't see what device you are actually emulating (or is

[Qemu-devel] Grabless pointer

2006-02-08 Thread malc
At http://www.boblycat.org/~malc/code/patches/qemu/1_mqemu.tgz you will find two patches and binary XFree86 module that allows grabless mouse operation. Steps: a. patch QEMU with 1_mqemu.patch b. in the guest copy mouse_drv.o to /usr/X11R6/lib/modules/input Binary mouse_drv.o should work on all