versão desconhecida do X Window System instalado. Não instalar drivers do X Window System

0

Estou usando o Ubuntu em uma caixa virtual, quando tento instalar adições de convidados, recebo o erro:

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

Estou usando o Ubuntu 14.04 e o VirtualBox 4.3.18.

Minha versão do servidor X.Org X é: 1.15.1.

Quando faço:

/usr/lib/nux/unity_support_test -p

Eu recebo o seguinte:

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
    
por Eduardo Dennis 14.11.2014 / 02:48

2 respostas

1

Em vez de usar o arquivo ISO de adição de convidado do Virtualbox, tente usar os seguintes comandos no terminal no Ubuntu Virtual Machine convidado:

  1. Atualize o apt-get. apt-get update

  2. Instalar dependências apt-get install build-essential linux-headers-$(uname -r)

  3. Instalar adições de convidados apt-get install virtualbox-guest-x11

Use sudo antes dos comandos, se necessário.

    
por Rohith Madhavan 14.11.2014 / 08:45
0

Na resposta acima, em vez do passo 3, execute os seguintes comandos no terminal no Ubuntu Virtual Machine convidado.

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
  1. Instalar adições de convidados apt-get install virtualbox-guest-x11

Use sudo antes dos comandos, se necessário.

    
por neeraj gupta 28.09.2015 / 08:17