Skip to content

Instantly share code, notes, and snippets.

@kenwilcox
Forked from adamstac/gist:8347083
Created September 11, 2016 21:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenwilcox/796f035fbe1a579e4a2c8489aeacdfc3 to your computer and use it in GitHub Desktop.
Save kenwilcox/796f035fbe1a579e4a2c8489aeacdfc3 to your computer and use it in GitHub Desktop.
Enable HiDPI mode on a VMware Fusion OS X 10.9 Mavericks Vagrant VM
  1. Set "Use full resolution for Retina display" in the VM's Settings > Display
  2. Run this command in Terminal sudo defaults write /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled -bool true
  3. In System Preferences, set the display to "scaled" using the resolution 1292 x 807 (HiDPI)
  4. Enjoy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment