Ubuntu系統CPU降壓 延長CPU使用壽命

來源:互聯網
上載者:User
關鍵字 Ubuntu CPU使用壽命 降壓

夏日炎炎, CPU溫度一路攀升, 桌上型電腦還好, 筆記本就麻煩了. 搞得大家心神不寧的.
不過我已經找到了解決方法. 不是用散熱托架, 是從源頭上HTTP://www.aliyun.com/zixun/aggregation/7432.html">解決問題. 不僅能降溫還能延長電池使用時間, 甚至延長CPU使用壽命.

肉測結果(3月初): 以前CPU100%的時候能達到61度以上, 現住運行mprime也只能達到53度了. mprime從此不能產生熱情了.
平時使用的溫度現住只有40度左右. 以前8630.html">有時候達到50幾度.
電池以前用1小時20分鐘, 現住能用1小時35分鐘.

警告(WARNING):
該程式可能損壞你的硬體
This program could cause damage to your Hardware!

有兩種降低cpu電壓的方法.

1. 使用cpupowerd(amd專用) 2. 使用linux-phc(Intel, amd都可以用)

1. 使用cpupowerd(amd專用)

優點: 1直接用電壓值調節, 簡單. 2. 不用編譯模組
缺點: 只支援amd k8(Athlon, Athlon64 (X2), Sempron, Opteron, Turion ...)
特點: 自帶cpu頻率調節器, 和cpufrequtils衝突且需要調節.

安裝
arch安裝直接

代碼:

yaourt -S cpupowerd

ubuntu在這裡下源碼編譯安裝
HTTP://sourceforge.net/projects/cpupowerd

代碼:

tar -xzf cpupowerd-x.x.x.tar.gz
cd cpupowerd-x.x.x/src
make
sudo make install

安裝好後先查看一下你的cpu參數

載入msr模組

代碼:

sudo modprobe msr

載入powernow_k8模組

代碼:

sudo modprobe powernow_k8

代碼:

$sudo cpupowerd -s
cpupowerd 0.1.2
WARNING: This program could cause damage to your Hardware!
Vendor                      : AMD
Family                      : K8
Model                       : 7
Mastercpuid               : 0
Affected cpuids         : 0
Current voltage (VID)   : 0.6750 V (39)
Current frequency (FID) : 800 MHz (0)
Supported frequencies   : 800 1600 MHz

可以看出預設的電壓是1.0 V. 記住它

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.