When you install the Ubuntu on Virtualbox and if it doesn't fit the full screen, you can run below commands on the terminal to fix the issue:
Open the terminal (Ctrl+Alt+T) and type below and enter :
1) $ sudo apt-get install virtualbox-guest-dkms
2) $ sudo apt-get install virtualbox-guest-utils
3) $ sudo apt-get install virtualbox-guest-x11
This will increase the Ubuntu screen size on the Virtualbox.
If the third one i.e. "virtualbox-guest-x11" does not get installed due to some dependency reasons like libcheese-gtk23 or libcheese7, you can run following commands alternatively on the terminal :
$ sudo apt-get remove libcheese-gtk23
$ sudo apt-get install xserver-xorg-core
$ sudo apt-get install -f virtualbox-guest-x11
These command will increase the Ubuntu screen resolutions on the Virtualbox.
It works, cheers !!
Pankaj
Pankaj
Comments
Post a Comment