protonscr

[Arch 64]-[Duplicate bug: FOSS radeon drivers crash Steam & X on startup]

steamclosed AMD driversreviewed
ValveSoftware/steam-for-linux#3381 · opened 2014-06-27 by 0x647262 · updated 2014-07-15 · 3 comments · github
00x647262 2014-06-27 github

Using the FOSS Radeon driver crashes Steam and X upon starting the application.

Neither the [Stable] repositories or the [Testing] repositories can get it working.
When it does run there is an OpenGLX (Missing lib32 libraries) error right before the crash.

OS: Arch Linux x86_64
Hostname: Test
Kernel Release: 3.15.1-1-ARCH
Uptime: 1:32
WM: None
DE: GNOME
Packages: 809
RAM: 1608 MB / 7950 MB
Processor Type: AMD FX(tm)-8350 Eight-Core Processor
EDITOR: Atom
Graphics card: AMD 7950

I can provide any other relevant information upon request.

Mmathieujobin 2014-07-07 github

X crashes as well? I'm not sure if my problem is related. but Steam client segfault on startup.

Ubuntu 14.04 64bit with AMD card as well. (CEDAR 5450 - radeon driver)

current kernel is 3.13 but Steam has crashed with previous kernel too... it's not working ever since I upgraded from 13.10 to 14.04

16GB of ram, AMD x6 processor

Kkerberizer 2014-07-12 github

@KopixKat, are you sure it's not this bug in glamor? If it is, then the root of the problem is #3273 / ValveSoftware/steam-runtime#13. Cleanest (but partial) workaround I've seen is to override the libgcc_s.so.1 and libstdc++.so.6 libraries from the runtime with something like...

LD_PRELOAD="/usr/lib/libstdc++.so.6 /usr/lib32/libstdc++.so.6 /usr/lib/libgcc_s.so.1 /usr/lib32/libgcc_s.so.1" ~/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh steam
00x647262 2014-07-15 github

^ This fixed it. ^

Nothing extracted yet.