Skip to content

Instantly share code, notes, and snippets.

@adamstac
Last active November 29, 2017 00:55
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save adamstac/8347083 to your computer and use it in GitHub Desktop.
Save adamstac/8347083 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.
Copy link

ghost commented Jun 5, 2014

my resolution is 1280x800 (HiDPI)

@StefanScherer
Copy link

You made my day! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment