I'm running VMware Workstation Pro 17.5.1 on Windows 11 and tried to install Ubuntu 24.04 on a new virtual machine. During installation, I experienced screen flickering and the mouse was not usable. However, once installed, the VM froze when trying to resize the window or use the file manager.
Additionally, when the option for VMware Accelerated Graphics is enabled, the VM freezes. I can run Ubuntu without hardware acceleration enabled.
Solution:
To resolve the screen blacking out and unresponsiveness issue, you can update your graphics drivers using the oibaf PPA repository. Here are the steps:
Add the Graphics Drivers PPA: Open a terminal in Ubuntu and add the PPA repository:
sudo add-apt-repository ppa:oibaf/graphics-drivers
Update and Upgrade: After adding the repository, update your package list and upgrade your system:
sudo apt update && sudo apt upgrade
Reboot your Ubuntu virtual machine to apply the changes. Activate the hardware acceleration and start the machine.