お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2014-06-08 09:58:52

iinews
メンバ
登録日: 2014-06-02

ubuntu12.04ltsでのハードウェア温度表示ソフトについてです。

cpu:core2duo-e6850、グラボ:geforce-gt610です。
gkerllmを使用すると、cpu、グラボともに温度表示ができてます。
ただパネルに常に見えるかたちで表示したく、いろいろ探してsystem monitor indicator(indicator-sysmonitor)が
表示できるようでさっそくインストールしてみましたが、グラボのセンサーが見当たりません。
どうにかしてグラボ温度を表示させたいのですが、何か方法はあるでしょうか?
ご存知の方いましたら情報いただけると助かります。
よろしくお願いします。
役に立つかどうかわかりませんが、/etc/modulesを載せておきます。
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp

# Generated by sensors-detect on Sun Jun  8 08:32:55 2014
# Chip drivers
coretemp
it87

オフライン

 

#2 2014-06-08 11:05:18

iinews
メンバ
登録日: 2014-06-02

Re: ubuntu12.04ltsでのハードウェア温度表示ソフトについてです。

/etc/default/grubのGRUB_CMDLINE_LINUX_DEFAULT="quiet splash"に
acpi_enforce_resources=laxを追記したところ項目(電圧、ファン、温度)は増えましたが、
全てマザボ関係のようで、グラボに関するものは、ありませんでした。

オフライン

 

#3 2014-06-08 11:15:32

iinews
メンバ
登録日: 2014-06-02

Re: ubuntu12.04ltsでのハードウェア温度表示ソフトについてです。

sensorsを実行すると
Adapter: Virtual device
temp1:        +40.0°C  (crit = +120.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Core 0:       +27.0°C  (high = +78.0°C, crit = +100.0°C)
Core 1:       +28.0°C  (high = +78.0°C, crit = +100.0°C)

it8718-isa-0290
Adapter: ISA adapter
in0:          +1.06 V  (min =  +0.00 V, max =  +4.08 V)
in1:          +3.04 V  (min =  +0.00 V, max =  +4.08 V)
in2:          +3.34 V  (min =  +0.00 V, max =  +4.08 V)
+5V:          +3.02 V  (min =  +0.00 V, max =  +4.08 V)
in4:          +2.98 V  (min =  +0.00 V, max =  +4.08 V)
in5:          +0.06 V  (min =  +0.00 V, max =  +4.08 V)
in6:          +0.10 V  (min =  +0.00 V, max =  +4.08 V)
5VSB:         +3.01 V  (min =  +0.00 V, max =  +4.08 V)
Vbat:         +2.88 V 
fan1:        1573 RPM  (min =    0 RPM)
fan2:           0 RPM  (min =    0 RPM)
fan3:        1115 RPM  (min =    0 RPM)
temp1:        +28.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = thermal diode
temp2:        +36.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = thermistor
temp3:        -11.0°C  (low  =  -1.0°C, high = +127.0°C)  sensor = thermistor
cpu0_vid:    +1.219 V
intrusion0:  ALARM
このようになってます。
gkrellmだけグラボ温度を読み取る仕組みができてるということなんでしょうか・・・

オフライン

 

#4 2014-06-08 12:58:52

si
メンバ
From: hokkaido kitami, jp
登録日: 2007-01-15

Re: ubuntu12.04ltsでのハードウェア温度表示ソフトについてです。

gkrellmの概要は、下記がわかり易いようです。
http://d.hatena.ne.jp/kakurasan/20070908/p1

オフライン

 

#5 2014-06-08 16:26:23

iinews
メンバ
登録日: 2014-06-02

Re: ubuntu12.04ltsでのハードウェア温度表示ソフトについてです。

リンク先を読んでみました。
それによると
「NVIDIA製GPUの温度も取得でき、これは、nvidia-settings経由で取得する。」
と、ありました。
確かにnvidia-settingでは温度表示されますので、
gkrellmはそれを通して表示(グラボセンサー→nvidia-setting→gkrellm)してるってことなんでしょうかね。
ただsensors-detectでnvidiaに関する部分では

Next adapter: NVIDIA i2c adapter 0 at 1:00.0 (i2c-0)
Do you want to scan it? (YES/no/selectively): yes

Next adapter: NVIDIA i2c adapter 1 at 1:00.0 (i2c-1)
Do you want to scan it? (YES/no/selectively): yes
Client found at address 0x50
Probing for `Analog Devices ADM1033'...                     No
Probing for `Analog Devices ADM1034'...                     No
Probing for `SPD EEPROM'...                                 No
Probing for `EDID EEPROM'...                                Yes
    (confidence 8, not a hardware monitoring chip)

Next adapter: NVIDIA i2c adapter 2 at 1:00.0 (i2c-2)
Do you want to scan it? (YES/no/selectively): yes

Next adapter: NVIDIA i2c adapter 6 at 1:00.0 (i2c-3)
Do you want to scan it? (YES/no/selectively): yes

こうなってます。
一見反応してるようですが、not a hardware monitoring chipとありますので
lm_sensorsでは見つけられないってことなんでしょうか・・・

オフライン

 

#6 2014-06-08 17:09:18

iinews
メンバ
登録日: 2014-06-02

Re: ubuntu12.04ltsでのハードウェア温度表示ソフトについてです。

いろいろ探してgpu温度に関してはindicator-sensorsで
パネル表示できることがわかりました。
ですので現状、indicator-sysmonitor、indicator-sensorsの2つで
パネル表示してる形です。
でちらかで好きなだけいっぺんに表示してくれればいいのですが・・・

オフライン

 

Board footer

Powered by FluxBB