diff options
author | Kamil Rytarowski <kamil@mageia.org> | 2012-04-17 01:32:08 +0000 |
---|---|---|
committer | Kamil Rytarowski <kamil@mageia.org> | 2012-04-17 01:32:08 +0000 |
commit | dae9046549885512b5dc412b9afb041cc4068ac6 (patch) | |
tree | 838c4e86879f85f68144d6dff59881445e9bd2f6 /cpufreq.sysconfig | |
parent | 7e77fd9e4ac10f314050b0783080834de3bd4c4e (diff) | |
download | cpufreq-dae9046549885512b5dc412b9afb041cc4068ac6.tar cpufreq-dae9046549885512b5dc412b9afb041cc4068ac6.tar.gz cpufreq-dae9046549885512b5dc412b9afb041cc4068ac6.tar.bz2 cpufreq-dae9046549885512b5dc412b9afb041cc4068ac6.tar.xz cpufreq-dae9046549885512b5dc412b9afb041cc4068ac6.zip |
- import filesdistro/mga1
Diffstat (limited to 'cpufreq.sysconfig')
-rw-r--r-- | cpufreq.sysconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cpufreq.sysconfig b/cpufreq.sysconfig new file mode 100644 index 0000000..2e7b122 --- /dev/null +++ b/cpufreq.sysconfig @@ -0,0 +1,12 @@ +# set cpufreq governor if defined +# possible choices are: ondemand powersave userspace performance +GOVERNOR=ondemand + +# minimum frequency +#MIN_FREQ= + +# maximum frequency +#MAX_FREQ= + +# Uncomment to use acpi-cpufreq as fallback +#USE_ACPI_CPUFREQ=yes |