similar to: [PATCH] ioemu: Slown down refresh interval when SDL is minimized

Displaying 12 results from an estimated 12 matches similar to: "[PATCH] ioemu: Slown down refresh interval when SDL is minimized"

2009 Mar 02
0
[PATCH 4 of 13] DisplayState interface change
Import "DisplayState interface change" from qemu mainstream: the patch has been adapted to qemu-xen and merged with several following fixes. The original qemu svn commit is the following: git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6336 c046a42c-6fe2-441c-8c8c-71466251a162 Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> --- diff --git a/console.c
2008 Feb 29
35
[RFC] PVFB: Add refresh period to XenStore parameters?
Hello, Sometimes the backend of PVFB knows that it doesn''t need permanent refresh, when the window is minimized for instance (no refresh at all), or the administration tools know that the window is thumnailed, and so a slow refresh rate is fine. Also, some users may want to tune the refresh rate according to the smoothness they would like, balanced with the CPU time that requires.
2006 Jul 13
3
[PATCH] Update new qemu-dm to spawn vncviewer
This patch does 3 things to the new device model, qemu-dm: 1) Add `vncviewer'' as an option to `qemu-dm'' to spawn a `vncviewer'' process. 2) Have the `vncviewer'' config parameter translate to the `vncviewer'' flag to `qemu-dm''. 3) Add a new config parameter, `vncconnect'', that spawns a `vncviewer'' process that looks for a
2004 Dec 01
1
Possible Memory Leak
Hi there, We're using tinc to create a vpn between two halfs of a linux cluster situated in geographically disparate locations. As time progresses, the two tinc daemons use more and more memory, to the point that after a few days running, their vm size is around the 400 megabyte mark. The version of tinc that we're using is 1.0.3, and we are running on a 'slightly' customised
2005 Oct 22
4
Differentiating between http downloads and interactive traffic
Hi, I''ve been wondering if anyone has thought of a way to differentiate between an established http download and interactive http traffic? I would like to give interactive http traffic priority over someone downloading large files. Has anyone any ideas how to detect packets that are part of a download like this? Thanks. _______________________________________________
2006 Jun 14
1
Request: Option for "scale" plugin to show minimized windows
[If this is not the correct list for this request then please let me know!] Hello, I would like to be able to use the "scale" plugin as a complete taskbar replacement. To achieve I propose adding an option that minimized windows be shown by scale. Currently, they are not. Another good option to have would be if a keyboard modifier could be used (or a separate hot-corner) to
2007 Jan 01
2
Get pixmap of minimized windows?
Is it possible to get pixmaps of minimized windows? I don't want to use ugly hacks like "temp unminimize" just to get it. Stjepan
2008 Feb 27
0
CPU lagged while wine minimized or not in active workspace?
hi is anybody mention that wine applications "eat" more CPU while minimized or not in active workspace? (wine --version 0.9.55) [ ]no --> would you please try it out if you dont have allready? [ ]yes --> any idea what i can do against that? future more i realy missing tuning tips or must you/i be a wine hacker to do so? last but not least you do a great job on wine i never
2006 Apr 14
1
Getting SVM minimized function value
Hello, I have been searching a way to get the resulting optimized function value of a trained SVM model (svm from the package e1071) but I have not succeed. Does anyone knows a way to get that value? Pau
2008 Jun 27
2
Minimized Firefox is not visible on panel in CentOS 5.2
Hi, I opened a Firefox on Desktop, but when I clicked Minimize Window button, the Firefox disappeared and there was no icon on the panel, I simply could not find it any more (it did not close), this was the same for the terminal as well . How can I make the Firefox icon visible on panel (or workplaces) even it was minimized? Thank you. Jim
2010 Jun 30
6
minimized application in WINE but can't find it again
hi I'm running Ubuntu 10.04 LTS and using the latest version of WINE (downloaded yesterday) I am currently running a downloader/installer in WINE and i minimized it accidentally and now i can't find it to restore it, it's not a huge issue as i'm sure the downloader/installer is still running but i would like to know how far the progress on it is... I'm running WINE in a
2006 Jul 18
33
Paravirtualised drivers for fully virtualised domains
(The list appears to have eaten my previous attempt to send this. Apologies if you receive multiple copies.) The attached patches allow you to use paravirtualised network and block interfaces from fully virtualised domains, based on Intel''s patches from a few months ago. These are significantly faster than the equivalent ioemu devices, sometimes by more than an order of magnitude.