Question - Leap 15 does not open steam

Hello,

I can not run the ‘steam’.
I have a Geforce GT 1050 and did not do any drive installation.

linux@linux-zbjt:~> steam
Running Steam on opensuse-leap 15.0 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast

it looks like you’re missing some meas libraries and drivers if you didn’t install the nvidia propitiatory driver install it (unless you have a good reason not to)

zypper ar -f https://download.nvidia.com/opensuse/leap/15.0/ nvidia
zypper inr

afaik swrast_dri.so comes from the Mesa-dri package (keep in mind the nvidia driver installs it’s own mesa libraries so it’s best to use it)

Solved, Thanks a lot!