I tried to follow the instructions here: Why does a Ubuntu guest in VirtualBox run very, very slowly?
However, I cannot get sudo ./VBoxLinuxAdditions.run
to work as it says ./VBoxLinuxAdditions.run
not found, even though I already tried sudo apt-get install virtualbox-guest-utils
and restarted. And when I type /usr/lib/nux/unity_support_test -p
, it still says Utiliy 3D is not supported and a bunch of lines with OpenGL warning: [..] not found in mesa table
. What is going on?
cd
to the (mounted) disk image to then run the installer script as root. Also see http://askubuntu.com/questions/22743/how-do-i-install-guest-additions-in-a-virtualbox-vm – Takkat Oct 15 '15 at 07:04Note 2
. Even though Icd /usr/share/virtualbox/
and when Ils
I see theVBoxGuestAdditions.iso
, when Isudo ./VBoxLinuxAdditions.run
, it keeps saying./VBoxLinuxAdditions.run command not found
– ske Oct 15 '15 at 07:53sudo ./VBoxLinuxAdditions.run
and after rebooting, VirtualBox is now much faster than before, although it is still too slow and barely tolerable. I then typed/usr/lib/nux/unity_support_test -p
, but I still seeUnity 3d supported: no
. why is this?! I see undersettings
->display
that3d acceleration
is still clicked – ske Oct 15 '15 at 09:41