Laptop: Difference between revisions
imported>AmnesiaAmesia m Correct small mistake in example |
imported>AmnesiaAmesia m Corrected scalling of freqs according to documentation on tlp |
||
| Line 19: | Line 19: | ||
CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; | CPU_ENERGY_PERF_POLICY_ON_AC = "performance"; | ||
CPU_MIN_PERF_ON_AC = 0; | |||
CPU_MAX_PERF_ON_AC = 100; | |||
CPU_MIN_PERF_ON_BAT = 0; | |||
CPU_MAX_PERF_ON_BAT = 20; | |||
}; | }; | ||
}; | |||
</syntaxHighlight> | </syntaxHighlight> | ||