我的电脑崩溃了,我觉得它过热了

我的电脑崩溃了,我觉得它过热了

我的计算机最近崩溃了,显示屏上的颜色发生变化,并且显示没有更新(除了我可以看到鼠标移动的迹象)。

最初我以为可能是软件驱动程序,但现在我认为是过热了。我想测量我的 CPU 和 GForce 显卡的温度。我需要显卡,因为我有双显示器(在台式电脑上)。

我发现传感器程序提供:

ilan@ilan-main:~$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +37.0°C  (high = +76.0°C, crit = +100.0°C)
Core 1:       +31.0°C  (high = +76.0°C, crit = +100.0°C)

f71889fg-isa-0a00
Adapter: ISA adapter
+3.3V:        +3.28 V  
in1:          +1.07 V  (max =  +2.04 V)
in2:          +1.10 V  
in3:          +0.94 V  
in4:          +0.69 V  
in5:          +0.54 V  
in6:          +0.40 V  
3VSB:         +3.30 V  
Vbat:         +3.18 V  
fan1:        1587 RPM
fan2:        1618 RPM
fan3:        1554 RPM
temp1:        +27.0°C  (high = +255.0°C, hyst = +251.0°C)
                       (crit = +255.0°C, hyst = +251.0°C)  sensor = transistor
temp2:        +39.0°C  (high = +255.0°C, hyst = +251.0°C)
                       (crit = +96.0°C, hyst = +92.0°C)  sensor = thermistor
temp3:        +41.0°C  (high = +255.0°C, hyst = +253.0°C)
                       (crit = +255.0°C, hyst = +253.0°C)  sensor = transistor

nouveau-pci-0100
Adapter: PCI adapter
temp1:        +68.0°C  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +122.0°C, hyst =  +2.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)

我看到 nouveau-pci-0100(不管是什么)相当热。我不知道是 CPU 还是显卡的问题。

ilan@ilan-main:~$ nvidia-settings 

** (nvidia-settings:2924): WARNING **: PRIME: Failed to execute child process "/usr/bin/prime-supported" (No such file or directory)
** Message: PRIME: is it supported? no

出现一个包含各种信息的 Nvidia 对话框,但没有明显的温度。我不知道 prime supports 是什么意思。

ilan@ilan-main:~$ nvclock -T
Error: You don't have enough permissions to run NVClock! Retry as root or install the Nvidia drivers.
*** stack smashing detected ***: nvclock terminated
Aborted (core dumped)

nvclock 本来应该向我提供温度,但它崩溃了。我研究了安装 Nvidia 驱动程序,但它似乎指示未安装(即使我从 nvidia-settings 中获取了 nvidia 对话框)。

无论如何,我尝试安装 Xorg nvidia 驱动程序,但系统想要删除 Wine。我并不经常使用 Wine,但偶尔需要它。因此,我没有同意安装 Xorg nvidia 驱动程序。

答案1

为了执行 nvclock -T,首先以 root 身份登录,然后执行以下命令:

~$ sudo su
~# nvclock -T

相关内容