LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I find the GPU temperature of an Intel card using command-line?
#7
(09-15-2019, 03:35 PM)trinidad link Wrote: You can also add to Lite's conky widget with something like below, but you'll have to figure out which is the right number sensor.
${hwmon temp 2}C
Also possible with lm sensors like the syntax below for conky for CPU multiple cores
${exec sensors | grep 'Core 0' | awk '{print $3}' | cut -c2-3}°C
Updates will be at conky's pace.You can also display in conky from cat like already suggested.

TC

[member=5916]trinidad[/member]  I was just thinking in this. I just can't figure out how to.  BTW, this:
Code:
${exec sensors | grep 'Core 0' | awk '{print $3}' | cut -c2-3}°C
didn't work for me nor did
Code:
${hwmon temp 2}C
conky widget only shows  "ºC" but no temps are shown.
EDIT:
Aha! Figured it out
Code:
${execi 60 sensors | grep temp1 | cut -c 16-19}°C
adding this line to my .conkyrc made the trick. Thanks to your code/line  Smile
Without each others help there ain't no hope for us Smile
Need a translation service? https://www.deepl.com/es/translator
Reply


Messages In This Thread
Re: How do I find the GPU temperature of an Intel card using command-line? - by Moltke - 09-15-2019, 04:28 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)