Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Facebook Twitter Instagram
Tech News Today
  • Hardware
    • Motherboards
    • CPUs
    • Graphic Cards
    • RAM
    • SSDs
    • Computer Cases
    • Monitors
    • Peripherals
    • Power Supply Unit
    • PC Builds
    • Computer Tips
  • Software
  • Operating System
    • Windows
    • Mac
    • Linux
  • Gaming
  • Mobile
  • Console
  • More
    • Internet
    • Networking
    • Security
    • Buyer’s Guide
    • Gadgets
    • Laptops
    • Reviews
    • How To
    • News
Tech News Today
Home»Virtualization»How to Make VirtualBox Full Screen

How to Make VirtualBox Full Screen

Abhishek SilwalBy Abhishek SilwalSeptember 7, 2022
how to make virtualbox full screen

By default, the Virtual Machine (VM) screen on the Oracle VirtualBox does not occupy the entire screen. So, operating the system can be quite uncomfortable, especially if you need to read some texts.

VirtualBox includes a full-screen option, which increases the windows size. Nevertheless, it does not change the VM display unless a certain option is enabled.

Table of Contents

  • How to Select Full-Screen Option on VirtualBox?
  • How to Make VirtualBox Actually Full Screen
    • Install Guest Additions
    • Check Virtual Machine Settings
    • Enable Auto-resize Guest Display

How to Select Full-Screen Option on VirtualBox?

The Maximize button on the Virtual Machine’s window extends the window to the whole screen. However, if you want to open the VM without its menu or the Taskbar, you need to select Full-screen Mode. To do so,

  1. Click on View on the menu.
  2. Select Full-screen Mode.
    Full-screen-mode

You can also use the Host Key + F shortcut to enable/disable this mode.

  • The Host key is the Right Ctrl by default and you can see the current host key on the bottom-right of the VM window.
  • If you want to change this key or the shortcut, you need to go to File > Preferences > Input > Virtual Machine.
    virtualbox-host-key-change

How to Make VirtualBox Actually Full Screen

While the above option is called Full Screen Mode, it doesn’t actually change the size of the Virtual Machine display. The Window goes to full-screen mode but the display remains the same and occupies the central position.

If you want this display to fill up the entire screen, you need to execute additional tasks. Here’s a step-by-step explanation of these processes.

Install Guest Additions

The first thing you should do is install Guest Additions on the VM. You can only access the option you need to enable true full-screen if this package is present.

On Windows VM

Installing Guest Additions is very easy on a Windows Virtual Machine and you shouldn’t encounter any issues. Here’s how you can install it:

  1. Power up the Virtual Machine.
  2. From the menu, select Devices > Install Guest Additions.
    Insert-Guest-Additions-CD
  3. Open the File Explorer and go to the mounted CD drive.
  4. Run VBoxWindowsAdditions.exe and follow the on-screen instructions.
    virtualbox guest additions setup

On Linux VM

A similar method works on most Linux OS. However, you may get the E_FAIL (0x80004005) error in some cases. Here, you can mount the Guest Additions ISO file and use the Terminal to install guest additions.

  1. Open the Terminal.
  2. Enter the following commands to install build essentials on the system:
    • sudo apt-get update
    • sudo apt-install build-essentials
    • sudo reboot
      sudo-apt-install-build-essentials
  3. After the reboot, go to Devices > Optical Disks > Choose a disk file.
  4. Navigate to C:\Program Files\Oracle\VirtualBox
  5. Click on VBoxGuestAdditions.iso and select Open.
    mount-iso-file
  6. Open the Terminal and enter the commands below to install Linux Guest Additions:
    • sudo mkdir /mnt/cdrom
    • sudo mount /dev/cdrom /mnt/cdrom
    • cd /mnt/cdrom
    • sudo sh ./VBoxLinuxAdditions.run --nox11
    • sudo restart
      mount-and-install-vbox-linux

On Mac VM

