From 97a331832ffcfe1cb979d87fa97b70727b4d55a3 Mon Sep 17 00:00:00 2001 From: porada Date: Sun, 29 Jul 2012 18:11:42 +0300 Subject: .osx: Enable HiDPI display modes without using Quartz Debug --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 479e732..b590541 100755 --- a/.osx +++ b/.osx @@ -122,6 +122,9 @@ defaults write com.apple.screencapture disable-shadow -bool true # Enable subpixel font rendering on non-Apple LCDs defaults write NSGlobalDomain AppleFontSmoothing -int 2 +# Enable HiDPI display modes (requires restart) +sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool true + ############################################################################### # Finder # ############################################################################### -- cgit v1.2.3