(Not talking about resizing the desktop edition as most other questions do.)
I've installed Ubuntu 14.04.1 server 64-bit in VirtualBox 4.3.10 (not .20, which apparently isn't compatible) but the screen won't grow beyond 80x50 or something like that:
I've gone through the steps to install the official guest additions, which ultimately fail with an X.Org error. Well, duh. I need a server box, without a window manager.
How do I make the terminal match the resolution of the VirtualBox window?
UPDATE
I've since installed virtualbox-guest-utils
and rebooted numerous times. The "Autoresize Guest Display" option is still disabled.
Has nobody else encountered this problem? Or do you just ssh into the box?
The auto-resize feature is for the X Window System.
From VirtualBox Manual - 4.2.2.2. Graphics and mouse integration:
Your best option is probably to SSH into the machine (using PuTTY). In that case, here's a few questions to see next:
Try to install the guest additions using -
sudo apt-get install virtualbox-guest-utils
and reboot.
Then, press
host
+g
to fit the guest in the virtualbox window.The solution posted here addresses the problem. The solution is to change the terminal window size within the VM machine.