내 Dell XPS 13 Ivybridge CPU는 800MHz보다 빠르게 작동할 수 없습니다.
$ cpupower frequency-info
analyzing CPU 0:
driver: intel_pstate
CPUs which run at the same hardware frequency: 0
CPUs which need to have their frequency coordinated by software: 0
maximum transition latency: 0.97 ms.
hardware limits: 800 MHz - 2.60 GHz
available cpufreq governors: performance, powersave
current policy: frequency should be within 1000 MHz and 2.60 GHz.
The governor "performance" may decide which speed to use
within this range.
current CPU frequency is 800 MHz.
boost state support:
Supported: yes
Active: yes
25500 MHz max turbo 4 active cores
25500 MHz max turbo 3 active cores
25500 MHz max turbo 2 active cores
25500 MHz max turbo 1 active cores
문제가 있어도 sudo cpupower frequency-set -g performance
여전히 800MHz를 얻습니다. 그런 다음 시도했습니다.
$ sudo cpupower frequency-set -f 2.60GHz
Setting cpu: 0
Error setting new values. Common errors:
- Do you have proper administration rights? (super-user?)
- Is the governor you requested available and modprobed?
- Trying to set an invalid policy?
- Trying to set a specific frequency, but userspace governor is not available,
for example because of hardware which cannot be set to a specific frequency
or because the userspace governor isn't loaded?
...불운. 내 노트북은 매우 느립니다. 특히 배터리로 실행할 때 더욱 그렇습니다. 해결되지 않은 오류가 있는 것 같습니다.여기제 경험과 비슷한 것 같으나 정보가 부족해서 닫혀있습니다. 누구든지 나를 도와줄 수 있나요?
편집하다:
이 옵션으로 시작 했는데 intel_pstate=disable
이제 주파수와 거버너를 설정할 수 있습니다. 하지만 성능 모드에서도 노트북이 여전히 느리고 응답하지 않으므로 다른 문제가 있습니다.
답변1
userspace
모듈을 로드해야 합니다.
sudo modprobe cpufreq_userspace
주지사를 설정하고
cpupower frequency-set --governor userspace
/sys/devices/system/cpu/cpu0/cpufreq/에 있는 파일은 주파수 스케일링 하위 시스템을 제어하기 위한 정보와 방법을 제공합니다. 시드 값은 Khz 단위로 제공됩니다. /sys 파일 시스템에 액세스하려면 루트여야 합니다.
예:
최대 속도는 입니다 /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
.
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
700000
최소 속도는 /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq에 있습니다.
cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_min_freq
500000
/sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed에 기록하여 현재 속도를 변경할 수 있습니다.
echo 700000 | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
cat /proc/cpuinfo
cpu MHz : 697.252
echo 900000 | sudo tee /sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed
cat /proc/cpuinfo
cpu MHz : 976.152
주파수 변경 방법에 대한 자세한 정보 보기
http://www.thinkwiki.org/wiki/How_to_make_use_of_Dynamic_Frequency_Scaling
주파수와 추가 정보를 표시하려면 다음을 설치해 보세요.i7z
sudo apt-get update
sudo apt-get install i7z
i7z 유형을 실행하십시오.sudo i7z