我的电脑最近崩溃了,显示屏上的颜色发生了变化,而且显示屏没有更新(除了我可以看到鼠标移动的迹象之外)。
最初我认为它可能是软件驱动程序,但现在我认为它过热了。我想测量我的 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 supported 是什么意思。
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。我不经常使用葡萄酒,但偶尔我需要它。因此我不同意安装 Xorg nvidia 驱动程序。
为了执行 nvclock -T,首先以 root 身份登录,然后执行命令: