在Ubuntu/Xubuntu/Lubuntu 12.10上安装VirtualBox-guest-additions时,出现以下错误。
Warning: unknown version of the X Window System installed. Not installing
X Window System drivers.
结果是它没有安装X驱动程序,并且虚拟机不会更改屏幕尺寸,始终保持1024×768像素。
解。
sudo apt-get install virtualbox-guest-x11
这样,我们就可以手动安装它,重新启动然后继续。