Skip to content

oobidub/RadeonSensor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

GitHub release download-badge

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.


Credits

About

Monitoring Radeon GPU temperature on macOS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 44.0%
  • Objective-C 29.0%
  • Swift 22.8%
  • C 4.2%