You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,18 @@ Please note that this release is at very initial stage of development, make sure
10
10
### Now with AMD Power Tool
11
11
<imgsrc="imgs/all.png"width="80%">
12
12
13
+
## Installation
14
+
15
+
1. Download kext and application from [Release](https://github.com/trulyspinach/SMCAMDProcessor/releases) page
16
+
2. Add SMCAMDProcessor.kext to kext folder of your bootloader.
17
+
3. Edit your bootloader's config file to make sure the kext is enabled.
18
+
4. Done!
19
+
20
+
## Features
21
+
* Passive CPU power management.
22
+
* Supports for reading of temperature, energy and clock data on AMD 17h Processors.
23
+
* Manual switching of processor speed with AMD Power Tool.
24
+
13
25
## Passive Power Management
14
26
This options serves as a temporary solution to CPU power management due to no active solution are currently available. Comparing to a true active power managment implementation, this option works in a passive way which results in less sensitivity, accuracy and a slow down in performance.
15
27
@@ -18,10 +30,20 @@ I have been exploring possibilities for implementing a real active power managem
18
30
<imgsrc="imgs/ani.gif"width="100%">
19
31
20
32
21
-
## Features
22
-
* Passive CPU power management.
23
-
* Supports for reading of temperature, energy and clock data on AMD 17h Processors.
24
-
* Manual switching of processor speed with AMD Power Tool.
33
+
## Editing PState
34
+
35
+
Since the release 0.3.1, you can now edit your CPU PState using AMD Power Tool.
36
+
<imgsrc="imgs/pe.png"width="60%">
37
+
38
+
To access PState editor:
39
+
1. Open AMD Power Tool
40
+
2. Go to 'Speed' tab
41
+
3. Click 'Advanced Options'
42
+
43
+
#### Safety Notes
44
+
* Incorrect PState setting can potentially cause permanent damage to your computer hardware.
45
+
* For safety concern, this function was limited to root user only. You can either launch AMD Power Gadget with root user or use `-amdpnopchk` to disable this check.
0 commit comments