View Single Post
James_Littler's Avatar
Posts: 820 | Thanked: 436 times | Joined on May 2010 @ Portsmouth, UK.
#4
Originally Posted by AlMehdi View Post
It is not good to edit the files in "/usr/share/kernel-power-settings". And it is probably easier for you to use leafpad to edit the files.

1. install leafpad
2. open terminal
3. to make: /usr/sbin/kernel-config save myconfig
4. to edit: leafpad /home/user/.kernel/myconfig
5. to use: /usr/sbin/kernel-config load myconfig

Then you will have to load "myconfig" or what ever name you chose after every reboot.
Should be

1. install leafpad
2. open terminal
3. root
4. kernel-config save myconfig
5. leafpad /home/user/.kernel/myconfig
6. kernel-config load myconfig

If stable and you want to run these kernel settings as default

7. kernel-config default myconfig
 

The Following User Says Thank You to James_Littler For This Useful Post: