I'm running Debian as host and I fail to get Debian, Ubuntu, and Fedora guests to be fullscreen. Changing video memory didn't help.
NOTES:
- I haven't tried any other distro
- I didn't create WinXP guest myself
I'm running Debian as host and I fail to get Debian, Ubuntu, and Fedora guests to be fullscreen. Changing video memory didn't help.
NOTES:
There are a few things that need to be in place. You need to have guest additions installed on the guest OS. You have to have "guest display auto-resize" feature enabled (Host+g toggles this), and then you have to actually activate full-screen mode (Host+f toggles this).
Specifically, on the Debian/Ubuntu guest, run the following (as root):
apt-get install virtualbox-ose-guest-x11
sudo -i
sh /media/cdrom/VBoxLinuxAdditions.run uninstall
reboot
sudo -i
sh /media/cdrom/VBoxLinuxAdditions.run
apt-get install virtualbox-ose-guest-x11
I got the package not found error. It DID work withapt-get install virtualbox-guest-x11
Apparently the package has been re-named. – Zutalors Jun 04 '17 at 12:18