1

I apologize if this is duplicate, but in over an hour, I can't find any solution that's working for me. I installed Steam from the Software Center but it simply won't start. At first, I was getting this:

STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0_client)
libGL error: unable to load driver: radeonsi_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: radeonsi
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast

After switching to proprietary drivers for my graphics card, an AMD Radeon HD 6670, I'm now only getting this:

Running Steam on ubuntu 14.04 64-bit
STEAM_RUNTIME is enabled automatically
Installing breakpad exception handler for appid(steam)/version(0_client)

The result is the same: Steam doesn't launch and nothing happens.

I'm a within-the-last-48-hours newbie to Linux in general, so I have no clue what to do here. Again, I apologize if this has been asked and answered a million times over, I've just not found anything that fixes the issue. Any help is very much appreciated.

Nyk
  • 13

1 Answers1

0

Try to open the terminal and type in:

sudo dpkg --add-architecture i386
sudo apt-get update

This worked for me. Maybe you can find some more help here.

Timo
  • 16