Last active
November 29, 2017 00:55
Revisions
-
adamstac revised this gist
Jan 10, 2014 . 1 changed file with 1 addition 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,4 +1,4 @@ 1. Set "Use full resolution for Retina display" in the VM's Settings > Display 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. -
adamstac revised this gist
Jan 10, 2014 . 1 changed file with 1 addition and 6 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 @@ -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` 3. In System Preferences, set the display to "scaled" using the resolution 1292 x 807 (HiDPI) 4. Enjoy. -
adamstac created this gist
Jan 10, 2014 .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,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.