-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Solved] share my parameters in TDP wall and CPU voltage configure #180
Comments
Hi , thanks for your feedback, but there's something that I want to point out and also better explain what value you shuold set. Update:
|
Hi @Andrew-Hello and @Menchen I tested my settings for a few days and they work on m i5 I wanted to make the settings permanent like in your reference command: Sudo ./voltageshift buildlaunchd -107 -73 -107 0 0 0 25.5 999999 25.5 999999 60 But it wont let me: .voltageshift % Sudo ./voltageshift_unsigned buildlaunchd -107 -73 -107 0 0 0 25.5 999999 25.5 999999 60 Out of Interval setting, please select between 0 (Run only bootup) to 720mins So it seems i have a value to much i guess but im not sure which one... Could you help ? |
It's possible to do it for GPU? Looking to improve a bit the battery life, also maintain GPU freqs. |
Hi, I just build Hackintosh in my MibookPro, the EFI and install method in this program is brilliant and I learned much from it. After the installation, I tried to configure the CPU voltage like what we always do in windows with XTU. I also found there are already some professional issues discussing this. #174 But I think those are too hard for such tiro like me. Then I paste my command line and parameters below, hoping bring some convenience to freshmen. Notice that the TDP wall include the power consumption of IGX core, I just stimulated the full load CPU usage in following test. If you use IGX core a lot, you can enlarge the TDP limitation according to your preference.
Here in MacOS, the voltage adjusting tool is "sicreative/VoltageShift" (a big thanks to sicreative. please down the VoltageShift release version from his page).
===== Power Consumption (TDP wall) parameter =====
//Syntax:
./voltageshift powerlimit Longpower Longtime Shortpower Shorttime
//Default:
./voltageshift powerlimit 28 10 44 0.002
//Recommanded parameter: 82°C, 3.4G, 25.5W (-125mV pressure)
./voltageshift powerlimit 25.5 999999 25.5 999999
===== Voltage parameter =====
//Syntax:
./voltageshift offset <Analogy I/O> <Digital I/O>
//Default:
./voltageshift offset 0 0 0 0 0 0
//Recommanded command:
./voltageshift offset -125 0 -125 0 0 0
===== Automatically configure at start up =====
//Syntax (set auto configure)
sudo ./voltageshift buildlaunchd <Analogy I/O> <Digital I/O>
//Syntax (cancel auto configure):
./voltageshift removelaunchd
//Reference command:
Sudo ./voltageshift buildlaunchd -125 0 -125 0 0 0 25.5 999999 25.5 999999 60
(With the command above, the system will auto apply the configure at start up and maintain it every 60 min. The offset of Vcore is set to -125mV, which is stable in my laptop. The TDP wall is set to 25.5W, which allow the i5-8250U CPU run at 3.4GHz and bring ~80 degree package temperature under full load)
===============Test your configure================
//Start 8 thread stress test
Yes > /dev/null & yes > /dev/null & yes > /dev/null & yes > /dev/null & yes > /dev/null & yes > /dev/null & yes > /dev/null & yes > /dev/null &
//To stop the stress test
Killall yes
The text was updated successfully, but these errors were encountered: