Linux의 powercfg.exe

Linux의 powercfg.exe

누군가 이 Linux 명령을 번역할 수 있습니까?

powercfg.exe /setACvalueindex OVERLAY_SCHEME_MAX SUB_PROCESSOR PERFEPP 0
powercfg.exe /setACvalueindex SCHEME_BALANCED SUB_PROCESSOR PERFEPP 33
powercfg.exe /setACvalueindex OVERLAY_SCHEME_MIN SUB_PROCESSOR PERFEPP 60 

Lenovo X1 Carbon 6th(AC 전원을 연결하세요.)가 항상 4Ghz에서 멈춰 팬이 계속 회전하게 됩니다(유휴 상태일 때). Lenovo 포럼의 유일한 해결 방법은 Windows 명령입니다.

이 질문의 주제는 아니지만 다음 프로그램을 사용하여 CPU와 FAN을 제어하려고 합니다.

  • intel-undervolt (CPU 캐시를 -100mV로 설정)
  • 시판

반품:

$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
powersave

유휴 상태의 CPU 값은 다음과 같습니다.

Cpu speed from cpuinfo 2111.00Mhz
cpuinfo might be wrong if cpufreq is enabled. To guess correctly try estimating via tsc
Linux's inbuilt cpu_khz code emulated now
True Frequency (without accounting Turbo) 2111 MHz
  CPU Multiplier 21x || Bus clock frequency (BCLK) 100.52 MHz

Socket [0] - [physical cores=4, logical cores=8, max online cores ever=4]
  TURBO ENABLED on 4 Cores, Hyper Threading ON
  Max Frequency without considering Turbo 2211.52 MHz (100.52 x [22])
  Max TURBO Multiplier (if Enabled) with 1/2/3/4 Cores is  42x/42x/39x/39x
  Real Current Frequency 3888.34 MHz [100.52 x 38.68] (Max of below)
        Core [core-id]  :Actual Freq (Mult.)      C0%   Halt(C1)%  C3 %   C6 %  Temp      VCore
        Core 1 [0]:       3876.97 (38.57x)      1.02    94.4       1    2.77    57      1.1874
        Core 2 [1]:       3873.57 (38.53x)         1    92.5       1    4.71    58      1.2014
        Core 3 [2]:       3879.58 (38.59x)      1.93    85.7       1    9.77    59      1.2114
        Core 4 [3]:       3888.34 (38.68x)      99.9       0       0       0    78      1.1807

C0 = Processor running without halting
C1 = Processor running with halts (States >C0 are power saver modes with cores idling)
C3 = Cores running with PLL turned off and core cache turned off
C6, C7 = Everything in C3 + core state saved to last level cache, C7 is deeper than C6

감사해요.

관련 정보