97

I am new to VirtualBox and am trying to set up an instance of Windows 7 64.

I have the virtual machine instance running with Windows 7 now installed, but it only fills up a small portion of my screen. Even when I go full screen, the window stays the same size and the rest of the screen is filled with gray space.

I have installed VirtualBox Guest Additions, which allowed me to go from a resolution of 800x600 to 1024x768, but this still isn't satisfactory as my laptop display is 1600x900.

Any help on this would be most appreciated. Thanks.

jdavis
  • 1,121

8 Answers8

85

You must install guest additions. In the "Devices" menu in the virtual machine's menu bar, VirtualBox has a handy menu item named "Install guest additions", which mounts the Guest Additions ISO file inside your virtual machine. A Windows guest should then automatically start the Guest Additions installer, which installs the Guest Additions into your Windows guest. After that your virtual OS scren will be automatically change resolution to fill entire screen.

Arterius
  • 1,008
45

Try increasing the virtual graphics adapter's memory to 64 or 128M. That might help. You may also want to see if you can change the screen resolution from within the guest OS.

BobT
  • 481
12

Auto-resize Guest Display

After leaving the comment on your original question, I figured out my problem. I had hit Command-G instead of Command-F. On Mac host, Command-G toggles an "Auto-resize Guest Display" setting. That fixed it.

psoft
  • 275
1

I had the same problem and my Guest Addition was installed correctly. I read BobT suggestion above and checked my adapter graphic memory and it was using 128 MB. I changed it to 256 MB and everything got fixed. Then changed it back to 128 MB and now everything is fine :)
So maybe just a change is need to hint VB graphic adapter.
Hope it works :)

1

On the VM View menu, after selecting Full-screeen Mode, go back to the VM View menu and select Auto-resize Guest Display

1

There might be three causes as far as I know:

  • Either your video card doesn't support such high resolution: as BobTsaid you can try tuning your video card settings in the VM properties
  • Or it may be that the resize event is not interpreted correctly by VirtualBox: what happens if you resize the window by dragNDropping the corner to a resolution higher than 1027*768? If this works (allowing you to go higher than that), then you should try entering and leaving full screen several times
  • And if you are using an application that takes full control of the screen (eg. a game), and that application doesn't support your target resolution, then not much can be done.
PPC
  • 756
1

You need to reboot VM after installing guest additions, and then select options to auto-resize guest display etc to your liking.

ZaB
  • 2,465
0

There is a menu option in VirtualBox GUI under Screen > Go to full screen; also accessible through Host + F by default. (you can configure the host key in VBox options).

During a fullscreen session you should have a hidden bar on the bottom of the screen with restore tools: just tap the bottom of the screen with the mouse pointer.

PPC
  • 756