-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Use 'Longer Battery Life' option by default #110
Comments
Allows to switch between "Longer Battery Life" and "Better Performance".
Done. Now Power consumption method is "Longer Battery Life" by default. config.vm.provider "parallels" do |v|
v.optimize_power_consumption = false
end P.s. Read more about power consumption modes in Parallels Desktop: http://kb.parallels.com/en/9607 |
Oops, it is failed on PD8
|
Feature is available only since Parallels Desktop 9
driver: removed unnecessary 'version' method. action/import: Regenerate 'SourceVmUuid' while template registration [GH-113] driver: added 'regen_src_uuid' argument to the 'register' method tests/unit: added tests for 'set_power_consumption_mode' driver method Added 'SetPowerConsumption' action. [GH-110] gemspec: added 'minitest' dependency as a aorkaround for rspec warning about 'minitest/autorun' driver/meta: Don't show unreleased PD 10 version in the error message. Convert Parallels Desktop version to semantic-like format (x.y.z) errors: 'vm_name_exists' error key added
* master: driver: 'set_power_consumption_mode' method should be available only for PD >= 9 Version bumped to 'v1.0.7' tests/unit: Added test for 'read_guest_tools_version' driver method Convert Parallels Tools version to semantic-like format (x.y.z) action/set_power_consumption: Added PD version constriction [GH-110] driver: removed unnecessary 'version' method. action/import: Regenerate 'SourceVmUuid' while template registration [GH-113] driver: added 'regen_src_uuid' argument to the 'register' method Require version file tests/unit: added tests for 'set_power_consumption_mode' driver method Added 'SetPowerConsumption' action. [GH-110] Workaround for rspec warning about 'minitest/autorun' driver/meta: Don't show unreleased PD 10 version in the error message. Convert Parallels Desktop version to semantic-like format (x.y.z) errors: 'vm_name_exists' error key added
Done. Included to v1.0.7 Important! This feature is working only for Parallels Desktop 9 and higher. |
Woo! Thank you! I just discovered this with my new Mac and searching the Parallels forums. Nice to know Vagrant will do it for me in the future. |
Configuration option "Optimization -> Power" has a default value 'Better Performance'. It forces machine to use the discrete graphic card (on MacBook Pro computers).
We need to set this option to 'Longer Battery Life' on the
pre-boot
step.Command is easy:
The text was updated successfully, but these errors were encountered: