Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
解决显卡驱动切换nvidia prime后过热与噪音过大的问题
Experiences and Insight
2456
views ·
6
replies ·
To
floor
Go
garfield-deepin
deepin
2018-10-27 02:22
Author
本帖最后由 garfield-deepin 于 2018-11-3 21:19 编辑
背景:
个人的笔记本机械革命Z2 Air i7-8750H 1050Ti在使用NVIDIA开源驱动时,HDMI接口双屏输出无信号,切换NVIDIA PRIME驱动后才可以。但同时机子用着容易进入狂暴模式,开始过热大噪音。
原因:
如图,显卡性能模式有Level 0、1、2、3,显卡根据负载从这几个级别里跳动,平时很容易跳到Level 2、3,这两个级别让显卡在高频率高负载里运行,温度噪音也跟着上去。
解决:
修改NVIDIA PRIME配置,让负载一直保持在Level 0
在/usr/share/X11/xorg.conf.d/目录找到nvida prime配置文件,比如我的是:11-nvidia-prime.conf
先把文件复制备份到其它地方
使用命令行打开配置文件:sudo gedit /usr/share/X11/xorg.conf.d/11-nvidia-prime.conf
添加一行配置限制性能:Option "RegistryDwords" "
owerMizerEnable=0x1; PerfLevelSrc=0x2222; PowerMizerDefault=0x3; PowerMizerDefaultAC=0x3"
保存重启即可
验证:看看NVIDIA里的负载是否一直保持在Level 0,以及温度情况;或使用Psensor软件对比下温度
注意:如果出了问题如不能进入桌面之类,请用PE或进入其它系统恢复配置
注意:此方法只适用于deepin自带的nvidia prime方案,在其它系统如ubuntu里的prime方案与deepin很可能不一样,以上设置就可能无效
Reply
Like 0
Favorite
View the author
All Replies
百赖小生
deepin
2018-10-27 02:48
#1
感谢楼主分享!
Reply
Like 0
View the author
181******34
deepin
2018-11-01 18:26
#2
为什么我的不管用呢
Reply
Like 0
View the author
aida
deepin
2018-11-01 18:36
#3
感谢分享!
Reply
Like 0
View the author
jelly
deepin
2019-03-18 08:15
#4
我设置后,感觉没效果!
Reply
Like 0
View the author
jelly
deepin
2019-03-18 08:17
#5
我设置后,感觉没效果!
Reply
Like 0
View the author
ITlove
deepin
2019-03-20 07:40
#6
我gtx1050表示有用,请问每个参数是什么意思,搞不好可以做一个性能调节软件哦,我想试试
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
Update driver for my computer
Popular Events
More
背景:个人的笔记本机械革命Z2 Air i7-8750H 1050Ti在使用NVIDIA开源驱动时,HDMI接口双屏输出无信号,切换NVIDIA PRIME驱动后才可以。但同时机子用着容易进入狂暴模式,开始过热大噪音。