diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-22 20:50:14 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-22 20:50:14 -0700 |
commit | 5000e077a657c3fc90846dd99016e5acee631396 (patch) | |
tree | b677e6cd1d87096f187676af3f6296f5ec18bf29 | |
parent | 3251cbdae0d2a93df19a041a63429d3106f1c922 (diff) |
Start using irqbalance
https://www.reddit.com/r/PINE64official/comments/1dr2qz1/pinephone_software_in_2024_a_rapidfire_comparison/
wrote that using irqbalance has huge 7-8 times improvements on
"screen-off" battery life. Not sure what's that screen-off means. I
tested 4 hours pinephone suspend without power adaptor with and without
irqbalance, without irqbalance battery drop from 99% to 88%, with it
drop to 91%, so I think maybe it is useful, so I choose to use it.
-rw-r--r-- | home/xyz/.config/myconf/pacman_Qqne | 1 | ||||
-rw-r--r-- | home/xyz/.config/myconf/sye | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/home/xyz/.config/myconf/pacman_Qqne b/home/xyz/.config/myconf/pacman_Qqne index 1b0dba3b..16f7eac8 100644 --- a/home/xyz/.config/myconf/pacman_Qqne +++ b/home/xyz/.config/myconf/pacman_Qqne @@ -71,6 +71,7 @@ ifuse ioping iotop-c iperf3 +irqbalance java-commons-lang jq ladspa diff --git a/home/xyz/.config/myconf/sye b/home/xyz/.config/myconf/sye index aceb0ffe..3beb745b 100644 --- a/home/xyz/.config/myconf/sye +++ b/home/xyz/.config/myconf/sye @@ -4,6 +4,7 @@ chronyd.service enabled disabled danctnix-tweakd.service enabled disabled eg25-manager.service enabled disabled getty@.service enabled enabled +irqbalance.service enabled disabled ModemManager.service enabled disabled NetworkManager-dispatcher.service enabled disabled NetworkManager-wait-online.service enabled disabled @@ -20,4 +21,4 @@ paccache.timer enabled disabled pacman-filesdb-refresh.timer enabled disabled units_currency.timer enabled disabled -20 unit files listed. +21 unit files listed. |