RE: [Qemu-devel] QEMU 0.8.1 and vnc

2006-08-20 Thread Dugger, Donald D
We've seen multiple issues with tightVNC, mainly because I don't believe that tightvnc does resize requests at all. Can you try a realvnc client and see if you see the same issues? -- Don Dugger Censeo Toto nos in Kansa esse decisse. - D. Gale [EMAIL PROTECTED] Ph: (303)443-3786 -Original

RE: [Qemu-devel] No useful documentation.

2006-07-05 Thread Dugger, Donald D
Well, calling it worthless is a little harsh. As with all documentation I'm sure it could be made better but, if you read the documentation carefully, it actually tells you what to do. Note that there are instructions on how to boot a CD image (section 3.3 of the user manual, check out the

[Qemu-devel] Anybody working on a USB EHCI driver?

2006-06-22 Thread Dugger, Donald D
Is anybody working on creating an EHCI driver for the USB subsystem? I have a need to access high speed devices and wanted to find out if I'd be re-inventing the wheel before I start on this. -- Don Dugger Censeo Toto nos in Kansa esse decisse. - D. Gale [EMAIL PROTECTED] Ph: (303)440-1368

RE: [Qemu-devel] [PATCH]Fix for minor video corruption under Windows

2006-05-11 Thread Dugger, Donald D
: Re: [Qemu-devel] [PATCH]Fix for minor video corruption under Windows Hi, I think the proper fix must be done in the BIOS (set VRAM to 0xFF at cirrus mode init). I made a patch for that but I must test it a little more. Fabrice. Dugger, Donald D wrote: Leo- Yeah, I started

RE: [Qemu-devel] [PATCH]Fix for minor video corruption under Windows

2006-05-10 Thread Dugger, Donald D
WD- I see the problem here, `patch' got confused because my patch was against a 0.8.0 tree and you applied it to a 0.8.1 tree. You wound up making the change to `cirrus_hook_read_sr', where the Windows driver attempts to read the mode register. The patch is supposed to apply to the routine

RE: [Qemu-devel] [PATCH]Fix for minor video corruption under Windows

2006-05-09 Thread Dugger, Donald D
Leo- Yeah, I started there but it turns out there are multiple reasons why that is the wrong place to fix things: 1) `hw/vga.c' only knows about resolution changes, the bug also appears if you change the pixel size, e.g. 24 bpp to 16 bpp. 2) Technically, because of the lazy screen update,

RE: [Qemu-devel] Improper mouse reset handling

2005-08-05 Thread Dugger, Donald D
Interesting. You're right, the protocol explicitly says that both `reset' and `set to default' are supposed to disable the mouse. I have to admit, I was basing my patch on the fact that, in tracing the commands I received from the X server, I saw a `reset' that was not followed by an `enable'.

[Qemu-devel] Improper mouse reset handling

2005-08-04 Thread Dugger, Donald D
While tracking down a problem with getting X to work with the VNC version of Qemu I discovered a problem in the way the Qemu mouse emulation was handling mouse reset commands. Turns out, the emulation code is a little over aggressive in dealing with reset commands for the mouse. Since there are