diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-10-16 15:23:08 +0100 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-10-16 15:23:08 +0100 |
commit | 4d909153e79661e54999e51693668f6d1ecc1cca (patch) | |
tree | df8bdc6ad3df0111af7a840a22df30eee69c2f84 | |
parent | e665b159fb896880b4e9bb16948b696acf647691 (diff) | |
download | librebootfr-4d909153e79661e54999e51693668f6d1ecc1cca.tar.gz librebootfr-4d909153e79661e54999e51693668f6d1ecc1cca.zip |
docs/misc/index.html notes about processor.max_cstate=2
-rw-r--r-- | docs/misc/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/misc/index.html b/docs/misc/index.html index 2b283ada..5ff06a30 100644 --- a/docs/misc/index.html +++ b/docs/misc/index.html @@ -42,6 +42,11 @@ <p> Might want to run with --calibrate first </p> + <p> + If powertop doesn't work, another way (reduces battery life slightly) is + to add <i>processor.max_cstate=2</i> to the <i>linux</i> line in grub.cfg, + using <a href="../gnulinux/grub_cbfs.html">this guide</a>. + </p> </div> <p><a href="#pagetop">Back to top of page</a></p> @@ -96,6 +101,11 @@ WantedBy=multi-user.target <p> Might want to run with --calibrate first </p> + <p> + If powertop doesn't work, another way (reduces battery life slightly) is + to add <i>processor.max_cstate=2</i> to the <i>linux</i> line in grub.cfg, + using <a href="../gnulinux/grub_cbfs.html">this guide</a>. + </p> <p><a href="#pagetop">Back to top of page</a></p> |