~ubuntu-branches/ubuntu/lucid/powernowd/lucid

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Hanno Stock
  • Date: 2008-12-01 14:49:27 UTC
  • Revision ID: james.westby@ubuntu.com-20081201144927-qfcao2mu966x0vko
Tags: 1.00-1ubuntu3
* debian/init.d: Don't use ondemand governor if it is not working
  for the particular hardware. Thanks to Daniel Gimpelevich for the
  improved patch. (LP: #223812, #229027)
* debian/control: Changed package description to better match
  what the package is doing in Ubuntu. (Using powernowd only as
  a fallback.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
Architecture: any
11
11
Depends: ${shlibs:Depends}, lsb-base (>= 1.3-9ubuntu2), module-init-tools (>=3.1-rel-2ubuntu2), laptop-detect, sysv-rc (>= 2.86.ds1-14.1ubuntu2)
12
12
Description: control cpu speed and voltage using 2.6 kernel interface
13
 
 This simple client controls CPU speed and voltage using the sysfs interface
14
 
 to the CPUFreq driver in v2.6 Linux kernels.  It does not depend on APM or
15
 
 ACPI, and it doesn't try to do anything other than control the CPU.
 
13
 This package controls CPU speed by using the sysfs interface to the CPUFreq
 
14
 driver in v2.6 Linux kernels. It does not depend on APM or ACPI,
 
15
 and it doesn't try to do anything other than control the CPU.
 
16
 .
 
17
 If supported, CPU speed is controlled entirely by the kernel, using
 
18
 the built in ondemand governor. The userspace daemon powernowd will only be
 
19
 used as a fallback.
16
20
 .
17
21
 The name is somewhat misleading, as any CPUfreq capable processor will work, 
18
22
 not just those from AMD.  However, it works better on CPUs that support more
19
23
 than two speed steps, like those with AMD's PowerNow! or Intel's Pentium M
20
24
 series.
21
25
 .
22
 
 This daemon is less complicated than cpufreqd or cpudyn, at the cost of
23
 
 absolutely depending on a 2.6 kernel with the userspace governor and sysfs
24
 
 support enabled.
 
26
 The powernowd daemon is less complicated than cpufreqd or cpudyn, at the
 
27
 cost of absolutely depending on a 2.6 kernel with the userspace governor
 
28
 and sysfs support enabled.