I have installed ubuntu-server 11.10 in virtual box. but unfortunately the screen is small. I installed VirtualBox guest additions to see it full screen(like what I do for windows). Now it is installed and its services are running but I still don't get full screen. There is not GUI. I just installed xorg. Could anyone help?

link|improve this question

75% accept rate
feedback

2 Answers

up vote 1 down vote accepted

VirtualBox Guest Additions are works for graphical interface, not for text interface...

If you set console frame buffer in grub conf you might have full screen virtual ubuntu server. Take a look at this link for more information..

IMO connecting with ssh to virtual machine is safer than changing frame buffer settings in grub. You can change ssh window height & width as you wish. And nothing is different with real terminal.

link|improve this answer
feedback

I might try the sudo apt-get install xrdp

and

Next, go to Start –> All Programs –> Accessories –> Remote Desktop Connection from your Windows computer and type the IP address or Hostname of the Ubuntu machine then click ‘Connect’

And, use your Ubuntu username and password.

Or, install kde-desktop package on ubuntu server

on VirtualBox menu - "Devices > Enable remote desktop display"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.