reqopflicks.blogg.se

How to set up powersaves
How to set up powersaves










how to set up powersaves

$ cat << EOF | sudo tee /etc/systemd/system/cpupower. The governor "powersave" may decide which speed to useĬurrent CPU frequency is 3.09 GHz (asserted by call to hardware).Ĭurrent CPU frequency is 3.14 GHz (asserted by call to hardware).Ĭreate systemd service file to set CPU governor at system boot. $ sudo cpupower -c all frequency-set -g powersave Set CPU governor to the target state ( powersave in this example). The governor "performance" may decide which speed to useĬurrent CPU frequency is 3.11 GHz (asserted by call to hardware).ĬPUs which run at the same hardware frequency: 1ĬPUs which need to have their frequency coordinated by software: 1ĬPUs which run at the same hardware frequency: 2ĬPUs which need to have their frequency coordinated by software: 2Ĭurrent CPU frequency is 3.12 GHz (asserted by call to hardware).ĬPUs which run at the same hardware frequency: 3ĬPUs which need to have their frequency coordinated by software: 3Ĭurrent CPU frequency is 3.13 GHz (asserted by call to hardware). $ sudo cpupower -c all frequency-infoĬPUs which run at the same hardware frequency: 0ĬPUs which need to have their frequency coordinated by software: 0Īvailable cpufreq governors: performance, powersaveĬurrent policy: frequency should be within 500 MHz and 3.20 GHz. $ sudo apt-get install linux-tools-common linux-tools-$(uname -r) The first thing I did after system installation was to configure CPU governor and set it at system boot. When CPU frequency governor is set to 'powersave' mode, CPU is set to the lowest static frequency (within the borders of scalingminfreq and scalingmaxfreq). The 'scalinggovernor' feature enables setting a static frequency to the CPU.Frequency value must be between scalingminfreq and scalingmaxfreq. Currently, I am playing with recent Ubuntu Wily Werewolf on my personal notebook. This is a configuration guide to modify CPU performance.












How to set up powersaves