Similar to Windows, first try selecting Devices > Install Guest Additions and following the instructions on a Mac VM. If it fails, follow the instructions below. However, keep in mind that some versions of Mac may need different commands.

  1. Open the Terminal and enter the following command to boot in recovery mode.
    • sudo nvram "recovery-boot-mode=unused"
    • sudo reboot
  2. On the Recovery mode, run the Terminal and enter the commands below to disable System Integrity Protection (SIP):
    • csrutil disable
      csrutil-disable
    • spctl kext-consent add VB5E2TV963
    • nvram -d recovery-boot-mode
    • reboot
      spctl-kext-consent-add
  3. On the Normal boot mode, open the Terminal again and enter these commands to give permissions to modify some system files:
    • sudo mount -uw /
    • sudo chown :admin /System/Library/Extensions/
    • sudo chmod 775 /System/Library/Extensions/
      chmod-permissions
  4. Now, go to Devices > Install Guest Additions and follow the given instructions.
  5. After installing Guest Additions, open the Terminal and enter the following to reset the permissions and boot into recovery mode:
    • sudo chown :wheel /System/Library/Extensions/
    • sudo chmod 755 /System/Library/Extensions/
    • sudo nvram "recovery-boot-mode=unused"
    • sudo reboot
  6. On the Recovery mode, run the Terminal and enter the commands below to re-enable SIP:
    • csrutil enable
    • nvram -d recovery-boot-mode
    • reboot

Check Virtual Machine Settings

Before enabling the option to expand your VM display over the entire screen, you need to change its display setting.

  1. Power off the Virtual Machine.
  2. On VirtualBox, select the VM and click on Settings.
  3. Go to Display > Screen.
  4. Set the Video Memory to a higher value (the best is 128 MB).
    virtualbox-video-memory
  5. You can also enable 2D and 3D acceleration to have better graphics.
  6. Click OK to save the VM Settings.

Enable Auto-resize Guest Display

Now you can finally adjust the VM screen size to fill up the whole screen. To do so,

  1. Boot into the Virtual Machine.
  2. Select View from the menu and click on Auto-resize Guest Display to enable it. Its icon shows a tick mark if it’s enabled.
    auto-resize-guest-display

Then, you can maximize the screen to have it expand over the whole screen. Or you can go to full-screen mode using the steps we have mentioned earlier.

If the full screen shows pixelated images, your current settings have low resolution. You need to change it to the maximum resolution supported by the video memory to get a smooth screen image.

how-to
Abhishek Silwal
  • LinkedIn

Abhishek Silwal is an Electronics Engineer and a technical writer at TechNewsToday. He specializes in troubleshooting a wide range of computer-related issues. His educational background in Electronics Engineering has given him a solid foundation in understanding of computers. He is also proficient in several programming languages and has worked on various robotics projects. Even in his early days, he used to tinker with various computer components, both hardware, and software, to satiate his curiosity. This experience has given him a breadth of experience that goes beyond his educational qualification. Abhishek has been writing articles on dealing with varieties of technical issues and performing specific tasks, especially on a Windows machine. He strives to create comprehensive guides on fixing many system and hardware issues and help others solve their problems. You can contact him at abhisheksilwal@technewtoday.com

Related Posts

virtual machine disks consolidation is needed

4 Ways to Fix “Virtual Machine Disks Consolidation is Needed”

December 27, 2022
virtualbox shared folder

How to Create Shared Folder on Virtualbox

November 29, 2022
failed to open a session for the virtual machine

How to Fix “Failed to Open a Session For The Virtual Machine” Error?

September 30, 2022
how to uninstall virtualbox

How to Uninstall VirtualBox on Windows

September 28, 2022
how to use vmware

How to Use VMware (Detailed Guide)

September 23, 2022
virtualize a physical machine vmware

How To Virtualize A Physical Machine With VMware

September 17, 2022
Add A Comment

Leave A Reply Cancel Reply

Latest Posts
Memory-Compression

What is Memory Compression in Windows? Should You Enable or Disable It

March 1, 2023
dism-vs-sfc-vs-chdsk

DISM, SFC, CHKDSK: What’s the Difference

February 28, 2023
bios-settings-for-gaming

Best BIOS Settings for Gaming

February 16, 2023
You may also like
how-to-clean-hp-printer-rollers

How to Clean HP Printer Rollers

March 3, 2023
keyboard input lag

9 Ways to Fix Keyboard Input Lag

March 3, 2023
keyboard key is stuck

How to Fix a Stuck Key on a Keyboard

March 3, 2023
Recommended
Cookie Clicker Garden Guide

Cookie Clicker Garden Guide to Unlocking Every Seed

September 26, 2021
monitor no signal

Computer Turns On But Monitor Says No Signal (9 Ways To Fix)

November 10, 2022
Facebook Twitter Pinterest
  • Home
  • About Us
  • Our Team
  • Editorial Guidelines
  • Privacy Policy
  • Affiliate Disclosure
© 2023 TechNewsToday, editor@technewstoday.com | Tech Central Pvt. Ltd.

Type above and press Enter to search. Press Esc to cancel.