Skip to content

Instantly share code, notes, and snippets.

@filipsalomonsson
Forked from simX/hidpi.txt
Created February 22, 2013 22:05
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 filipsalomonsson/5016910 to your computer and use it in GitHub Desktop.
Save filipsalomonsson/5016910 to your computer and use it in GitHub Desktop.
sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool YES;
sudo defaults delete /Library/Preferences/com.apple.windowserver DisplayResolutionDisabled;
// by the way, you need to logout and log back in for this to take effect. Or at least that's what
// Quartz Debug says. Who knows, maybe it's lying?
// P.S. Go to [Apple menu --> System Preferences --> Displays --> Display --> Scaled] after logging
// back in, and you'll see a bunch of "HiDPI" resolutions in the list to choose from.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment