Re: [Qemu-devel] [PATCH] smoother sdl display mouse

2007-07-29 Thread Jindrich Makovicka
On Tue, 24 Jul 2007 19:44:12 +0100 Daniel P. Berrange [EMAIL PROTECTED] wrote: Using a command line argument to change the refresh rate doesn't seem like a particularly optional solution. It think it would be better to have QEMU automatically adapt the refresh rate. eg, it would start off

[Qemu-devel] [PATCH] smoother sdl display mouse

2007-07-24 Thread Jindrich Makovicka
Hi, the attached patch modifies the SDL display refresh code so the mouse and keyboard events are processed each 10 ms instead of 30. This causes much better mouse behavior due to lower latency. By default, display is still refreshed only each 30 ms to prevent the increase of the cpu load, but

Re: [Qemu-devel] [PATCH] smoother sdl display mouse

2007-07-24 Thread Daniel P. Berrange
On Tue, Jul 24, 2007 at 07:50:30PM +0200, Jindrich Makovicka wrote: Hi, the attached patch modifies the SDL display refresh code so the mouse and keyboard events are processed each 10 ms instead of 30. This causes much better mouse behavior due to lower latency. By default, display is