Skip to content

Instantly share code, notes, and snippets.

@adamstac
Last active November 29, 2017 00:55
Show Gist options
  • 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.
@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