Friday, August 28, 2015

Screen Resolution Problem with Ubuntu 14.04.3 LTS in VirtualBox

This post for those who are facing the problem of screen resolution and unable to locate the package virtualbox-guest-x11

Follow the below step to make it solve:

1. Open the Terminal window
2. type sudo apt-get remove libcheese-gtk23
3. then type sudo apt-get install xserver-xorg-core
4. then finally type sudo apt-get install -f virtualbox-guest-x11

That's it..

0 comments: