Changing screen resolution of Ubuntu in virtualbox
ubuntu allows screen resolutions bigger than 800 x 600. To get this to work under virtualbox, some tricks are needed.
# if not already done, install the desktop.
sudo apt-get install ubuntu-desktop
# once done, need to configure screen resolution. By default ubuntu only allows 800 x 600 or 640 x 480.
# get linux source first.
sudo apt-get install [...]
