~ubuntu-branches/ubuntu/saucy/cpufreqd/saucy-updates

« back to all changes in this revision

Viewing changes to debian/cpufreqd.default

  • Committer: Bazaar Package Importer
  • Author(s): Mattia Dongili
  • Date: 2006-12-17 17:13:57 UTC
  • mfrom: (3.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061217171357-atrpxy6jqdq846jm
Tags: 2.2.1-2
Provide a more conservative config files, users owning non ondemand
capable CPU have complained. (Closes: #400580)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Cpufreqd startup configuration
 
2
 
 
3
# CPU kernel module.
 
4
# Leave empty if you wish to load the modules another way,
 
5
# or if CPUFreq support for your cpu is built in.
 
6
CPUFREQ_CPU_MODULE=""
 
7
 
 
8
# Governor modules.
 
9
# A list separated by spaces. They are needed by cpufreqd 
 
10
# to load your policies. The init script can automatically
 
11
# try to load them. Leave empty to disable loading governor
 
12
# modules at all, use "auto" to let the script do the job.
 
13
CPUFREQ_GOV_MODULES="auto"