Skip to content

Commit 2bc8799

Browse files
authored
Merge pull request #6542 from claudiux/Sensors_3.8.3-UpdateREADME
[Sensors@claudiux] v3.8.3 - Updates README about NVidia card temperatures
2 parents de58f7a + b133050 commit 2bc8799

File tree

15 files changed

+268
-235
lines changed

15 files changed

+268
-235
lines changed

Sensors@claudiux/files/Sensors@claudiux/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### v3.8.3~20241029
2+
* Fixes #6541. Adds FAQ about Nvidia video card temperature readings. Thanks to @JEleniel!
3+
4+
### v3.8.2~20241011
5+
* Adds support for Nvidia SMI temperatures. Thanks to @JEleniel!
6+
17
### v3.8.1~20240901
28
* Fixes #6353. Repairs tooltip.
39

Sensors@claudiux/files/Sensors@claudiux/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,17 @@ Alternatively, run the commands:
9595

9696
Then, log out and log in your session.
9797

98+
99+
### How to display Nvidia video card temperature?
100+
101+
The applet will now automatically detect the existence of the *nvidia-smi* tool version 550.107.02 or higher, test to ensure that the tool is compatible, and if so will present the **Nvidia GPU** temperature sensors. The applet will log an *info* entry if the tool is found and works, or an *error* entry if the tools is found and fails.
102+
103+
The *nvidia-smi* tool is part of the Nvidia closed source drivers, and only supports ["NVIDIA's Tesla, Quadro, GRID and GeForce devices from Fermi and higher architecture families"](https://docs.nvidia.com/deploy/nvidia-smi/index.html).
104+
105+
(While the tool does report fan speed, it does so as a percentage so is not compatible with the fan speed features of the applet.)
106+
107+
When requesting help with this feature, please include the output of `nvidia-smi -L` as well as any entries in the '~/.xsession-errors' file related to 'Nvidia SMI'.
108+
98109
### My PC has several temperature sensors and their values ​​are different. Why and which one to choose?
99110

100111
Example:
6.37 KB
Binary file not shown.

Sensors@claudiux/files/Sensors@claudiux/metadata.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,24 @@
22
"uuid": "Sensors@claudiux",
33
"name": "Sensors Monitor",
44
"description": "Displays the values of many computer sensors concerning Temperatures (CPU - GPU - Power Supply), Fan Speed, Voltages, Intrusions. Notifies you with color changes when a value reaches or exceeds its limit.",
5-
"version": "3.8.2",
5+
"version": "3.8.3",
66
"max-instances": 1,
7-
"cinnamon-version": ["3.8", "4.0", "4.2", "4.4", "4.6", "4.8", "5.0", "5.2", "5.4", "5.6", "5.8", "6.0", "6.2"],
7+
"cinnamon-version": [
8+
"3.8",
9+
"4.0",
10+
"4.2",
11+
"4.4",
12+
"4.6",
13+
"4.8",
14+
"5.0",
15+
"5.2",
16+
"5.4",
17+
"5.6",
18+
"5.8",
19+
"6.0",
20+
"6.2",
21+
"6.4"
22+
],
823
"author": "claudiux",
924
"website": "https://cinnamon-spices.linuxmint.com/applets/view/337"
1025
}

Sensors@claudiux/files/Sensors@claudiux/po/[email protected]

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
#, fuzzy
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Sensors@claudiux 3.8.2\n"
8+
"Project-Id-Version: Sensors@claudiux 3.8.3\n"
99
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/"
1010
"issues\n"
11-
"POT-Creation-Date: 2024-09-03 15:24+0200\n"
11+
"POT-Creation-Date: 2024-10-29 14:28+0100\n"
1212
"PO-Revision-Date: \n"
1313
"Last-Translator: \n"
1414
"Language-Team: \n"
@@ -22,89 +22,89 @@ msgstr ""
2222
msgid "Sensors Monitor"
2323
msgstr ""
2424

25-
#. applet.js:399
25+
#. applet.js:401
2626
msgid "Suspended"
2727
msgstr ""
2828

29-
#. applet.js:617 applet.js:659
29+
#. applet.js:619 applet.js:661
3030
msgid "high:"
3131
msgstr ""
3232

33-
#. applet.js:617 applet.js:619 applet.js:659 applet.js:661 applet.js:703
33+
#. applet.js:619 applet.js:621 applet.js:661 applet.js:663 applet.js:705
3434
msgid "n/a"
3535
msgstr ""
3636

37-
#. applet.js:619 applet.js:661
37+
#. applet.js:621 applet.js:663
3838
msgid "crit:"
3939
msgstr ""
4040

41-
#. applet.js:703 applet.js:747
41+
#. applet.js:705 applet.js:749
4242
msgid "min:"
4343
msgstr ""
4444

45-
#. applet.js:749
45+
#. applet.js:751
4646
msgid "max:"
4747
msgstr ""
4848

49-
#. applet.js:778
49+
#. applet.js:780
5050
msgid "No intrusion detected"
5151
msgstr ""
5252

53-
#. applet.js:778
53+
#. applet.js:780
5454
msgid "INTRUSION DETECTED!"
5555
msgstr ""
5656

57-
#. applet.js:798
57+
#. applet.js:800
5858
msgid "Must be configured!"
5959
msgstr ""
6060

61-
#. applet.js:1185
61+
#. applet.js:1187
6262
msgid "Settings"
6363
msgstr ""
6464

65-
#. applet.js:1185
65+
#. applet.js:1187
6666
msgid ":"
6767
msgstr ""
6868

6969
#. settings-schema.json->page_General->title
70-
#. applet.js:1192
70+
#. applet.js:1194
7171
msgid "⚙ General"
7272
msgstr ""
7373

