View Single Post
Posts: 946 | Thanked: 1,650 times | Joined on Oct 2009 @ Germany
#2891
I recommend to
1) copy the template to your mydocs (when not in mass storage mode)
Code:
cp /usr/share/kernel-power-settings/ideal /home/user/MyDocs/kernel.txt
2) USB mount it to edit it on the PC. unmount and unplug USB, and try it with
Code:
sudo /usr/sbin/kernel-load /home/user/MyDocs/kernel.txt
repeat 2) until you're happy.
To permanently install this new configuration
Code:
sudo rm -f /etc/default/kernel-power
sudo cp /home/user/MyDocs/kernel.txt  /etc/default/kernel-power
sudo /usr/sbin/kernel-load
Originally Posted by nokian-series View Post
jrherras, hope this help:
Make a copy (to PC) of: /usr/share/kernel-power-settings/ideal
Edit that copy of 'ideal' you've made. Change these values to:
 

The Following 2 Users Say Thank You to titan For This Useful Post: