我在虚拟机中使用 Ubuntu,当我尝试安装客户机添加程序时出现错误:
Warning: unknown version of the X Window System installed. Not
installing X Window System drivers. ...done. Installing graphics
libraries and desktop services components ...fail! (See the log file
/var/log/vboxadd-install-x11.log for more information.)
eddie@ubuntu:/media/eddie/VBOXADDITIONS_4.3.18_96516$ Xorg -version
我正在使用 Ubuntu 14.04 和 virtualbox 4.3.18。
我的X.Org X 服务器版本是:1.15.1。
当我做:
/usr/lib/nux/unity_support_test -p
我得到以下信息:
libGL error: failed to authenticate magic 3 libGL error: failed to
load driver: vboxvideo OpenGL vendor string: VMware, Inc. OpenGL
renderer string: Gallium 0.4 on llvmpipe (LLVM 3.4, 128 bits) OpenGL
version string: 2.1 Mesa 10.1.3
Not software rendered: no Not blacklisted: yes GLX
fbconfig: yes GLX texture from pixmap: yes GL npot or
rect textures: yes GL vertex program: yes GL fragment program:
yes GL vertex buffer object: yes GL framebuffer object: yes GL
version is 1.4+: yes
Unity 3D supported: no
答案1
不要使用 Virtualbox Guest Addition ISO 文件,而是尝试在客户机 Ubuntu 虚拟机的终端中使用以下命令:
更新 apt-get。
apt-get update
安装依赖项
apt-get install build-essential linux-headers-$(uname -r)
安装访客添加功能
apt-get install virtualbox-guest-x11
sudo
如果需要,可在命令前使用。
答案2
在上面的答案中,不要执行步骤 3,而是在客户 Ubuntu 虚拟机的终端中运行以下命令。
apt-get install xorg-video-abi-15 xserver-xorg-core unity-control-center libcheese-gtk23 libcheese7 libclutter-1.0-0 libclutter-gtk-1.0-0 libcogl15 libclutter-gst-2.0-0 gstreamer1.0-clutter
- 安装访客添加功能
apt-get install virtualbox-guest-x11
sudo
如果需要,可在命令前使用。