Skip to content

Instantly share code, notes, and snippets.

@reactormade
Forked from simX/hidpi.txt
Last active October 9, 2015 15:58
Show Gist options
  • Save reactormade/3537237 to your computer and use it in GitHub Desktop.
Save reactormade/3537237 to your computer and use it in GitHub Desktop.
Enable HiDPI mode in Mountain Lion w/o Quartz Debug
//enable HiDPI modes
sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool YES;
//revert to default
sudo defaults delete /Library/Preferences/com.apple.windowserver DisplayResolutionDisabled;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment