요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
GPU routing과 display features
sysfs-platform-asus-wmi:61-137GPU MUX, internal·external GPU state, panel overdrive, charger detection과 mini-LED zone modes를 제어하거나 관찰합니다.
CPU·APU·platform power limits
sysfs-platform-asus-wmi:138-189Intel·AMD·Nvidia 조합별로 PL1/SPL, PL2/SPPT, FPPT와 APU·platform SPPT ranges를 노출합니다.
Nvidia limits와 firmware toggles
sysfs-platform-asus-wmi:190-214Nvidia dynamic boost와 temperature target, BIOS boot sound와 sleep 중 MCU power saving을 설정합니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
What: /sys/devices/platform/<platform>/cpufv
Date: Oct 2010
KernelVersion: 2.6.37
Contact: "Corentin Chary" <corentincj@iksaif.net>
Description:
Change CPU clock configuration (write-only).
There are three available clock configuration:
* 0 -> Super Performance Mode
* 1 -> High Performance Mode
* 2 -> Power Saving Mode
What: /sys/devices/platform/<platform>/camera
Date: Jan 2010
KernelVersion: 2.6.39
Contact: "Corentin Chary" <corentincj@iksaif.net>
Description:
Control the camera. 1 means on, 0 means off.
What: /sys/devices/platform/<platform>/cardr
Date: Jan 2010
KernelVersion: 2.6.39
Contact: "Corentin Chary" <corentincj@iksaif.net>
Description:
Control the card reader. 1 means on, 0 means off.
What: /sys/devices/platform/<platform>/touchpad
Date: Jan 2010
KernelVersion: 2.6.39
Contact: "Corentin Chary" <corentincj@iksaif.net>
Description:
Control the card touchpad. 1 means on, 0 means off.
What: /sys/devices/platform/<platform>/lid_resume
Date: May 2012
KernelVersion: 3.5
Contact: "AceLan Kao" <acelan.kao@canonical.com>
Description:
Resume on lid open. 1 means on, 0 means off.
What: /sys/devices/platform/<platform>/fan_boost_mode
Date: Sep 2019
KernelVersion: 5.3
Contact: "Yurii Pavlovskyi" <yurii.pavlovskyi@gmail.com>
Description:
Fan boost mode:
* 0 - normal,
* 1 - overboost,
* 2 - silent
What: /sys/devices/platform/<platform>/throttle_thermal_policy
Date: Dec 2019
KernelVersion: 5.6
Contact: "Leonid Maksymchuk" <leonmaxx@gmail.com>
Description:
Throttle thermal policy mode:
* 0 - default,
* 1 - overboost,
* 2 - silent
What: /sys/devices/platform/<platform>/gpu_mux_mode
Date: Aug 2022
KernelVersion: 6.1
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Switch the GPU hardware MUX mode. Laptops with this feature can
can be toggled to boot with only the dGPU (discrete mode) or in
standard Optimus/Hybrid mode. On switch a reboot is required:
* 0 - Discrete GPU,
* 1 - Optimus/Hybrid,
What: /sys/devices/platform/<platform>/dgpu_disable
Date: Aug 2022
KernelVersion: 5.17
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Disable discrete GPU:
* 0 - Enable dGPU,
* 1 - Disable dGPU
What: /sys/devices/platform/<platform>/egpu_enable
Date: Aug 2022
KernelVersion: 5.17
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Enable the external GPU paired with ROG X-Flow laptops.
Toggling this setting will also trigger ACPI to disable the dGPU:
* 0 - Disable,
* 1 - Enable
What: /sys/devices/platform/<platform>/panel_od
Date: Aug 2022
KernelVersion: 5.17
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Enable an LCD response-time boost to reduce or remove ghosting:
* 0 - Disable,
* 1 - Enable
What: /sys/devices/platform/<platform>/charge_mode
Date: Jun 2023
KernelVersion: 6.5
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Get the current charging mode being used:
* 1 - Barrel connected charger,
* 2 - USB-C charging
* 3 - Both connected, barrel used for charging
What: /sys/devices/platform/<platform>/egpu_connected
Date: Jun 2023
KernelVersion: 6.5
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Show if the egpu (XG Mobile) is correctly connected:
* 0 - False,
* 1 - True
What: /sys/devices/platform/<platform>/mini_led_mode
Date: Jun 2023
KernelVersion: 6.5
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Change the mini-LED mode:
* 0 - Single-zone,
* 1 - Multi-zone
* 2 - Multi-zone strong (available on newer generation mini-led)
What: /sys/devices/platform/<platform>/available_mini_led_mode
Date: Apr 2024
KernelVersion: 6.10
Contact: "Luke Jones" <luke@ljones.dev>
Description:
List the available mini-led modes.
What: /sys/devices/platform/<platform>/ppt_pl1_spl
Date: Jun 2023
KernelVersion: 6.5
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Set the Package Power Target total of CPU: PL1 on Intel, SPL on AMD.
Shown on Intel+Nvidia or AMD+Nvidia based systems:
* min=5, max=250
What: /sys/devices/platform/<platform>/ppt_pl2_sppt
Date: Jun 2023
KernelVersion: 6.5
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Set the Slow Package Power Tracking Limit of CPU: PL2 on Intel, SPPT,
on AMD. Shown on Intel+Nvidia or AMD+Nvidia based systems:
* min=5, max=250
What: /sys/devices/platform/<platform>/ppt_fppt
Date: Jun 2023
KernelVersion: 6.5
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Set the Fast Package Power Tracking Limit of CPU. AMD+Nvidia only:
* min=5, max=250
What: /sys/devices/platform/<platform>/ppt_apu_sppt
Date: Jun 2023
KernelVersion: 6.5
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Set the APU SPPT limit. Shown on full AMD systems only:
* min=5, max=130
What: /sys/devices/platform/<platform>/ppt_platform_sppt
Date: Jun 2023
KernelVersion: 6.5
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Set the platform SPPT limit. Shown on full AMD systems only:
* min=5, max=130
What: /sys/devices/platform/<platform>/nv_dynamic_boost
Date: Jun 2023
KernelVersion: 6.5
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Set the dynamic boost limit of the Nvidia dGPU:
* min=5, max=25
What: /sys/devices/platform/<platform>/nv_temp_target
Date: Jun 2023
KernelVersion: 6.5
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Set the target temperature limit of the Nvidia dGPU:
* min=75, max=87
What: /sys/devices/platform/<platform>/boot_sound
Date: Apr 2024
KernelVersion: 6.10
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Set if the BIOS POST sound is played on boot.
* 0 - False,
* 1 - True
What: /sys/devices/platform/<platform>/mcu_powersave
Date: Apr 2024
KernelVersion: 6.10
Contact: "Luke Jones" <luke@ljones.dev>
Description:
Set if the MCU can go in to low-power mode on system sleep
* 0 - False,
* 1 - True
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
ASUS WMI platform sysfs ABI: cpufv
1-12| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/cpufv |
| Date | 2010년 10월 |
| KernelVersion | 2.6.37 |
| Contact | "Corentin Chary" <corentincj@iksaif.net> |
| Description | `/sys/devices/platform/<platform>/cpufv`는 CPU clock configuration을 변경하는 write-only interface입니다. `0`은 Super Performance Mode, `1`은 High Performance Mode, `2`는 Power Saving Mode입니다. |
`cpufv`에 쓰는 세 clock configuration values를 정리합니다.
ASUS WMI platform sysfs ABI: camera
13-19| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/camera |
| Date | 2010년 1월 |
| KernelVersion | 2.6.39 |
| Contact | "Corentin Chary" <corentincj@iksaif.net> |
| Description | `/sys/devices/platform/<platform>/camera`는 camera를 제어합니다. `1`은 on, `0`은 off입니다. |
ASUS WMI platform sysfs ABI: cardr
20-26| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/cardr |
| Date | 2010년 1월 |
| KernelVersion | 2.6.39 |
| Contact | "Corentin Chary" <corentincj@iksaif.net> |
| Description | `/sys/devices/platform/<platform>/cardr`는 card reader를 제어합니다. `1`은 on, `0`은 off입니다. |
ASUS WMI platform sysfs ABI: touchpad
27-33| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/touchpad |
| Date | 2010년 1월 |
| KernelVersion | 2.6.39 |
| Contact | "Corentin Chary" <corentincj@iksaif.net> |
| Description | `/sys/devices/platform/<platform>/touchpad`는 touchpad를 제어합니다. `1`은 on, `0`은 off입니다. |
ASUS WMI platform sysfs ABI: lid resume
34-40| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/lid_resume |
| Date | 2012년 5월 |
| KernelVersion | 3.5 |
| Contact | "AceLan Kao" <acelan.kao@canonical.com> |
| Description | `/sys/devices/platform/<platform>/lid_resume`는 lid를 열 때 resume할지를 제어합니다. `1`은 on, `0`은 off입니다. |
ASUS WMI platform sysfs ABI: fan boost mode
41-50| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/fan_boost_mode |
| Date | 2019년 9월 |
| KernelVersion | 5.3 |
| Contact | "Yurii Pavlovskyi" <yurii.pavlovskyi@gmail.com> |
| Description | `/sys/devices/platform/<platform>/fan_boost_mode`는 fan boost mode를 설정합니다. `0`은 normal, `1`은 overboost, `2`는 silent입니다. |
Fan boost와 throttle thermal policy는 같은 0~2 shape를 사용하지만 value 0의 label이 다릅니다.
ASUS WMI platform sysfs ABI: throttle thermal policy
51-60| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/throttle_thermal_policy |
| Date | 2019년 12월 |
| KernelVersion | 5.6 |
| Contact | "Leonid Maksymchuk" <leonmaxx@gmail.com> |
| Description | `/sys/devices/platform/<platform>/throttle_thermal_policy`는 throttle thermal policy mode를 설정합니다. `0`은 default, `1`은 overboost, `2`는 silent입니다. |
ASUS WMI platform sysfs ABI: gpu mux mode
61-72| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/gpu_mux_mode |
| Date | 2022년 8월 |
| KernelVersion | 6.1 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/gpu_mux_mode`는 GPU hardware MUX mode를 전환합니다. 이 feature가 있는 laptops는 dGPU만 사용하는 discrete mode 또는 standard Optimus/Hybrid mode로 boot할 수 있습니다. `0`은 Discrete GPU, `1`은 Optimus/Hybrid이며 전환 후 reboot가 필요합니다. |
MUX mode, dGPU disable과 eGPU enable의 value 방향을 구분합니다.
ASUS WMI platform sysfs ABI: dgpu disable
73-81| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/dgpu_disable |
| Date | 2022년 8월 |
| KernelVersion | 5.17 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/dgpu_disable`은 discrete GPU를 disable합니다. `0`은 dGPU enable, `1`은 dGPU disable입니다. |
ASUS WMI platform sysfs ABI: egpu enable
82-92| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/egpu_enable |
| Date | 2022년 8월 |
| KernelVersion | 5.17 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/egpu_enable`은 ROG X-Flow laptops와 짝을 이루는 external GPU를 enable합니다. 이 setting을 toggle하면 ACPI가 dGPU도 disable합니다. `0`은 disable, `1`은 enable입니다. |
ASUS WMI platform sysfs ABI: panel od
93-101| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/panel_od |
| Date | 2022년 8월 |
| KernelVersion | 5.17 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/panel_od`는 ghosting을 줄이거나 제거하기 위한 LCD response-time boost를 enable합니다. `0`은 disable, `1`은 enable입니다. |
ASUS WMI platform sysfs ABI: charge mode
102-111| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/charge_mode |
| Date | 2023년 6월 |
| KernelVersion | 6.5 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/charge_mode`는 현재 charging mode를 반환합니다. `1`은 barrel-connected charger, `2`는 USB-C charging, `3`은 둘 다 연결되어 있지만 barrel을 charging에 사용하는 상태입니다. |
Read-only connection states와 mini-LED zone selection values를 나란히 정리합니다.
ASUS WMI platform sysfs ABI: egpu connected
112-120| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/egpu_connected |
| Date | 2023년 6월 |
| KernelVersion | 6.5 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/egpu_connected`는 eGPU(XG Mobile)가 올바르게 연결됐는지 표시합니다. `0`은 false, `1`은 true입니다. |
ASUS WMI platform sysfs ABI: mini led mode
121-130| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/mini_led_mode |
| Date | 2023년 6월 |
| KernelVersion | 6.5 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/mini_led_mode`는 mini-LED mode를 변경합니다. `0`은 single-zone, `1`은 multi-zone, `2`는 newer-generation mini-LED에서 사용할 수 있는 multi-zone strong입니다. |
ASUS WMI platform sysfs ABI: available mini led mode
131-137| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/available_mini_led_mode |
| Date | 2024년 4월 |
| KernelVersion | 6.10 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/available_mini_led_mode`는 사용 가능한 mini-LED modes를 나열합니다. |
ASUS WMI platform sysfs ABI: ppt pl1 spl
138-147| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/ppt_pl1_spl |
| Date | 2023년 6월 |
| KernelVersion | 6.5 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/ppt_pl1_spl`은 CPU Package Power Target total을 설정합니다. Intel에서는 PL1, AMD에서는 SPL이며 Intel+Nvidia 또는 AMD+Nvidia systems에 표시됩니다. Range는 minimum `5`, maximum `250`입니다. |
CPU·APU·platform·Nvidia limits와 노출되는 system combinations를 비교합니다.
ASUS WMI platform sysfs ABI: ppt pl2 sppt
148-157| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/ppt_pl2_sppt |
| Date | 2023년 6월 |
| KernelVersion | 6.5 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/ppt_pl2_sppt`는 CPU Slow Package Power Tracking Limit을 설정합니다. Intel에서는 PL2, AMD에서는 SPPT이며 Intel+Nvidia 또는 AMD+Nvidia systems에 표시됩니다. Range는 minimum `5`, maximum `250`입니다. |
ASUS WMI platform sysfs ABI: ppt fppt
158-165| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/ppt_fppt |
| Date | 2023년 6월 |
| KernelVersion | 6.5 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/ppt_fppt`는 CPU Fast Package Power Tracking Limit을 설정합니다. AMD+Nvidia systems에만 표시되며 range는 minimum `5`, maximum `250`입니다. |
ASUS WMI platform sysfs ABI: ppt apu sppt
166-173| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/ppt_apu_sppt |
| Date | 2023년 6월 |
| KernelVersion | 6.5 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/ppt_apu_sppt`는 APU SPPT limit을 설정합니다. Full AMD systems에만 표시되며 range는 minimum `5`, maximum `130`입니다. |
ASUS WMI platform sysfs ABI: ppt platform sppt
174-181| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/ppt_platform_sppt |
| Date | 2023년 6월 |
| KernelVersion | 6.5 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/ppt_platform_sppt`는 platform SPPT limit을 설정합니다. Full AMD systems에만 표시되며 range는 minimum `5`, maximum `130`입니다. |
ASUS WMI platform sysfs ABI: nv dynamic boost
182-189| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/nv_dynamic_boost |
| Date | 2023년 6월 |
| KernelVersion | 6.5 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/nv_dynamic_boost`는 Nvidia dGPU의 dynamic boost limit을 설정합니다. Range는 minimum `5`, maximum `25`입니다. |
ASUS WMI platform sysfs ABI: nv temp target
190-197| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/nv_temp_target |
| Date | 2023년 6월 |
| KernelVersion | 6.5 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/nv_temp_target`은 Nvidia dGPU의 target temperature limit을 설정합니다. Range는 minimum `75`, maximum `87`입니다. |
ASUS WMI platform sysfs ABI: boot sound
198-206| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/boot_sound |
| Date | 2024년 4월 |
| KernelVersion | 6.10 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/boot_sound`는 boot 때 BIOS POST sound를 재생할지 설정합니다. `0`은 false, `1`은 true입니다. |
ASUS WMI platform sysfs ABI: mcu powersave
207-214| 항목 | 한국어 전문 번역 |
|---|---|
| What | /sys/devices/platform/<platform>/mcu_powersave |
| Date | 2024년 4월 |
| KernelVersion | 6.10 |
| Contact | "Luke Jones" <luke@ljones.dev> |
| Description | `/sys/devices/platform/<platform>/mcu_powersave`는 system sleep 때 MCU가 low-power mode에 들어갈 수 있는지 설정합니다. `0`은 false, `1`은 true입니다. |
CPU, camera와 thermal controls
sysfs-platform-asus-wmi:1-60CPU clock mode, camera·card reader·touchpad toggles, lid resume와 fan·thermal modes를 제공합니다.