The pm util power saving scripts only work when a laptop is on battery, not when it is plugged in to AC. Is there a way to make pm utils run all the time, regardless of whether the laptop is connected to a power outlet or not?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
You can enabled this using:
or if you want, I guess you could add the following to /etc/rc.local:
|
|||
|
You can make a script
Copy paste the following the following in power file
Now you need to assign execution permission of power script
Now you will have pm-powersave true on both ac/bat |
|||
|
|
