Skip to content

Instantly share code, notes, and snippets.

@olibob
Forked from simX/hidpi.txt
Created December 7, 2013 19:39

Revisions

  1. @simX simX revised this gist Jul 28, 2012. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions hidpi.txt
    Original 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], and you'll
    // see a bunch of "HiDPI" resolutions in the list to choose from.
    // 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.
  2. @simX simX revised this gist Jul 28, 2012. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion hidpi.txt
    Original 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.
    // 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.
  3. @simX simX revised this gist Jul 28, 2012. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion hidpi.txt
    Original 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?
    // 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.
  4. @simX simX revised this gist Jul 28, 2012. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion hidpi.txt
    Original 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;
    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?
  5. @simX simX revised this gist Jul 28, 2012. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion hidpi.txt
    Original 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;
    sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool YES;
    sudo defaults delete /Library/Preferences/com.apple.windowserver DisplayResolutionDisabled;
  6. @simX simX renamed this gist Jul 28, 2012. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  7. @simX simX created this gist Jul 28, 2012.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original 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;