默认情况下,BredOS 将工具govctl
与软件包bredos-govctl
一起投放。
它默认启用,并将根据可用电池电量设定性能。
它默认启用,并将根据可用电池电量设定性能。
它默认启用,并将根据可用电池电量设定性能。
使用 GovCtl
工具将持续将调节器设置为指定的设置,覆盖或其他工具将不起作用。
如果您的工作流出现问题,请卸载软件包。
sudo pacman -R bredos-govctl
GovCtl 默认将确保所有附加设备的最大性能,如果没有机载电池,或者系统已插入。
如果系统有足够的收费,但没有接入,它将保持大部分性能,限制GPU速度和cpu推力。
如果系统没有足够的电荷(20%是此决定的默认门槛值), 它将减少功率消耗,牺牲性能和反应时间。
例如,这将使RK3588板只能运行在300毫赫中。
{.is-info}
如果你不喜欢默认,它们都可以更改。
govctl
,根权限是不需要的。戈夫特尔
[bill88t@icu | ~]> govctl
---------------------------------------
Currently applied governor: performance
---------------------------------------
usage: govctl [-h] [-g {powersave,conservative,performance}]
[-b {powersave,conservative,performance}] [-e] [-d]
[-p POWERSAVE_PERCENT]
Governor configuration tool
options:
-h, --help show this help message and exit
-g, --set-governor {powersave,conservative,performance}
Set desired governor
-b, --set-battery-governor {powersave,conservative,performance}
Set desired governor while running on battery power
-e, --enable-battery-detection
Enable battery state detection
-d, --disable-battery-detection
Disable battery state detection
-p, --powersave-percent POWERSAVE_PERCENT
Percentage at which powersave triggers
如帮助菜单所述,使用选项 -p
将允许您重新配置调节器powersave
应用的点。 默认情况下,这个比例为20%,可以定为1%到80%。 默认情况下,这个比例为20%,可以定为1%到80%。 默认情况下,这个比例为20%,可以定为1%到80%。
sudo govctl -p 30
这将使其触发力达到30%。
默认情况下,当插入电池或没有电池时,系统将保持最大性能。
如果您想应用更加保守的电源配置文件,请运行:
-g
设置插电时使用的调速器。 如果你想要它是`保守的',你的系统正在断电时:sudo govctl -g 保守的
-b
设置了当**未插入时使用的调速器。 默认情况下,当插入电池或没有电池时,系统将保持最大性能。sudo govctl -b 业绩
sudo govctl -d
这将确保“已接入”调节器在任何时候都会被应用。
sudo govctl -e