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
Hi,
With your help for the frequency vector (Thanks again!), I got my power management working under stock Turbo boosting mode. Now I am trying to raise turbo boosting frequency above stock. If I raise the Turbo boosting frequency from 4400(stock) to 4500 or 4700, I got
However, if I raise frequency to 4600, the pstates error is gone.
I noticed if I ran
ssdtPRGen.sh -turbo 4500
...
Number of Turbo States: 6 (4100-4500 MHz)
...
ssdtPRGen.sh
...
Number of Turbo States: 4 (4100-4400 MHz)
...
As you noticed, there is extra states created for 4500, 4700
in the master branch line 3939,
let turboStates=$(printf "%.f"$(echo "scale=1;((($maxTurboFrequency - $frequency) / $gBusFrequency)+0.5)"| bc))
The text was updated successfully, but these errors were encountered:
- Improved Pentium® support.
- Various whitespace only changes.
- Check value of argument -bclk.
- Improved error reporting for -bclk, -lfm and -t.
- Undo change for #104
Hi,
With your help for the frequency vector (Thanks again!), I got my power management working under stock Turbo boosting mode. Now I am trying to raise turbo boosting frequency above stock. If I raise the Turbo boosting frequency from 4400(stock) to 4500 or 4700, I got
However, if I raise frequency to 4600, the pstates error is gone.
I noticed if I ran
ssdtPRGen.sh -turbo 4500
...
Number of Turbo States: 6 (4100-4500 MHz)
...
ssdtPRGen.sh
...
Number of Turbo States: 4 (4100-4400 MHz)
...
As you noticed, there is extra states created for 4500, 4700
in the master branch line 3939,
The text was updated successfully, but these errors were encountered: