Suchergebnisse
Suchergebnisse 1-20 von insgesamt 51.
-
Da ich gerne meine GPU Temperatur überwachen möchte, aber auf VirtualSMC bleiben will musste ich doch mal etwas rumtüfteln.Inspiriert von der AMDRyzenCPUPowerManagement/PowerGadget habe ich versucht mit dem Code von RadeonMonitor etwas ähnliches zu bauen:(MAX zeigt im übrigen die maximal gemessene Temperatur an)Die RadeonSensor.kext stellt die Temperatur bereit welche dann von dem RadeonGadget in der Statusleiste angezeigt wird.Bisher getestet mit meiner RX 6900 XT, sollte aber im Prinzip mit al…
-
fabiosun I've found the responsible code in the Linux driver, it is just not as straight forward as reading the temperature. The temperature can just be read from a specific location. Reading other values requires writing the key you want to read to a specific address and then waiting for the corresponding result.Should not be that hard to implement, just tricky to get it right as testing it is a little tedious.Next on my list of todos are now to read the frequency, and provide gpu temperature …
-
fabiosun What I've found are those Keys: AMDGPU_PP_SENSOR_GFX_SCLK, AMDGPU_PP_SENSOR_GFX_MCLK, AMDGPU_PP_SENSOR_GPU_TEMP, AMDGPU_PP_SENSOR_VCN_POWER_STATE, AMDGPU_PP_SENSOR_GPU_LOADSo I might be able to get core/memory frequency and load besides the temperature.Edit Just saw there are already fragments to read that from slice in the code, just commented out. He was playing around with that but did never finish it.
-
apfelnico Ja, die Version welche ich dir gegeben habe zeigt GPU an wenn ein Temperaturwert geliefert wird und GP1/GP2 wenn zweit Temperaturwerte von der Kext kommen. DerTschnig Seltsam, scheint als würde er deine Karte nicht finden, könnte vielleicht ein ähnliches Issue sein wie bei apfelnico's zweiter Karte.