We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Team,
I wanted to have following resolutions on the VM like -
I see there is a list of objects we're passing here, is it possible to have multiple support?
result.displays = [ VZMacGraphicsDisplayConfiguration( widthInPixels: vmConfig.display.width, heightInPixels: vmConfig.display.height, // A reasonable guess according to Apple's documentation[1] // [1]: https://developer.apple.com/documentation/coregraphics/1456599-cgdisplayscreensize pixelsPerInch: 72 ) @edigaryev @fkorotkov
result.displays = [ VZMacGraphicsDisplayConfiguration( widthInPixels: vmConfig.display.width, heightInPixels: vmConfig.display.height, // A reasonable guess according to Apple's documentation[1] // [1]: https://developer.apple.com/documentation/coregraphics/1456599-cgdisplayscreensize pixelsPerInch: 72 )
The text was updated successfully, but these errors were encountered:
@edigaryev @fkorotkov
Sorry, something went wrong.
Unfortunately, multiple displays are not supported at the moment. Please subscribe to #590 for when it will be supported by Virtualization.Framework.
Virtualization.Framework
No branches or pull requests
Hi Team,
I wanted to have following resolutions on the VM like -
I see there is a list of objects we're passing here, is it possible to have multiple support?
result.displays = [ VZMacGraphicsDisplayConfiguration( widthInPixels: vmConfig.display.width, heightInPixels: vmConfig.display.height, // A reasonable guess according to Apple's documentation[1] // [1]: https://developer.apple.com/documentation/coregraphics/1456599-cgdisplayscreensize pixelsPerInch: 72 )
@edigaryev @fkorotkov
The text was updated successfully, but these errors were encountered: