Anyway, to make it bearable, I have gone Gnome Fallback mode. Anyway, below is my clean configuration from scratch to have a better performance running under VirtualBox.
Initial clean-up and pre-requisites, open terminal (Ctrl+Alt+T):
$: sudo apt-get update $: sudo apt-get upgrade $: sudo apt-get install gnome-session-fallback
Log out from session
$: gnome-session-quit
Log back in to Ubuntu. To make it even better, install VirtualBox guest additions. But first let us install the pre-requisites and some clean-up.
$: apt-get purge xserver-xorg-video-vmware libxatracker1 $: apt-get install dkms build-essential
From VirtualBox Guest main UI, select Devices | Install Guest Additions....Hit on cancel for the window like below.
Now, install guest additions, like:
$: cd /media/timus/VBOXADDITIONS_4.2.12_84980 $: sudo ./VBoxLinuxAdditions.run $: sudo reboot
Of course you have to change folder location (with your username) and version based on your VirtualBox. After reboot, you have pretty good setup for daily use.
Notes:
This applies to 13.10, 14.04, 14.10.
No comments:
Post a Comment