O Steam não abre (ubuntu 14.04)

0

Estou tentando instalar o Steam no meu novo PC, mas ele não será executado.

Running Steam on ubuntu 14.04 64-bit  
STEAM_RUNTIME is enabled automatically  
Installing breakpad exception handler for appid(steam)/version(0)  
libGL error: No matching fbConfigs or visuals found  
libGL error: failed to load driver: swrast

Eu tentei algumas soluções que encontrei na Internet (como Problema com a instalação do Steam no Ubuntu 15.04+ ou O Steam não abre no Ubuntu 15.10 . A maioria deles parece dizer que é um problema com o steam testando bibliotecas antigas e que alguns arquivos devem ser removidos.

Eu tentei e ainda não funciona. Aqui está o conteúdo da pasta ~ / .steam / steam / ubuntu12_32 / steam-runtime / i386 / usr / lib / i386-linux-gnu /

libfreetype.so.6        libXau.so.6.0.0    libXinerama.so.1  
libfreetype.so.6.8.0    libxcb.so.1        libXinerama.so.1.0.0  
libstdc++.so.6.0.18     libxcb.so.1.1.0    libXrandr.so.2  
libstdc++.so.6.disable  libXdmcp.so.6      libXrandr.so.2.2.0  
libX11.so.6             libXdmcp.so.6.0.0  libXrender.so.1  
libX11.so.6.3.0         libXext.so.6       libXrender.so.1.3.0  
libXau.so.6             libXext.so.6.4.0

Como você pode ver, tentei renomear libstdc ++. so.6 porque funcionou para algumas pessoas e também removi libgcc_s.so.1 em ~ / .steam / steam / ubuntu12_32 / steam-runtime / i386 / lib / i386-linux-gnu / mas o problema continua.

Eu tenho uma GTX 1070 e eu instalei manualmente o NVIDIA-Linux-x86_64-367.27.run no site da nvidia (não sei se isso é importante)

Estou começando a me sentir desesperado. Quão bom é um PC para jogos se você não puder usar o vapor: '( Alguém tem alguma solução? Eu não quero ter que voltar para o Windows > <

    
por Columini 07.10.2016 / 09:30

2 respostas

0

Ok, removi o vapor e depois usei

sudo apt-get install steam-launcher

em vez de

sudo apt-get install steam

Ele baixou uma atualização e agora, quando eu corro, ela me diz

Steam needs to install these additional packages: 
    libgl1-mesa-dri:i386, libgl1-mesa-glx:i386

e pede minha senha. Então

 .........................................................................................
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 libgl1-mesa-glx:i386 : Depends: libglapi-mesa:i386 (= 10.1.3-0ubuntu0.6)
 unity-control-center : Depends: libcheese-gtk23 (>= 3.4.0) but it is not going to be installed
                        Depends: libcheese7 (>= 3.0.1) but it is not going to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
Press return to continue: 

E quando eu pressiono o retorno, aparece uma janela dizendo

You are missing the following 32-bit libraries, and Steam may not run:
libGL.so.1
libstdc++.so.6
libstdc++.so.6
libstdc++.so.6
libstdc++.so.6
libstdc++.so.6
libstdc++.so.6
libstdc++.so.6

Depois clico em "ok" e o terminal mostra

/home/user/.local/share/Steam/ubuntu12_32/steam: error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64
/home/user/.local/share/Steam/steam.sh: line 444: no match: ssfn*
user@user-desktop:~/.steam/steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-lin
    
por Columini 07.10.2016 / 11:49
0

Ok, consegui que funcionasse: D

Eu basicamente reinstalei o ubuntu e ao invés de obter drivers da nvidia pelo site deles eu fiz isso do repositório

sudo apt-get install linux-source
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
sudo apt-get install nvidia-367
    
por Columini 07.10.2016 / 13:05