protonscr

Steam error(not working) on CentOS 8.2 on start

steamclosed NVIDIA drivers
ValveSoftware/steam-for-linux#7449 · opened 2020-11-04 by payalord · updated 2020-11-04 · 2 comments · github
Ppayalord 2020-11-04 github

Your system information

+-----------------------------------------------------------------------------+
| NVIDIA-SMI 450.80.02    Driver Version: 450.80.02    CUDA Version: 11.0     |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|                               |                      |               MIG M. |
|===============================+======================+======================|
|   0  GeForce RTX 207...  Off  | 00000000:04:00.0  On |                  N/A |
|  0%   37C    P8    15W / 215W |    900MiB /  7981MiB |      5%      Default |
|                               |                      |                  N/A |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                                  |
|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |
|        ID   ID                                                   Usage      |
|=============================================================================|
|    0   N/A  N/A      1915      G   /usr/libexec/Xorg                  18MiB |
|    0   N/A  N/A      2259      G   /usr/bin/gnome-shell               45MiB |
|    0   N/A  N/A      2614      G   /usr/libexec/Xorg                 359MiB |
|    0   N/A  N/A      2792      G   /usr/bin/kwin_x11                 132MiB |
|    0   N/A  N/A      2795      G   /usr/bin/plasmashell               55MiB |
|    0   N/A  N/A      3119      G   ...gAAAAAAAAA --shared-files       36MiB |
|    0   N/A  N/A      3312      G   ...AAAAAAAAA= --shared-files       43MiB |
|    0   N/A  N/A      3554      G   ...AAAAAAAAA= --shared-files      102MiB |
|    0   N/A  N/A      7119      G   ...b/notepadqq/notepadqq-bin       60MiB |
|    0   N/A  N/A      8081      G   ...AAAAAAAAA= --shared-files       36MiB |
+-----------------------------------------------------------------------------+

Please describe your issue in as much detail as possible:

https://gist.github.com/payalord/00f097d574b4975053bc63db9e58a845

Steps for reproducing this issue:

  1. Start Steam
Kkisak-valve maintainer 2020-11-04 github

Hello @payalord, swrast is mesa's slower cpu opengl renderer and the fact Steam is trying to use it and failing hints that you're using the nVidia proprietary driver, but don't have nVidia's 32 bit userspace libraries installed.

I'm guessing that you're using the nVidia driver packages from ELRepo? If that's the case, can you check if you have https://centos.pkgs.org/8/elrepo-x86_64/nvidia-x11-drv-libs-450.80.02-1.el8_2.elrepo.i686.rpm.html installed?

Ppayalord 2020-11-04 github

@kisak-valve you were right, after you pointing me to this exact package, i checked it and it wasn't been installed. So I installed it manually myself from elrepo. Then rebooted and steam started to work normally without any problems. Thanks.

Nothing extracted yet.