Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
cpu设置一直以最高频率运行好不好???
Experiences and Insight
327
views ·
1
replies ·
To
floor
Go
wksd
deepin
2020-02-14 14:33
Author
小米游戏本,刷的deepin,我日常使用是一直插着电的,
我是用这种方式设置的:1.把cpu调整到性能模式:
sudo cpufreq-set -g performance
使用上述方式,重启系统后又回到默认方式。修改默认模式:
1、安装sysfsutils
sudo apt-get install sysfsutils
2、编辑/etc/sysfs.conf ,增加如下语句:
devices/system/cpu/cpu0/cpufreq/scaling_governor = performance
今天突然想问问。cpu设置一直以最高频率运行好不好?
Reply
Like 0
Favorite
View the author
All Replies
thepoy
deepin
2020-02-14 15:18
#1
没有cpu密集型的任务,你让cpu高频运行的意义是什么呢?是觉得笔记本不够热吗?
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
WiFi Drivers
Popular Events
More
我是用这种方式设置的:1.把cpu调整到性能模式:
sudo cpufreq-set -g performance
使用上述方式,重启系统后又回到默认方式。修改默认模式:
1、安装sysfsutils
sudo apt-get install sysfsutils
2、编辑/etc/sysfs.conf ,增加如下语句:
devices/system/cpu/cpu0/cpufreq/scaling_governor = performance
今天突然想问问。cpu设置一直以最高频率运行好不好?