Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add 16U8EMS2 (GL65_9SCXK) #156

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions etc/isw.conf
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,41 @@ gpu_fan_speed_4 = 70
gpu_fan_speed_5 = 78
gpu_fan_speed_6 = 78

[16U8EMS2]
# GL65_9SCXK
# 16U8EMS2.100
address_profile = MSI_ADDRESS_DEFAULT
fan_mode = 140
battery_charging_threshold = 100
# CPU
cpu_temp_0 = 50
cpu_temp_1 = 57
cpu_temp_2 = 64
cpu_temp_3 = 71
cpu_temp_4 = 78
cpu_temp_5 = 85
cpu_fan_speed_0 = 0
cpu_fan_speed_1 = 40
cpu_fan_speed_2 = 48
cpu_fan_speed_3 = 56
cpu_fan_speed_4 = 64
cpu_fan_speed_5 = 72
cpu_fan_speed_6 = 80
# GPU
gpu_temp_0 = 55
gpu_temp_1 = 60
gpu_temp_2 = 65
gpu_temp_3 = 70
gpu_temp_4 = 75
gpu_temp_5 = 80
gpu_fan_speed_0 = 0
gpu_fan_speed_1 = 50
gpu_fan_speed_2 = 58
gpu_fan_speed_3 = 66
gpu_fan_speed_4 = 74
gpu_fan_speed_5 = 74
gpu_fan_speed_6 = 74

[16W1EMS1]
# 15M_A9SD 15M_A9SE
# GF65_9SD GF65_9SE
Expand Down
11 changes: 11 additions & 0 deletions usr/lib/systemd/system/isw.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh
[Unit]
Description=ISW fan control service
After=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target

[Service]
ExecStart=/usr/bin/isw -w [Section_Name]

[Install]
WantedBy=suspend.target hibernate.target hybrid-sleep.target suspend-then-hibernate.target multi-user.target