summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-02 13:01:22 +0100
committerPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-02 13:01:22 +0100
commitdcb6c2b4e8f85d87b2fdfd3aa2bb53d560ce9a1c (patch)
treea0615490a72cfd25f61269a06278b94725212453
parent5f27cb0c4fdb3442f5dc5e95dd6a1996df1da3de (diff)
downloadtuned-dcb6c2b4e8f85d87b2fdfd3aa2bb53d560ce9a1c.tar.gz
tuned-dcb6c2b4e8f85d87b2fdfd3aa2bb53d560ce9a1c.tar.xz
tuned-dcb6c2b4e8f85d87b2fdfd3aa2bb53d560ce9a1c.zip
- Fixed the aggressinvess idea. Rather use system/user settings than have yet another separate configurtion
-rw-r--r--README.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.txt b/README.txt
index ce0532a..40a1d9f 100644
--- a/README.txt
+++ b/README.txt
@@ -48,9 +48,11 @@ tuned:
together are 100 then this will be a balanced and normalized load
- Accumulated weights per tune plugin can be > 100 or < 100. Need to decide
whether to automatically normalize it or not
-- Tuning aggressivness can be specified from 0 to 100. 0 == no PM, 100 means
+/* - Tuning aggressivness can be specified from 0 to 100. 0 == no PM, 100 means
always fully tune even under full load. Configurable globally for all tuning
- plugins and/or individually
+ plugins and/or individually */
+- Tuning modes should follow the system/user settings for power management of
+ the currently running GUI (e.g. presentation mode etc)
- all fooLoad() methods always return a hash like this: {cat -> {devname -> {subcat = load}}}
to support multiple devices per monitor (e.g. disks, network cards)
- Optional parameters for fooLoad() calls: category, subcategory and devname