Skip to content

Commit

Permalink
.osx: Enable HiDPI display modes without using Quartz Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
porada authored and mathiasbynens committed Jul 29, 2012
1 parent a149de5 commit 97a3318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ defaults write com.apple.screencapture disable-shadow -bool true
# Enable subpixel font rendering on non-Apple LCDs # Enable subpixel font rendering on non-Apple LCDs
defaults write NSGlobalDomain AppleFontSmoothing -int 2 defaults write NSGlobalDomain AppleFontSmoothing -int 2


# Enable HiDPI display modes (requires restart)
sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool true

############################################################################### ###############################################################################
# Finder # # Finder #
############################################################################### ###############################################################################
Expand Down

0 comments on commit 97a3318

Please sign in to comment.