-
-
Save reactormade/3537237 to your computer and use it in GitHub Desktop.
Enable HiDPI mode in Mountain Lion w/o Quartz Debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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