Unable to Choose Monitor Layout - Windows 10 Host & Ubuntu 22.04.2 LTS Guest OS
Andrew Henderson
As the title states, I have a Windows 10 Host & Ubuntu 22.04.2 LTS Guest OS.
I also have VMware tools installed -
When I try to go full screen and choose a layout, it doesn't work as expected. The VM does not go into full screen mode, it goes into a single display with scroll bars as shown below -
I saw this post -
.
Disabling Wayland based on the recommendation would cause the VM to crash. I am at my wits end.
Any help here would be appreciated.
Thank you.
I tried disabling Wayland, and I expected the issue to be resolved. However, this was causing the VM to crash. By this I mean, when I start the VM, it would crash, I see a black screen, I can't even boot into it.
11 Answer
I've flagged this question to be moved to Ask Ubuntu. We'll see if they respond.
Here's an article on my website that may answer it for you: Common ways to fix video driver (and related) issues in Linux Ubuntu
Since you're on a virtual machine though, I don't know for sure.
...in case you are experiencing any of these issues:
- black screen, computer won't wake up, can't log in after the screen locks, can't log in after suspend
- multiple monitors won't work, external monitor won't work, computer won't detect external monitor
- screen brightness buttons won't work, can't adjust screen brightness
- mouse scroll wheel is slow,
imwheelwon't work,xdotoolwon't work, Pythonpynputcan't detect mouse scroll wheel in certain applications, Shutter snipping tool won't work, "show desktop" icon doesn't workThis is knowledge I've acquired via hundreds of hours of troubleshooting over the last 5 years of using Linux Ubuntu for 12+ hours per day, both at work and home, on my computers, and on my kids' computers.
If you have any of the problems above, try these 4 things:
- Check the BIOS/UEFI settings. Use "Discrete Graphics" instead of "Hybrid Graphics".
- Use the latest LTS (Long-Term Support) version of Ubuntu, rather than a short-term support version.
- Install the latest non-open-source NVIDIA driver (in Ubuntu's "Software & Updates" app) which works with external monitors and your brightness keys.
- Use the X11 window manager, NOT Wayland
See the full article for details.
1