Skip to content

Commit

Permalink
Update naming of performance modes + more research
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparronator9999 committed Jul 24, 2024
1 parent 009b906 commit 67add12
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Docs/MSI EC Research.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,15 +108,12 @@ RPMs are stored at `0xCA..0xCB` for the GPU fan and `0xCC..0xCD` for the CPU
fan.

## `0xD2`
Controls the Performance Level of the laptop:
Controls the performance level of the laptop:

- `0xC4`: Turbo
- `0xC4`: Turbo. The `MSI GF63 Thin 11SC.xml` config sets this value when loaded.
- `0xC0`: High
- `0xC1`: Medium (default)
- `0xC2`: Low

The MSI GF63 Thin profile for MSI Fan Control sets this to `0xC4` (Turbo), as
the Medium or Low settings appear to cap the maximum fan speed at ~60%.
- `0xC1`: Medium (default). Causes maximum fan speeds to be capped at 60%.
- `0xC2`: Low. Causes fan settings set by MSI Fan Control to be ignored.

## `0xD3`
Controls the keyboard backlight. The brightness level can be set using
Expand Down

0 comments on commit 67add12

Please sign in to comment.