Thanks a lot that helped:
I have now:
<key>MacBookPro8,2</key>
<dict>
.... removed IGP section.....
<key>Vendor10deDevice0dfa</key> <---Quadro 1000M id>
<dict>
<key>Heuristic</key>
<dict>
.....ld_High</key>
<array>
<integer>88</integer>
<integer>88</integer>
<integer>88</integer>
<integer>100</integer>
</array>
<key>Threshold_Low</key>
<array>
<integer>0</integer>
<integer>95</integer>
<integer>95</integer>
<integer>100</integer>
</array>
</dict>
I removed the IGP section, My values are they good ? You have lower values 57-70-88-100 and 0-68-75-100. Doe it mean that your settings are better power safe or are my settings better for power safe ?
I also got this message with DSDT editor while compiling the HP DV6 patch of Autopatcher 0.6 "object does not exist (\_SB.PWRB)", found the line, removed the line and after that it compiled.
Method (_L0D, 0, NotSerialized)
{
If (\_SB.PCI0.EHC1.PMES)
{
Store (One, \_SB.PCI0.EHC1.PMES)
Notify (\_SB.PCI0.EHC1, 0x02)
}
If (\_SB.PCI0.EHC2.PMES)
{
Store (One, \_SB.PCI0.EHC2.PMES)
Notify (\_SB.PCI0.EHC2, 0x02)
}
If (\_SB.PCI0.HDEF.PMES)
{
Store (One, \_SB.PCI0.HDEF.PMES)
Notify (\_SB.PCI0.HDEF, 0x02)
}
Notify (\_SB.PCI0.LANC, 0x02)
[b]Notify (\_SB.PWRB...... <- it was here so I removed [/b]