[Power/Heat] 笔记本发热严重,应用商店安装不了软件
Tofloor
poster avatar
zz716800250
deepin
2021-03-30 03:38
Author

如题,求解决方法

 

Reply Favorite View the author
All Replies
amors
deepin
2021-03-30 03:50
#1

neofetch?机器配置?系统版本?什么都没有?

Reply View the author
zz716800250
deepin
2021-03-30 04:21
#2
amors

neofetch?机器配置?系统版本?什么都没有?

Reply View the author
amors
deepin
2021-03-30 04:25
#3

发热问题这个没办法,发热主要是因为你笔记本配置的问题。主要是看你说的应用商店不能安装应用的问题,有没有什么报错信息可以提供?你在应用商店安装的什么应用出的问题?

Reply View the author
zz716800250
deepin
2021-03-30 04:31
#4
amors

发热问题这个没办法,发热主要是因为你笔记本配置的问题。主要是看你说的应用商店不能安装应用的问题,有没有什么报错信息可以提供?你在应用商店安装的什么应用出的问题?

win10不会发热 deepin只是上网页就很热

应用商店就是安装失败

Reply View the author
zz716800250
deepin
2021-03-30 04:33
#5
zz716800250

win10不会发热 deepin只是上网页就很热

应用商店就是安装失败

所有应用 刚安装系统时还可以下载软件 后来就所有软件安装失败 然后就下载不了软件

 

Reply View the author
amors
deepin
2021-03-30 04:35
#6
zz716800250

所有应用 刚安装系统时还可以下载软件 后来就所有软件安装失败 然后就下载不了软件

 

重启试过没?

Reply View the author
amors
deepin
2021-03-30 04:36
#7
zz716800250

所有应用 刚安装系统时还可以下载软件 后来就所有软件安装失败 然后就下载不了软件

 

打开终端,sudo apt update 看看结果

Reply View the author
bxkdhao
deepin
2021-03-30 04:46
#8

https://bbs.chinauos.com/zh/post/5500

 牛人编写cpupowergui软件。给cpu降频,解决温度高,风扇狂转问题

Reply View the author
Ziggy
deepin
2021-03-30 08:08
#9

发热用这个https://bbs.deepin.org/zh/post/194744

安装问题用sudo apt update && sudo apt -f install看报错

Reply View the author
非专业摸鱼选手
deepin
2021-03-30 18:18
#10
amors

neofetch?机器配置?系统版本?什么都没有?

neofetch 也是个程序

直接敲应该没有吧(deepin,自带neofetch?)

打开终端 sudo apt install neofetch

安装完成再敲 neofetch

截图上传!!!!

Reply View the author
o0******00@163.com
deepin
2021-03-30 19:05
#11
不会睿频,不知道降频。
1、sudo deepin-editor /etc/default/grub 。打开/etc/default/grub文件:
2、可能是第三行和第四行,也可能是第四和五行。改成下面这样
GRUB_CMDLINE_LINUX="splash quiet"
GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable"
保存。关闭文件。
3、sudo update-grub 。
4、重启电脑 。”
Reply View the author