25

I installed Windows 10 on a virtual machine, and everything is working fine. But when I go into fullscreen mode, the size doesn't change, and I get a black screen around the display. Some people suggested that I install the guest additions, so I did. I downloaded the file and inserted it. This did not change anything. I still get a black screen around the VM. How can I fix this?

6 Answers6

24

The guest additions cd needs installed within the client. You can do this from the client toolbar. Devices -> Insert guest additions CD image...

That will mount the guest additions cd image. Click on it to run it. Let it install. It will then reboot the guest operating system. When the guest restarts and you log back in you will be able to go full screen and the resolution will adjust automatically. You can scale the window whatever way you want by dragging the corners of guest window and it will auto adjust to whatever that resolution is.

Eamonn Doyle
  • 1,178
4

Most probably the resolution in Virtualbox does not match your monitor resolution. Try to change the resolution inside the virtual machine.

kukulo
  • 2,045
  • 12
  • 22
4

I had a similar problem and did the following (with the Windows 10 VM stopped):

  1. In the manager right-click and choose settings for the Windows 10 VM
  2. Click on User-Interface options, at the bottom
  3. Un-check/disable the option Show in Full-Screen/Seamless

This seemed too easy to possibly fix it, but it worked for me! No more black anomalies and such!

Adam Gaskins
  • 141
  • 2
1

you need to install an extension pack which is available at:

https://www.virtualbox.org/wiki/Downloads

0

I found there's an option at the bottom right corner of the window.

Screenshot Pick the icon between the folder and recording icon. Choose 'Virtual Screen' in the dropdown then you'll be provided a whole bunch of resizing options. Pick one that fits your testing purposes.

Kulfy
  • 18,154
0

Another possible cause is less than 28 Mb of Video Memory has been allocated to the VM. To adjust

  1. Shutdown VM
  2. Go to Settings / Display in VirtualBox
  3. Adjust Video Memory slider so at least 28 Mb has been allocated.
  4. Start up VM
  5. My VM did not automatically switch to full screen until I moved it to my 2nd monitor and then back to my main screen. I also right clicked on monitor icon on bottom of VM window and selected a couple of different resolutions - some adjusted others didn't.
Mark
  • 1