Skip to content

Commit 88aa392

Browse files
Remove gadget/UC, combine code to single SMC kext
Signed-off-by: Visual Ehrmanntraut <30368284+VisualEhrmanntraut@users.noreply.github.com>
1 parent 1d55e34 commit 88aa392

27 files changed

+611
-1785
lines changed

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
1-
# RadeonSensor ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/NootInc/RadeonSensor/main.yml?branch=master&logo=github&style=for-the-badge) [![Release Badge](https://img.shields.io/github/release/NootInc/RadeonSensor?include_prereleases&style=for-the-badge&sort=semver&color=blue)](https://github.com/NootInc/RadeonSensor/releases) [![Downloads Badge](https://img.shields.io/github/downloads/NootInc/RadeonSensor/total.svg?style=for-the-badge)](https://github.com/NootInc/RadeonSensor/releases/latest "Download status")
1+
# SMCRadeonSensors ![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ChefKissInc/SMCRadeonSensors/main.yml?branch=master&logo=github&style=for-the-badge) [![Release Badge](https://img.shields.io/github/release/ChefKissInc/RadeonSensor?include_prereleases&style=for-the-badge&sort=semver&color=blue)](https://github.com/ChefKissInc/SMCRadeonSensors/releases) [![Downloads Badge](https://img.shields.io/github/downloads/ChefKissInc/RadeonSensor/total.svg?style=for-the-badge)](https://github.com/ChefKissInc/SMCRadeonSensors/releases/latest)
22

3-
macOS Kext and Gadget that display the temperature of AMD GPUs in the system.
3+
A [VirtualSMC](https://github.com/Acidanthera/VirtualSMC) plug-in that provides temperature readings for AMD GPUs.
44

55
Supports AMD dGPUs starting with the `Radeon HD 7000` series up to the `RX 6000 series` and all `Vega` (GCN 5/Raven ASIC) iGPUs.
66

7-
Requires `macOS 10.15` and newer.
7+
Requires `macOS 10.14` or newer, [Lilu](https://github.com/Acidanthera/Lilu) and [VirtualSMC](https://github.com/Acidanthera/VirtualSMC).
88

99
The Source Code of this Original Work is licensed under the `Thou Shalt Not Profit License version 1.0`. See [`LICENSE`](https://github.com/NootInc/NootedRed/blob/master/LICENSE).
1010

11-
![Status Bar Screenshot](Assets/StatusBar.png)
12-
1311
## AMD GPU temperature and macOS
1412

1513
Apple stopped reporting the temperature since the `Radeon VII`. `Vega 10` and older can still report the temperature using external tools.
1614

17-
## Components
18-
19-
* `RadeonSensor.kext`: Main sensor component. Requires `Lilu`.
20-
* `SMCRadeonGPU.kext`: Exports sensor values to VirtualSMC for monitoring tools that utilise the SMC.
21-
* `RadeonGadget.app`: Displays GPU temperature in the status bar. Requires `RadeonSensor`.
22-
2315
### Credits
2416

2517
* [Linux](https://github.com/torvalds/linux) for the temperature logic in the `amdgpu` driver

RadeonGadget/AppDelegate.swift

Lines changed: 0 additions & 22 deletions
This file was deleted.

RadeonGadget/Assets.xcassets/AccentColor.colorset/Contents.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

RadeonGadget/Assets.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 0 additions & 59 deletions
This file was deleted.
Binary file not shown.

RadeonGadget/Assets.xcassets/Contents.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

RadeonGadget/Info.plist

Lines changed: 0 additions & 34 deletions
This file was deleted.

RadeonGadget/RadeonGadget.entitlements

Lines changed: 0 additions & 10 deletions
This file was deleted.

RadeonGadget/RadeonModel.swift

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)