Skip to content

Instantly share code, notes, and snippets.

@adamstac
Last active November 29, 2017 00:55

Revisions

  1. adamstac revised this gist Jan 10, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    1. Set "Use full resolution for Retina display" in the VM's Settings > Display
    2. Run this command in Terinal `sudo defaults write /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled -bool true`
    2. Run this command in Terminal `sudo defaults write /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled -bool true`
    3. In System Preferences, set the display to "scaled" using the resolution 1292 x 807 (HiDPI)
    4. Enjoy.
  2. adamstac revised this gist Jan 10, 2014. 1 changed file with 1 addition and 6 deletions.
    7 changes: 1 addition & 6 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,4 @@
    1. Set "Use full resolution for Retina display" in the VM's Settings > Display

    2. Run this command in Terinal.

    sudo defaults write /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled -bool true

    2. Run this command in Terinal `sudo defaults write /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled -bool true`
    3. In System Preferences, set the display to "scaled" using the resolution 1292 x 807 (HiDPI)

    4. Enjoy.
  3. adamstac created this gist Jan 10, 2014.
    9 changes: 9 additions & 0 deletions gistfile1.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    1. Set "Use full resolution for Retina display" in the VM's Settings > Display

    2. Run this command in Terinal.

    sudo defaults write /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled -bool true

    3. In System Preferences, set the display to "scaled" using the resolution 1292 x 807 (HiDPI)

    4. Enjoy.