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

Clash 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!
osx vmware resolution
add a comment |Â
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!
osx vmware resolution
add a comment |Â
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!
osx vmware resolution
[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!
osx vmware resolution
edited Dec 8 '17 at 2:43
asked Dec 7 '17 at 19:19
Peter Peterson
64
64
add a comment |Â
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
edited Feb 25 at 11:59
answered Feb 25 at 11:53
Konrad Holl
1216
1216
add a comment |Â
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
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.
answered Feb 25 at 22:48
Chris
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password