74-
#. applet.js:1202
74+
#. applet.js:1204
7575
#, javascript-format
7676
msgid "%s Temperature sensors"
7777
msgstr ""
7878

79-
#. applet.js:1212
79+
#. applet.js:1214
8080
#, javascript-format
8181
msgid "%s Fan sensors"
8282
msgstr ""
8383

84-
#. applet.js:1222
84+
#. applet.js:1224
8585
#, javascript-format
8686
msgid "%s Voltage sensors"
8787
msgstr ""
8888

89-
#. applet.js:1232
89+
#. applet.js:1234
9090
#, javascript-format
9191
msgid "%s Intrusion sensors"
9292
msgstr ""
9393

9494
#. settings-schema.json->xsensors->description
95-
#. applet.js:1253
95+
#. applet.js:1255
9696
msgid "Run xsensors"
9797
msgstr ""
9898

99-
#. applet.js:1262
99+
#. applet.js:1264
100100
msgid "Suspend Sensors"
101101
msgstr ""
102102

103-
#. applet.js:1273
103+
#. applet.js:1275
104104
msgid "Reload this applet"
105105
msgstr ""
106106

107-
#. applet.js:1574
107+
#. applet.js:1576
108108
#, javascript-format
109109
msgid "Are you sure you want to remove '%s'?"
110110
msgstr ""

Sensors@claudiux/files/Sensors@claudiux/po/ca.po

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Sensors@claudiux 3.7.0\n"
99
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-applets/"
1010
"issues\n"
11-
"POT-Creation-Date: 2024-09-03 15:24+0200\n"
11+
"POT-Creation-Date: 2024-10-29 14:28+0100\n"
1212
"PO-Revision-Date: 2024-09-07 06:32+0200\n"
1313
"Last-Translator: Odyssey <[email protected]>\n"
1414
"Language-Team: \n"
@@ -23,89 +23,89 @@ msgstr ""
2323
msgid "Sensors Monitor"
2424
msgstr "Monitor de sensors"
2525

26-
#. applet.js:399
26+
#. applet.js:401
2727
msgid "Suspended"
2828
msgstr "Suspès"
2929

30-
#. applet.js:617 applet.js:659
30+
#. applet.js:619 applet.js:661
3131
msgid "high:"
3232
msgstr "alt:"
3333

34-
#. applet.js:617 applet.js:619 applet.js:659 applet.js:661 applet.js:703
34+
#. applet.js:619 applet.js:621 applet.js:661 applet.js:663 applet.js:705
3535
msgid "n/a"
3636
msgstr "n/a"
3737

38-
#. applet.js:619 applet.js:661
38+
#. applet.js:621 applet.js:663
3939
msgid "crit:"
4040
msgstr "crít:"
4141

42-
#. applet.js:703 applet.js:747
42+
#. applet.js:705 applet.js:749
4343
msgid "min:"
4444
msgstr "mín:"
4545

46-
#. applet.js:749
46+
#. applet.js:751
4747
msgid "max:"
4848
msgstr "màx:"
4949

50-
#. applet.js:778
50+
#. applet.js:780
5151
msgid "No intrusion detected"
5252
msgstr "No s'ha detectat intrusió"
5353

54-
#. applet.js:778
54+
#. applet.js:780
5555
msgid "INTRUSION DETECTED!"
5656
msgstr "INTRUSIÓ DETECTADA!"
5757

58-
#. applet.js:798
58+
#. applet.js:800
5959
msgid "Must be configured!"
6060
msgstr "S'ha de configurar!"
6161

62-
#. applet.js:1185
62+
#. applet.js:1187
6363
msgid "Settings"
6464
msgstr "Opcions"
6565

66-
#. applet.js:1185
66+
#. applet.js:1187
6767
msgid ":"
6868
msgstr ":"
6969

7070
#. settings-schema.json->page_General->title
71-
#. applet.js:1192
71+
#. applet.js:1194
7272
msgid "⚙ General"
7373
msgstr "⚙ General"
7474

75-
#. applet.js:1202
75+
#. applet.js:1204
7676
#, javascript-format
7777
msgid "%s Temperature sensors"
7878
msgstr "%s Sensors de temperatura"
7979

80-
#. applet.js:1212
80+
#. applet.js:1214
8181
#, javascript-format
8282
msgid "%s Fan sensors"
8383
msgstr "%s Sensors de ventilador"
8484

85-
#. applet.js:1222
85+
#. applet.js:1224
8686
#, javascript-format
8787
msgid "%s Voltage sensors"
8888
msgstr "%s Sensors de voltatge"
8989

90-
#. applet.js:1232
90+
#. applet.js:1234
9191
#, javascript-format
9292
msgid "%s Intrusion sensors"
9393
msgstr "%s Sensors d'intrusió"
9494

9595
#. settings-schema.json->xsensors->description
96-
#. applet.js:1253
96+
#. applet.js:1255
9797
msgid "Run xsensors"
9898
msgstr "Executar xsensors"
9999

100-
#. applet.js:1262
100+
#. applet.js:1264
101101
msgid "Suspend Sensors"
102102
msgstr "Suspendre sensors"
103103

104-
#. applet.js:1273
104+
#. applet.js:1275
105105
msgid "Reload this applet"
106106
msgstr "Refresca aquesta miniaplicació"
107107

108-
#. applet.js:1574
108+
#. applet.js:1576
109109
#, javascript-format
110110
msgid "Are you sure you want to remove '%s'?"
111111
msgstr "Segur que voleu eliminar '%s'?"

0 commit comments

Comments
 (0)