mirror of
https://github.com/DrDonk/unlocker.git
synced 2026-04-27 06:36:00 +03:00
[GH-ISSUE #19] OS X running only in 1024x768... #16
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/unlocker#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GreatGranPa on GitHub (May 21, 2022).
Original GitHub issue: https://github.com/DrDonk/unlocker/issues/19
everything else works great 🥇
@GreatGranPa commented on GitHub (May 21, 2022):
VMware: newest, guest OS both Catalina and big sur
@Dirk- commented on GitHub (May 25, 2022):
Did you install the VMware tools?
Also, try to set the display settings of the VM in VMware Player.
@DrDonk commented on GitHub (May 26, 2022):
Install the VMWare Tools as Dirk mentioned and you should be able to select other video modes. If you have already installed them and still does not change resolution you can try this. Open Terminal and run:
sudo /Library/Application Support/VMware Tools/vmware-resolutionSet <width> <height>where width and height are the pixel size you want. For example to get 1440x900:
sudo /Library/Application Support/VMware Tools/vmware-resolutionSet 1440 900@GreatGranPa commented on GitHub (May 27, 2022):
will try thank you!
Viele Grüße,
Ulrich
@DrDonk commented on GitHub (Jun 10, 2022):
Has this fixed the issue?
@DrDonk commented on GitHub (Jun 16, 2022):
Going to add this to the troubleshooting doc and close this issue.