Com sudo apt-get update
você não está realmente instalando nada. Depois disso, você pode querer executar sudo apt-get upgrade
para realmente atualizar os pacotes para os quais o PPA possui versões diferentes.
Estou executando um Ubuntu 16.04.1 (VM) e ao usar o encaminhamento do X11 estou recebendo o seguinte erro ao iniciar o google chrome (Nota: o Google Chrome eventualmente é iniciado, mas eu ainda gostaria de corrigir esse erro):
[4244:4244:1221/093216:ERROR:gl_surface_glx.cc(411)] GLX 1.3 or later is required.
[4244:4244:1221/093216:ERROR:gl_initializer_x11.cc(130)] GLSurfaceGLX::InitializeOneOff failed.
[4244:4244:1221/093216:ERROR:gpu_child_thread.cc(328)] Exiting GPU process due to errors during initialization
Eu tentei instalar os últimos pacotes de mesa oferecidos por este ppa, mas ainda sem sorte. Alguém tem alguma ideia?
sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
O GLX ainda está relatando na versão 1.2
Eu não estou super familiarizado com as bibliotecas da mesa e como elas funcionam, mas estou executando o mais recente, tanto quanto eu posso dizer:
cj@ubuntu:/lib/modules$ dpkg -l | grep mesa
ii libegl1-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the EGL API -- runtime
ii libgl1-mesa-dri:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the OpenGL API -- DRI modules
ii libgl1-mesa-glx:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the OpenGL API -- GLX runtime
ii libglapi-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 free implementation of the GL API -- shared library
ii libglu1-mesa:amd64 9.0.0-2.1 amd64 Mesa OpenGL utility library (GLU)
ii libwayland-egl1-mesa:amd64 13.0.1+git20161127+13.0.f7b58a37-0ubuntu0ricotz~xenial amd64 implementation of the Wayland EGL platform -- runtime
ii mesa-utils 8.3.0-1 amd64 Miscellaneous Mesa GL utilities
Qualquer ajuda seria muito apreciada!
Obrigado!
Com sudo apt-get update
você não está realmente instalando nada. Depois disso, você pode querer executar sudo apt-get upgrade
para realmente atualizar os pacotes para os quais o PPA possui versões diferentes.