From 0d60053b393424cfbe195cd5491e3c2d24932bb2 Mon Sep 17 00:00:00 2001 From: MIDHUNGRAJ Date: Mon, 16 Jun 2025 23:11:10 +0530 Subject: [PATCH 1/2] MSI GF 65 16W1EMS2 --- etc/isw.conf | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/etc/isw.conf b/etc/isw.conf index 3a3cd81..50d79c1 100644 --- a/etc/isw.conf +++ b/etc/isw.conf @@ -1333,3 +1333,92 @@ gpu_fan_speed_address_6 = 0x90 realtime_gpu_temp_address = 0x80 realtime_gpu_fan_speed_address = 0x89 realtime_gpu_fan_rpm_address = 0xca + +[16W1EMS2] +address_profile = MSI_ADDRESS_DEFAULT +fan_mode = 140 +battery_charging_threshold = 60 + +# CPU Fan Speed Mapping (Temperature-based) +cpu_temp_0 = 55 +cpu_temp_1 = 64 +cpu_temp_2 = 73 +cpu_temp_3 = 76 +cpu_temp_4 = 82 +cpu_temp_5 = 88 + +cpu_fan_speed_0 = 38 +cpu_fan_speed_1 = 43 +cpu_fan_speed_2 = 48 +cpu_fan_speed_3 = 54 +cpu_fan_speed_4 = 60 +cpu_fan_speed_5 = 70 +cpu_fan_speed_6 = 85 + +# GPU Fan Speed Mapping (Temperature-based) +gpu_temp_0 = 55 +gpu_temp_1 = 61 +gpu_temp_2 = 67 +gpu_temp_3 = 73 +gpu_temp_4 = 79 +gpu_temp_5 = 84 + +gpu_fan_speed_0 = 0 +gpu_fan_speed_1 = 43 +gpu_fan_speed_2 = 48 +gpu_fan_speed_3 = 54 +gpu_fan_speed_4 = 60 +gpu_fan_speed_5 = 70 +gpu_fan_speed_6 = 85 + +[COOLER_BOOST] +address_profile = MSI_ADDRESS_DEFAULT +cooler_boost_off = 0 +cooler_boost_on = 128 + +[USB_BACKLIGHT] +address_profile = MSI_ADDRESS_DEFAULT +usb_backlight_off = 128 +usb_backlight_half = 193 +usb_backlight_full = 129 + +[MSI_ADDRESS_DEFAULT] +address_profile = MSI_ADDRESS_DEFAULT +fan_mode_address = 0xf4 +cooler_boost_address = 0x98 +usb_backlight_address = 0xf7 +battery_charging_threshold_address = 0xef +# CPU +cpu_temp_address_0 = 0x6a +cpu_temp_address_1 = 0x6b +cpu_temp_address_2 = 0x6c +cpu_temp_address_3 = 0x6d +cpu_temp_address_4 = 0x6e +cpu_temp_address_5 = 0x6f +cpu_fan_speed_address_0 = 0x72 +cpu_fan_speed_address_1 = 0x73 +cpu_fan_speed_address_2 = 0x74 +cpu_fan_speed_address_3 = 0x75 +cpu_fan_speed_address_4 = 0x76 +cpu_fan_speed_address_5 = 0x77 +cpu_fan_speed_address_6 = 0x78 +realtime_cpu_temp_address = 0x68 +realtime_cpu_fan_speed_address = 0x71 +realtime_cpu_fan_rpm_address = 0xcc +# GPU +gpu_temp_address_0 = 0x82 +gpu_temp_address_1 = 0x83 +gpu_temp_address_2 = 0x84 +gpu_temp_address_3 = 0x85 +gpu_temp_address_4 = 0x86 +gpu_temp_address_5 = 0x87 +gpu_fan_speed_address_0 = 0x8a +gpu_fan_speed_address_1 = 0x8b +gpu_fan_speed_address_2 = 0x8c +gpu_fan_speed_address_3 = 0x8d +gpu_fan_speed_address_4 = 0x8e +gpu_fan_speed_address_5 = 0x8f +gpu_fan_speed_address_6 = 0x90 +realtime_gpu_temp_address = 0x80 +realtime_gpu_fan_speed_address = 0x89 +realtime_gpu_fan_rpm_address = 0xca From dae7d45e037d7db42fe7756431b924927e5fcc87 Mon Sep 17 00:00:00 2001 From: MIDHUNGRAJ Date: Mon, 16 Jun 2025 23:22:06 +0530 Subject: [PATCH 2/2] update --- etc/isw.conf | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/etc/isw.conf b/etc/isw.conf index 50d79c1..713aba7 100644 --- a/etc/isw.conf +++ b/etc/isw.conf @@ -1376,18 +1376,12 @@ address_profile = MSI_ADDRESS_DEFAULT cooler_boost_off = 0 cooler_boost_on = 128 -[USB_BACKLIGHT] -address_profile = MSI_ADDRESS_DEFAULT -usb_backlight_off = 128 -usb_backlight_half = 193 -usb_backlight_full = 129 - [MSI_ADDRESS_DEFAULT] address_profile = MSI_ADDRESS_DEFAULT fan_mode_address = 0xf4 cooler_boost_address = 0x98 -usb_backlight_address = 0xf7 battery_charging_threshold_address = 0xef + # CPU cpu_temp_address_0 = 0x6a cpu_temp_address_1 = 0x6b @@ -1405,6 +1399,7 @@ cpu_fan_speed_address_6 = 0x78 realtime_cpu_temp_address = 0x68 realtime_cpu_fan_speed_address = 0x71 realtime_cpu_fan_rpm_address = 0xcc + # GPU gpu_temp_address_0 = 0x82 gpu_temp_address_1 = 0x83