-
-
Notifications
You must be signed in to change notification settings - Fork 623
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for showing temp of (more) AMD chips #2051
Comments
I'm hoping @LinuxOnTheDeskop will be around to help with testing when implemented if implementer doesn't have the appropriate hardware. This is also why this issue is tagged with "help wanted" - it would be useful if AMD users subscribed to it so they can help with testing as it's specific to hardware. Though my guess reading a few numbers from some file somewhere should just work™. |
Certainly I can help to test. And if and when I manage to create a working script (bash or lua or C) that does the job (at least for my CPU), then perhaps it will be useful to post that script. (Come to think of it, though, given how often I'll be calling the script, probably I'd better write it in . . gulp . . C. Or would a lua script perform as well, given that Conky keeps lua scripts within RAM?) |
Very few things in the world run as good as C. JITLua is very close but it's still slower due to abstractions. The slowest part in the script will be file I/O so I don't think it matters that much what you choose given that you'll be doing very little processing. Post the script in any case as it will show what needs to be done in whichever language you land on. Thank you for the offer to test. Also I commend you for using Framework, nice to see it in the wild. |
Right. I'll do lua because I'll be able to implement that much faster, and because hopefully you will render the script obsolete. |
The following works for me [EDIT: I am using a Framework 13-AMD batch-3 with a Ryzen 5 764OU processor] (but see caveat below).
However: I have not properly verified that the temperature the script gets really is the cpu temperature. I do not know how I could. Yet, the following points suggest that I am pulling the right number.
|
@Caellian : just now I noticed that:
So, I have:
Apologies. |
Thanks, so Related code in conky is located in Also, note that |
Support for showing temperature of (at least) following AMD chips is missing when using
acpitemp
:Originally posted by @LinuxOnTheDesktop in Discussion #2050
This thread elsewhere reveals that Conky's
acpitemp
cannot get the temperature of a Phenom2 quad-core chip. I find that similarly Conky cannot get the temperature on my new Framework 13-AMD, with a Ryzen 6 764OU processor. (See perhaps also this further report.)One can write an external program to allow Conky to display the values on such AMD chips, but native Conky support would be nice!
Comment here is you find any other so they be added to the list.
The text was updated successfully, but these errors were encountered: