qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] mouse freeze (related to new wheel mouse support?)


From: Volker Ruppert
Subject: Re: [Qemu-devel] mouse freeze (related to new wheel mouse support?)
Date: Thu, 27 Jan 2005 18:15:46 +0100
User-agent: KMail/1.5.4

Hi,

> -Start qemu. Mouse works okay.
> -Reboot the guest OS: Windows Start menu -> Shutdown -> Reboot.
> -When Windows comes back up, the mouse cursor does not respond.

I guess Windows 2000 enables the wheel mouse feature and the wheel is usable 
and after rebooting the device ID is wrong. I think the mouse type is 
affected by the mouse reset function (0xff). Please add this line in pckbd.c 
in the AUX_RESET section and let us know what happens:

s->mouse_type = 0;

--
Bye

Volker





reply via email to

[Prev in Thread] Current Thread [Next in Thread]