Skip to content

Instantly share code, notes, and snippets.

@alexisg
Created December 18, 2012 22:28
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 alexisg/4332678 to your computer and use it in GitHub Desktop.
Save alexisg/4332678 to your computer and use it in GitHub Desktop.
Enable HiDPI (retina) mode on non-retina macs. * Credit to whoever I stole this from who I am sure pulled it from the windowserver plist file.
// In Terminal copy paste this command. Reboot and under displays you should find HiDPI modes.
sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool YES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment