我刚刚在 Toshiba Satellite P100 笔记本电脑上安装了 Debian Wheezy 7.5。
默认情况下,X 使用 nouveau 图形驱动程序。当它仍然安装时,我从 lm 传感器获得了 6 个不同的温度读数。这是我的输出示例:
acpitz-virtual-0
Adapter: Virtual device
temp1: +50.0°C (crit = +104.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +52.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +52.0°C (high = +100.0°C, crit = +100.0°C)
lm99-i2c-2-4c
Adapter: nouveau-0000:01:00.0-2
temp1: +49.0°C (low = +0.0°C, high = +85.0°C)
(crit = +85.0°C, hyst = +75.0°C)
temp2: +64.9°C (low = +16.0°C, high = +101.2°C)
(crit = +101.0°C, hyst = +91.0°C)
nouveau-pci-0100
Adapter: PCI adapter
temp1: +39.0°C (high = +100.0°C, crit = +110.0°C)
然而,温度比上面高得多。当计算机空闲时,lm99/nouveau temp2 的温度达到 95c。还有一些在 60c-70c 范围内。笔记本电脑感觉很热。
所以我然后安装了二进制 nvidia 驱动程序,希望这可以降低系统的温度。然而,现在当我查看流明传感器时,我只得到三个读数:
acpitz-virtual-0
Adapter: Virtual device
temp1: +49.0°C (crit = +104.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +51.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +51.0°C (high = +100.0°C, crit = +100.0°C)
我担心我无法看到之前的额外读数,因此我无法确定系统是否仍然运行不热。
有人知道我如何检查,或者我可以看什么吗?
我尝试运行传感器检测脚本,它添加了几个模块,但我仍然只获得三个读数。
谢谢。