Gentoo Archives: gentoo-user

From: Alexander Kapshuk <alexander.kapshuk@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] re: nvidia GeForce 8400 GS temperature readings
Date: Sat, 21 Dec 2013 13:36:27
Message-Id: 52B59959.2050905@gmail.com
1 I've set up gentoo on my desktop PC. I have a question about what
2 temperature readings for the Nvidia GPU in question are considered to be
3 safe. At the moment, the temperature readings for my GPU, as reported by
4 the XFCE sensors plugin are 73 degrees C.
5
6 Here's some info about my current set-up that might be helpful.
7
8 lspci -v|grep -i vga
9 01:00.0 VGA compatible controller: NVIDIA Corporation G86 [GeForce 8400
10 GS] (rev a1) (prog-if 00 [VGA controller])
11
12 uname -a
13 Linux box1 3.10.17-gentoo #2 SMP Fri Dec 20 23:03:32 EET 2013 i686
14 Intel(R) Core(TM)2 Duo CPU E4600 @ 2.40GHz GenuineIntel GNU/Linux
15
16 equery -q l '*nvidia*'
17 media-video/nvidia-settings-304.60
18 x11-drivers/nvidia-drivers-331.20
19
20 equery -q l '*sensors*'
21 sys-apps/lm_sensors-3.3.3-r3
22 xfce-extra/xfce4-sensors-plugin-1.2.5
23
24 equery -q l '*hddtemp*'
25 app-admin/hddtemp-0.3_beta15-r7
26
27 rc-update show|egrep 'lm_sensors|acpid|hddtemp'
28 acpid | default
29 hddtemp | default
30 lm_sensors | default
31
32 pwd
33 /usr/src/linux
34
35 grep '^[^#].*ACPI' .config
36 CONFIG_ACPI=y
37 CONFIG_ACPI_SLEEP=y
38 CONFIG_ACPI_PROCFS=y
39 CONFIG_ACPI_PROC_EVENT=y
40 CONFIG_ACPI_AC=y
41 CONFIG_ACPI_BATTERY=y
42 CONFIG_ACPI_BUTTON=y
43 CONFIG_ACPI_VIDEO=y
44 CONFIG_ACPI_FAN=y
45 CONFIG_ACPI_DOCK=y
46 CONFIG_ACPI_I2C=y
47 CONFIG_ACPI_PROCESSOR=y
48 CONFIG_ACPI_HOTPLUG_CPU=y
49 CONFIG_ACPI_THERMAL=y
50 CONFIG_ACPI_BLACKLIST_YEAR=0
51 CONFIG_ACPI_CONTAINER=y
52 CONFIG_X86_ACPI_CPUFREQ=y
53 CONFIG_PNPACPI=y
54 CONFIG_ATA_ACPI=y
55 CONFIG_SENSORS_ACPI_POWER=y
56 CONFIG_DMA_ACPI=y
57
58 Any input would be appreciated.

Replies

Subject Author
[gentoo-user] re: nvidia GeForce 8400 GS temperature readings masterprometheus <masterprometheus666@×××××.com>
Re: [gentoo-user] re: nvidia GeForce 8400 GS temperature readings Daniel Frey <djqfrey@×××××.com>