Linux Mint VMware Player 14 with MacOs guest resolution switching to HiDPI

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












[EDIT] SOLVED!



I uninstalled vmware-tools and I'm able to switch to the proper resolution without it reverting back to the HiDPI mode.



Preface:



  • Linux Mint 18.3

  • VMWare Player 14

  • MacOS HighSierra (as guest OS on vmware)

  • Latest Darwin VMTools installed

  • Native monitor resolution 1920x1080

Issue:



When changing the VM's window size, if it gets any bigger than 1024x768 the guest OS automatically switches to HiDPI resolution making everything comically LARGE on the desktop, leaving it somewhat unusable.



The screen settings in MacOS has the option for 1920x1080 but after selecting it, the resolution switches back to HiDPI mode at 960x540 (HiDpi).



What's been tried



I've tried changing some of the config settings for the VM through VMWare Player, but that seems to have no effect.



I've tried disabling the guest's HiDPI mode using:



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




I'd like to use MacOS for running some design software i.e. Photoshop, Sketch, Illustrator, but I'd need to run it at full screen to take full advantage. Yes, I know about Gimp, Inkscape etc, but they just don't cut it for my tastes/workflows. That and I already own licenses for the Mac counterparts.



Please help with suggestions, tips, tricks etc. Much appreciated!







