1

I had created on Ubuntu 14.04 a Windows 10 VM that has followed me till today with no problem. This week-end, I have upgraded to Ubuntu 22.04 beta (from 20.04). I have seen that I can't use anymore the Windows 10 VM. The screen stays black, and if I hover the screen, the VirtualBox menu turns to somewhat torn white tape… Strange white menu on black screen

When I manage to open the tasks on Ubuntu (by using moving slowly three fingers upwards on the touchpad) I can see Windows running "normally". Windows 10 seems to run OK on tasks

My mouse is then not at all usable on VirtualBox. To stop the VM, I need to open the tasks (as shown above), click the "X" button to open the VirtualBox quit menu on the VM, select "Power off the machine" (sending the shutdown signal doesn't do anything) and type the Enter key, as the mouse doesn't work.

I have created a simple Ubuntu 22.04 VM without any problem.

Thanks for your help.

1 Answers1

2

Switching to X11 should fix this issue.

You can do this at the login screen, clicking on the gear icon and selecting Ubuntu on Xorg.

Long answer

This issue is related to the Wayland display server.

In previous Ubuntu versions (ex. 14.04), the display server was X11. On Ubuntu 22.04, Canonical replaced X11 with Wayland.

While most applications work correctly on Wayland, sometimes you can find visual glitches like what you are experiencing.

Switching back to X11 should fix your issue without any side effects on your system. Wayland's main reason is code maintainability - in theory, there's no difference between X11 or Wayland to the final user.