Skip to content

Instantly share code, notes, and snippets.

@simX
Created July 28, 2012 04:58
Show Gist options
  • Save simX/3191869 to your computer and use it in GitHub Desktop.
Save simX/3191869 to your computer and use it in GitHub Desktop.
Enable HiDPI mode in Mountain Lion w/o Quartz Debug
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.
@brett-white
Copy link

I tried this and have completely lost my display on my MacBook Pro, the only way I can see anything at all is to hook up to an external display and close the laptop screen. Is there a way to reverse this process?

@34r7h
Copy link

34r7h commented Apr 8, 2014

this doesn't seem to affect my air on 10.9.. doing an upgrade to 10.9.3 to see if that the tickie

@SoundBlaster
Copy link

Super! It works with my Mac mini on 10.9.3 and FullHD monitor.

@evie404
Copy link

evie404 commented Jun 8, 2014

does not appear to work with rMBP and external display :<

@akoss
Copy link

akoss commented Jun 6, 2015

This worked well on my late 2009 iMac with ATI HD4670 on Yosemite. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment