temperatures

  1. Alain De Vos

    Typed racket , GUI, fahrenheit converter

    In the list of esoteric languages, racket scheme has his place. cat explicit.rkt #lang typed/racket/gui (require typed/racket/class) ; Adds 'new', 'send', 'get-field', etc. ;; Define the main dialog window (define dialog : (Instance Dialog%) (new dialog% [label "Temperature...
  2. SDK Chan

    Solved Getting CPU temperature on AMD Ryzen Zen 5 CPUs

    Is there some way to display the CPU temperature of AMDs ryzen zen 5 CPUs ? I tried to load amdtemp by issuing as root: kldload -v amdtemp and checking whether the module is loaded through issuing: kldstat | grep amdtemp the module seems to be loaded. Next I tried both commands: 1) sysctl...
  3. T

    [amdgpu] Is there a way to read AMD GPU's temperatures and/or power usage ?

    Hello everyone, I wanted to know if there's any way I could read my GPU's temperature and its power usage - which I can do on Linux using lm_sensors I have an RX 580, if that matters (?)
Back
Top