Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

aluveitie/RadeonSensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Archived) RadeonSensor - Kext and Gadget to show Radeon GPU temperature on macOS

ℹ️ Note

Maintenance of this project has been handed over to NootInc, which also did a much needed overhaul and added support for AMD iGPUs.

The kext is based on FakeSMCs RadeonMonitor to provide GPU temperature to a dedicated gadget without relying on FakeSMC being installed and can therefore be used with VirtualSMC instead, or without either in a VM with GPU passed through. All credits for the code to read the GPU temperature go to FakeSMC/RadeonMonitor project.

The design of the status bar is based on the AMD PowerGadget to fit together.

GPU temperature and MacOS

Starting with the Radeon VII, Apple stopped reporting the temperature directly, requiring kexts to step in and implement that feature. For Vega 10 and older, other tools can already display the GPU temperature without the need for additional kexts.

Components

  • RadeonSensor.kext: Required to read the GPU temperature and requires Lilu
  • SMCRadeonGPU.kext: Can be used optionally to export GPU temperature to VirtualSMC for monitoring tools to read and requires VirtualSMC
  • RadeonGadget.app: Displays GPU temperature in the status bar and requires only the RadeonSensor kext to be loaded

Supported GPUs

All GPUs starting Radeon HD 7000 series up to the RX 6000 series are supported on macOS 10.15 and newer.


Credits