Skip to content
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

Support of Multiple Resolutions #896

Closed
jaykam opened this issue Aug 23, 2024 · 3 comments
Closed

Support of Multiple Resolutions #896

jaykam opened this issue Aug 23, 2024 · 3 comments

Comments

@jaykam
Copy link

jaykam commented Aug 23, 2024

Hi Team,

I wanted to have following resolutions on the VM like -

  • 1024x768
  • 1280x960
  • 1440x900
  • 1600x1200
  • 1920x1080
  • 2048x1536

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

@jaykam
Copy link
Author

jaykam commented Aug 23, 2024

@edigaryev @fkorotkov

@jaykam
Copy link
Author

jaykam commented Aug 23, 2024

@jaykam jaykam closed this as completed Aug 23, 2024
@jaykam jaykam reopened this Aug 23, 2024
@fkorotkov
Copy link
Contributor

Unfortunately, multiple displays are not supported at the moment. Please subscribe to #590 for when it will be supported by Virtualization.Framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants