Se eu tiver os drivers nvidia padrão (nvidia-384), o vapor não é iniciado. Se eu executar steam
em um terminal, eu recebo isto:
Running Steam on ubuntu 16.04 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
[2018-04-05 09:36:52] Startup - updater built Apr 2 2018 15:23:43
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2018-04-05 09:36:52] Checking for update on startup
[2018-04-05 09:36:52] Checking for available updates...
[2018-04-05 09:36:53] Download skipped: /client/steam_client_ubuntu12 version 1522709999, installed version 1522709999
[2018-04-05 09:36:53] Nothing to do
[2018-04-05 09:36:53] Verifying installation...
[2018-04-05 09:36:53] Performing checksum verification of executable files
[2018-04-05 09:36:54] Verification complete
e feche. Nada mais acontece.
Se eu tiver o driver "x.org x server - Nouveau", ele funcionará bem.
Eu tentei:
sudo apt-get remove steam
sudo apt-get purge steam
sudo rm -rf ~/.local/share/Steam && rm -rf ~/.steam
e depois
sudo apr-get install steam
e o problema não corrige.
Eu não sei o que fazer. Obrigado.
UPDATE e FIX
O problema foi resolvido fazendo isso:
sudo ldconfig -p | grep -i gl.so
sudo rm /usr/lib/i386-linux-gnu/mesa/libGL.so.1
Eu encontrei a solução aqui .
Parece que este é um problema comum com os drivers nvidia. Obrigado.