share|improve this question


























    up vote
    1
    down vote

    favorite












    [EDIT] SOLVED!



    I uninstalled vmware-tools and I'm able to switch to the proper resolution without it reverting back to the HiDPI mode.



    Preface:



    • Linux Mint 18.3

    • VMWare Player 14

    • MacOS HighSierra (as guest OS on vmware)

    • Latest Darwin VMTools installed

    • Native monitor resolution 1920x1080

    Issue:



    When changing the VM's window size, if it gets any bigger than 1024x768 the guest OS automatically switches to HiDPI resolution making everything comically LARGE on the desktop, leaving it somewhat unusable.



    The screen settings in MacOS has the option for 1920x1080 but after selecting it, the resolution switches back to HiDPI mode at 960x540 (HiDpi).



    What's been tried



    I've tried changing some of the config settings for the VM through VMWare Player, but that seems to have no effect.



    I've tried disabling the guest's HiDPI mode using:



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




    I'd like to use MacOS for running some design software i.e. Photoshop, Sketch, Illustrator, but I'd need to run it at full screen to take full advantage. Yes, I know about Gimp, Inkscape etc, but they just don't cut it for my tastes/workflows. That and I already own licenses for the Mac counterparts.



    Please help with suggestions, tips, tricks etc. Much appreciated!







    share|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      [EDIT] SOLVED!



      I uninstalled vmware-tools and I'm able to switch to the proper resolution without it reverting back to the HiDPI mode.



      Preface:



      • Linux Mint 18.3

      • VMWare Player 14

      • MacOS HighSierra (as guest OS on vmware)

      • Latest Darwin VMTools installed

      • Native monitor resolution 1920x1080

      Issue:



      When changing the VM's window size, if it gets any bigger than 1024x768 the guest OS automatically switches to HiDPI resolution making everything comically LARGE on the desktop, leaving it somewhat unusable.



      The screen settings in MacOS has the option for 1920x1080 but after selecting it, the resolution switches back to HiDPI mode at 960x540 (HiDpi).



      What's been tried



      I've tried changing some of the config settings for the VM through VMWare Player, but that seems to have no effect.



      I've tried disabling the guest's HiDPI mode using:



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




      I'd like to use MacOS for running some design software i.e. Photoshop, Sketch, Illustrator, but I'd need to run it at full screen to take full advantage. Yes, I know about Gimp, Inkscape etc, but they just don't cut it for my tastes/workflows. That and I already own licenses for the Mac counterparts.



      Please help with suggestions, tips, tricks etc. Much appreciated!







      share|improve this question














      [EDIT] SOLVED!



      I uninstalled vmware-tools and I'm able to switch to the proper resolution without it reverting back to the HiDPI mode.



      Preface:



      • Linux Mint 18.3

      • VMWare Player 14

      • MacOS HighSierra (as guest OS on vmware)

      • Latest Darwin VMTools installed

      • Native monitor resolution 1920x1080

      Issue:



      When changing the VM's window size, if it gets any bigger than 1024x768 the guest OS automatically switches to HiDPI resolution making everything comically LARGE on the desktop, leaving it somewhat unusable.



      The screen settings in MacOS has the option for 1920x1080 but after selecting it, the resolution switches back to HiDPI mode at 960x540 (HiDpi).



      What's been tried



      I've tried changing some of the config settings for the VM through VMWare Player, but that seems to have no effect.



      I've tried disabling the guest's HiDPI mode using:



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




      I'd like to use MacOS for running some design software i.e. Photoshop, Sketch, Illustrator, but I'd need to run it at full screen to take full advantage. Yes, I know about Gimp, Inkscape etc, but they just don't cut it for my tastes/workflows. That and I already own licenses for the Mac counterparts.



      Please help with suggestions, tips, tricks etc. Much appreciated!









      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 8 '17 at 2:43

























      asked Dec 7 '17 at 19:19









      Peter Peterson

      64




      64




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          2
          down vote













          I tried going down the same route, but found that even when setting the value you modified, it would automatically reset:



          defaults read /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled
          1


          After searching the internet, I came across this line (disabling auto-HiDPI for VMware):



          defaults write ~/Library/Preferences/com.vmware.tools.plist enableAutoHiDPI -bool false


          It didn't work immediately, but after a reboot I was able to set the resolution without it automatically changing to HiDPI:



          cd /Library/Application Support/VMware Tools
          ./vmware-resolutionSet 1920 1080


          Hope it works the same for you without un-installing VMware tools.






          share|improve this answer





























            up vote
            0
            down vote













            Here's what worked for me.



            With the guest running, click Player->Manage->Virtual Machine Settings and then click display in the left column. Uncheck the box labeled "Automatically Adjust User interface size in the virtual machine".



            The resolution will revert every power on, but you can now choose your display's native resolution.






            share|improve this answer




















              Your Answer







              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "106"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              convertImagesToLinks: false,
              noModals: false,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: null,
              bindNavPrevention: true,
              postfix: "",
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













               

              draft saved


              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409555%2flinux-mint-vmware-player-14-with-macos-guest-resolution-switching-to-hidpi%23new-answer', 'question_page');

              );

              Post as a guest






























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              2
              down vote













              I tried going down the same route, but found that even when setting the value you modified, it would automatically reset:



              defaults read /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled
              1


              After searching the internet, I came across this line (disabling auto-HiDPI for VMware):



              defaults write ~/Library/Preferences/com.vmware.tools.plist enableAutoHiDPI -bool false


              It didn't work immediately, but after a reboot I was able to set the resolution without it automatically changing to HiDPI:



              cd /Library/Application Support/VMware Tools
              ./vmware-resolutionSet 1920 1080


              Hope it works the same for you without un-installing VMware tools.






              share|improve this answer


























                up vote
                2
                down vote













                I tried going down the same route, but found that even when setting the value you modified, it would automatically reset:



                defaults read /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled
                1


                After searching the internet, I came across this line (disabling auto-HiDPI for VMware):



                defaults write ~/Library/Preferences/com.vmware.tools.plist enableAutoHiDPI -bool false


                It didn't work immediately, but after a reboot I was able to set the resolution without it automatically changing to HiDPI:



                cd /Library/Application Support/VMware Tools
                ./vmware-resolutionSet 1920 1080


                Hope it works the same for you without un-installing VMware tools.






                share|improve this answer
























                  up vote
                  2
                  down vote










                  up vote
                  2
                  down vote









                  I tried going down the same route, but found that even when setting the value you modified, it would automatically reset:



                  defaults read /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled
                  1


                  After searching the internet, I came across this line (disabling auto-HiDPI for VMware):



                  defaults write ~/Library/Preferences/com.vmware.tools.plist enableAutoHiDPI -bool false


                  It didn't work immediately, but after a reboot I was able to set the resolution without it automatically changing to HiDPI:



                  cd /Library/Application Support/VMware Tools
                  ./vmware-resolutionSet 1920 1080


                  Hope it works the same for you without un-installing VMware tools.






                  share|improve this answer














                  I tried going down the same route, but found that even when setting the value you modified, it would automatically reset:



                  defaults read /Library/Preferences/com.apple.windowserver.plist DisplayResolutionEnabled
                  1


                  After searching the internet, I came across this line (disabling auto-HiDPI for VMware):



                  defaults write ~/Library/Preferences/com.vmware.tools.plist enableAutoHiDPI -bool false


                  It didn't work immediately, but after a reboot I was able to set the resolution without it automatically changing to HiDPI:



                  cd /Library/Application Support/VMware Tools
                  ./vmware-resolutionSet 1920 1080


                  Hope it works the same for you without un-installing VMware tools.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Feb 25 at 11:59

























                  answered Feb 25 at 11:53









                  Konrad Holl

                  1216




                  1216






















                      up vote
                      0
                      down vote













                      Here's what worked for me.



                      With the guest running, click Player->Manage->Virtual Machine Settings and then click display in the left column. Uncheck the box labeled "Automatically Adjust User interface size in the virtual machine".



                      The resolution will revert every power on, but you can now choose your display's native resolution.






                      share|improve this answer
























                        up vote
                        0
                        down vote













                        Here's what worked for me.



                        With the guest running, click Player->Manage->Virtual Machine Settings and then click display in the left column. Uncheck the box labeled "Automatically Adjust User interface size in the virtual machine".



                        The resolution will revert every power on, but you can now choose your display's native resolution.






                        share|improve this answer






















                          up vote
                          0
                          down vote










                          up vote
                          0
                          down vote









                          Here's what worked for me.



                          With the guest running, click Player->Manage->Virtual Machine Settings and then click display in the left column. Uncheck the box labeled "Automatically Adjust User interface size in the virtual machine".



                          The resolution will revert every power on, but you can now choose your display's native resolution.






                          share|improve this answer












                          Here's what worked for me.



                          With the guest running, click Player->Manage->Virtual Machine Settings and then click display in the left column. Uncheck the box labeled "Automatically Adjust User interface size in the virtual machine".



                          The resolution will revert every power on, but you can now choose your display's native resolution.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Feb 25 at 22:48









                          Chris

                          1




                          1



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409555%2flinux-mint-vmware-player-14-with-macos-guest-resolution-switching-to-hidpi%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              Popular posts from this blog

                              Peggy Mitchell

                              Palaiologos

                              The Forum (Inglewood, California)