Revisions
-
simX revised this gist
Jul 28, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,5 +4,5 @@ sudo defaults delete /Library/Preferences/com.apple.windowserver DisplayResoluti // 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. -
simX revised this gist
Jul 28, 2012 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,4 +4,5 @@ sudo defaults delete /Library/Preferences/com.apple.windowserver DisplayResoluti // 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], and you'll // see a bunch of "HiDPI" resolutions in the list to choose from. -
simX revised this gist
Jul 28, 2012 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,6 @@ sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutio 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], and you'll see a bunch of "HiDPI" resolutions in the list to choose from. -
simX revised this gist
Jul 28, 2012 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,5 @@ 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? -
simX revised this gist
Jul 28, 2012 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,2 @@ sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool YES; sudo defaults delete /Library/Preferences/com.apple.windowserver DisplayResolutionDisabled; -
simX renamed this gist
Jul 28, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
simX created this gist
Jul 28, 2012 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool YES; sudo defaults delete /Library/Preferences/com.apple.windowserver DisplayResolutionDisabled;