feat: update asusd config

This commit is contained in:
tux
2025-10-02 13:54:25 +05:30
parent 4a88e9bd60
commit 4dbd7264a2

View File

@@ -291,25 +291,30 @@
asusdConfig.text = '' asusdConfig.text = ''
( (
charge_control_end_threshold: 80, charge_control_end_threshold: 80,
panel_od: false,
mini_led_mode: false,
disable_nvidia_powerd_on_battery: true, disable_nvidia_powerd_on_battery: true,
ac_command: "", ac_command: "",
bat_command: "", bat_command: "",
platform_policy_on_battery: Quiet,
platform_policy_on_ac: Quiet, platform_profile_linked_epp: true,
ppt_pl1_spl: None, platform_profile_on_battery: Quiet,
ppt_pl2_sppt: None, platform_profile_on_ac: Performance,
ppt_fppt: None,
ppt_apu_sppt: None, change_platform_profile_on_battery: true,
ppt_platform_sppt: None, change_platform_profile_on_ac: true,
nv_dynamic_boost: None,
nv_temp_target: None, profile_quiet_epp: Power,
profile_balanced_epp: BalancePower,
profile_custom_epp: Performance,
profile_performance_epp: Performance,
ac_profile_tunings: {},
dc_profile_tunings: {},
armoury_settings: {},
) )
''; '';
profileConfig.text = '' profileConfig.text = ''
( (
active_profile: Balanced, active_profile: Quiet,
) )
''; '';
fanCurvesConfig.text = '' fanCurvesConfig.text = ''
@@ -320,13 +325,13 @@
fan: CPU, fan: CPU,
pwm: (2, 22, 45, 68, 91, 153, 153, 153), pwm: (2, 22, 45, 68, 91, 153, 153, 153),
temp: (55, 62, 66, 70, 74, 78, 78, 78), temp: (55, 62, 66, 70, 74, 78, 78, 78),
enabled: true, enabled: false,
), ),
( (
fan: GPU, fan: GPU,
pwm: (2, 25, 48, 71, 94, 165, 165, 165) pwm: (2, 25, 48, 71, 94, 165, 165, 165),
temp: (55, 62, 66, 70, 74, 78, 78, 78), temp: (55, 62, 66, 70, 74, 78, 78, 78),
enabled: true, enabled: false,
), ),
], ],
performance: [ performance: [
@@ -334,19 +339,19 @@
fan: CPU, fan: CPU,
pwm: (35, 68, 79, 91, 114, 175, 175, 175), pwm: (35, 68, 79, 91, 114, 175, 175, 175),
temp: (58, 62, 66, 70, 74, 78, 78, 78), temp: (58, 62, 66, 70, 74, 78, 78, 78),
enabled: true, enabled: false,
), ),
( (
fan: GPU, fan: GPU,
pwm: (35, 71, 84, 94, 119, 188, 188, 188), pwm: (35, 71, 84, 94, 119, 188, 188, 188),
temp: (58, 62, 66, 70, 74, 78, 78, 78), temp: (58, 62, 66, 70, 74, 78, 78, 78),
enabled: true, enabled: false,
), ),
], ],
quiet: [ quiet: [
( (
fan: CPU, fan: CPU,
pwm: (2, 12, 25, 35, 48, 61, 84, 90), pwm: (2, 12, 22, 35, 45, 58, 79, 79),
temp: (55, 62, 66, 70, 74, 78, 82, 82), temp: (55, 62, 66, 70, 74, 78, 82, 82),
enabled: true, enabled: true,
), ),