protonscr

Fedora 27 + GTX 1080 TI

steamclosed Steam clientDistro Family: Fedora
ValveSoftware/steam-for-linux#5276 · opened 2017-12-10 by taybart · updated 2019-07-18 · 8 comments · github
Ttaybart 2017-12-10 github

Your system information

  • Steam client version (build number or date): Can't check should be newest
  • Distribution (e.g. Ubuntu): fedora 27
  • Opted into Steam client beta?: [Yes/No]
  • Have you checked for system updates?: [Yes/No]
Running Steam on fedora 27 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0)
/home/pmpbar/.local/share/Steam/steam.sh: line 713:  1143 Segmentation fault      (core dumped) $STEAM_DEBUGGER "$STEAMROOT/$STEAMEXEPATH" "$@"
/home/pmpbar/.local/share/Steam/steam.sh: line 444: no match: ssfn*

I am getting this error when I launch steam. I just installed the proprietary Nvidia drivers for the GTX 1080 TI.

Kkisak-valve maintainer 2017-12-10 github

Hello @pmpbar, can you confirm you have a working 32 bit opengl driver stack?

A 32 bit build of glxinfo or glxgears should be sufficient to do a test.

Ttaybart 2017-12-10 github

$ glxgears works, is it 32 bit by default? Do I need to build a new version with -m32 or something?

Kkisak-valve maintainer 2017-12-10 github

Taking a look at Fedora's, it looks like the i686 mesa-demos package provides glxinfo32 for this kind of troubleshooting. I'd expect glxgears is 64 bit on a 64 bit distro unless you've gone out of your way to grab a 32 bit build.

What I suspect is going on here is a package named something like nvidia-driver-libs.i686 is missing on your system. (from https://negativo17.org/nvidia-driver/)

Ttaybart 2017-12-12 github

Woohoo! That was the issue thank you so much!

$ sudo dnf install nvidia-driver-libs.i686

Jjjpe 2017-12-20 github

I just ran into this issue, also using Fedora 27. Is this fixable using only RPMFusion?
Or do I really need the negativo17 repo?

Kkisak-valve maintainer 2017-12-20 github

Hello @jjpe, that's just a reference for where I got the name of a 32 bit nVidia driver package. Perhaps you're looking for the i686 variant of xorg-x11-drv-nvidia-libs?

Jjjpe 2017-12-20 github

That depends. Will that conflict with the Nvidia drivers installed as a .run file (which I DL'ed from their website)?
If not, I can install it. Otherwise i'd need to undo that I suppose.

Kkisak-valve maintainer 2017-12-20 github

You'll need to ask your community how that interaction works out in practice, but in general, it's bad to bypass the package manager with installers like that and nVidia's userspace library version must match the running kernel module's version.

Nothing extracted yet.