You are not logged in.

#1 2018-09-27 12:13:33

mehran
Member
Registered: 2018-09-27
Posts: 5

[Solved] Problem while running steam

I've installed steam on my computer and when I want to run it, it gives me this output and doesn't run:

➜  ~ steam
/home/mehran/.local/share/Steam/steam.sh: line 106: VERSION_ID: unbound variable
/home/mehran/.local/share/Steam/steam.sh: line 106: VERSION_ID: unbound variable
Running Steam on arch  64-bit
/home/mehran/.local/share/Steam/steam.sh: line 106: VERSION_ID: unbound variable
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
/home/mehran/.local/share/Steam/steam.sh: line 823: /home/mehran/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh: No such file or directory
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
^C
➜  ~ 
➜  ~ steam-native 
/home/mehran/.local/share/Steam/steam.sh: line 106: VERSION_ID: unbound variable
/home/mehran/.local/share/Steam/steam.sh: line 106: VERSION_ID: unbound variable
Running Steam on arch  64-bit
STEAM_RUNTIME is disabled by the user
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
^C

Do You know exactly what the problem is and what's it solution?

Last edited by mehran (2018-09-27 13:07:58)

Offline

#2 2018-09-27 12:24:55

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,844

Re: [Solved] Problem while running steam

You likely haven't installed the lib32 variant of your opengl drivers. If you think you have, post

pacman -Qs libgl

and information on your graphics card.

Last edited by V1del (2018-09-27 12:25:28)

Offline

#3 2018-09-27 12:57:49

mehran
Member
Registered: 2018-09-27
Posts: 5

Re: [Solved] Problem while running steam

V1del wrote:

You likely haven't installed the lib32 variant of your opengl drivers. If you think you have, post

pacman -Qs libgl

and information on your graphics card.

output of pacman -Qs libgl:

➜  ~ pacman -Qs libgl
local/lib32-libglvnd 1.1.0-1
    The GL Vendor-Neutral Dispatch library
local/lib32-mesa 18.2.1-1
    An open-source implementation of the OpenGL specification (32-bit)
local/libglade 2.6.4-6
    Allows you to load glade interface files in a program at runtime
local/libglvnd 1.1.0-1
    The GL Vendor-Neutral Dispatch library
local/mesa 18.2.1-1
    An open-source implementation of the OpenGL specification
local/nvidia-390xx-utils 390.87-1
    NVIDIA drivers utilities

my graphics card is a nvidia gt 730 and as you can see in the upper output, I'm using nvidia proprietary driver to using my card.

Last edited by mehran (2018-09-27 12:58:26)

Offline

#4 2018-09-27 13:00:17

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,844

Re: [Solved] Problem while running steam

Install lib32-nvidia-390xx-utils

Offline

#5 2018-09-27 13:04:35

mehran
Member
Registered: 2018-09-27
Posts: 5

Re: [Solved] Problem while running steam

V1del wrote:

Install lib32-nvidia-390xx-utils

It worked! Thanks a lot smile

Offline

Board footer

Powered by FluxBB