我有一个戴尔 XPS 13(开发者版),我几年前买的,预装了 Ubuntu 12.04。
我已经升级到 Ubuntu 16.04,从那时起我注意到我的计算机在某些繁重的任务上变得比以前慢了很多。
我还注意到,我的电脑在执行繁重任务时噪音变小了,而且 i7 的 Turbo boost 似乎没有启动。
将工作发送到 4 个进程,turbostat显示:
CPU Avg_MHz %Busy Bzy_MHz TSC_MHz
- 602 100.00 603 2595
0 611 100.00 611 2597
1 594 100.00 595 2594
2 610 100.00 612 2594
3 594 100.00 595 2594
Run Code Online (Sandbox Code Playgroud)
我不是专家,但看起来涡轮增压不起作用,对吗?
我该如何让它工作?我在网上找到的所有东西都只说要使用turbostat,但这并不能真正帮助解决问题。
任何的想法?
我burnK7用来生成 CPU 负载。请注意,开始时该Bzy_MHz列接近 3 Ghz,但随后稳定在 1 Ghz 附近。这是正常的吗?
我的处理器:Intel® Core™ i7-3687U CPU @ 2.10GHz × 4
操作系统:Ubuntu 16.04.1 LTS 64 位 …
我试图理解为什么我的 CPU 不能以更高的频率运行(相关链接)
有人能解释一下,当定义了最小值和最大值时,有效值最终会超出该范围吗?
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_min_freq
3267000
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq
3300000
$ cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
1199960
$ 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 - 3.30 GHz
available cpufreq governors: performance, powersave
current policy: frequency should be within 3.27 GHz and 3.30 GHz.
The governor "performance" may decide which …Run Code Online (Sandbox Code Playgroud) 我不记得最近在我的电脑上做过什么花哨的事情,但我不能再跑apt-get install了
$ sudo apt-get install phantomjs
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
libnspr4 : Breaks: libnspr4:i386 (!= 4.10.7-0ubuntu0.12.04.1) but 4.10.10-0ubuntu0.12.04.1 is to be installed
libnspr4:i386 : Breaks: libnspr4 (!= 4.10.10-0ubuntu0.12.04.1) but 4.10.7-0ubuntu0.12.04.1 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Run Code Online (Sandbox Code Playgroud)
$ sudo apt-get install -f …Run Code Online (Sandbox Code Playgroud)