Resolution Configuration #73
Replies: 2 comments
-
|
This is correct, though I'd note that there are some limitations to the resolutions you can actually select due to VRAM limitations. That's a known limitation that you can find more discussion in #69 as well as a current workaround. That kext won't work from the EFI folder/virtual disk, but you can run a post-install script to install it to
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone!
I'm trying to set a different resolution to the VM, and I followed the steps on creating a new entry to the "dist\EFI\OC\Kexts\MacHyperVFramebuffer.kext\Contents\Info.plist" file.
This is how it looks like:
<dict> <key>HyperVGraphicsFramebuffer</key> <dict> <key>CFBundleIdentifier</key> <string>fish.goldfish64.MacHyperVFramebuffer</string> <key>IOClass</key> <string>HyperVGraphicsFramebuffer</string> <key>IOMatchCategory</key> <string>IOFramebuffer</string> <key>IOPCIMatch</key> <string>0x53531414</string> <key>IOProbeScore</key> <integer>50000</integer> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>SupportedResolutions</key> <array> <dict> <key>Height</key> <integer>480</integer> <key>Width</key> <integer>640</integer> </dict> <dict> <key>Height</key> <integer>600</integer> <key>Width</key> <integer>800</integer> </dict> <dict> <key>Height</key> <integer>768</integer> <key>Width</key> <integer>1024</integer> </dict> <dict> <key>Height</key> <integer>864</integer> <key>Width</key> <integer>1152</integer> </dict> <dict> <key>Height</key> <integer>720</integer> <key>Width</key> <integer>1280</integer> </dict> <dict> <key>Height</key> <integer>1024</integer> <key>Width</key> <integer>1280</integer> </dict> <dict> <key>Height</key> <integer>1400</integer> <key>Width</key> <integer>2560</integer> </dict> </array> </dict> </dict>Is this correct, or should I remove the other entries and only leave the 2560 x 1440 I added?
Edit: I tried I bunch of things (like adding a new entry, and overwritting the 1024 and 768 entries with the desired resolution, and then I recreated the VM and reinstalled the OS, but still, the only resolution I get is still 1024x768.
What exactly needs to be done in order to enforce a different resolution?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions