[Tails-dev] Consider battery charging thresholds and optimiz…

Delete this message

Reply to this message
Autor: John
Data:  
Dla: tails-dev
Temat: [Tails-dev] Consider battery charging thresholds and optimizations
It might be a good idea to to look at including the tlp and tlp-rdw packages
> TLP supplies separate settings profiles for AC and battery power and

can enable or disable Bluetooth, Wi-Fi and WWAN radio devices upon
system startup.

Setting in the `/etc/default/tlp config`

# Sets the charge threshold to 80% similar to windows settings as to not
overcharge the battery when AC is plugged in
TLP_BATTERY_CHARGE_THRESHOLDS="75 80"

# This sets the default screen display brightness when on battery to 75
and 100 when plugged in
TLP_DEFAULT_BRIGHTNESS_ON_AC=100
TLP_DEFAULT_BRIGHTNESS_ON_BAT=75

Another suggestion would be disabling "GNOME animations" which could
equal Improved Performance, Faster Response Time, and Battery Saving.

Adding these two lines to `/etc/dconf/db/local.d/00_Tails_defaults`

[org/gnome/desktop/interface]
enable-animations = false