8

I have added 32bit support and installed additional stuff through terminal.. and it still won't run.. I have AMD X4 620 and Radeon 6950 2gb.

The output of running it from the command line:

Running Steam on ubuntu 15.04 64-bit STEAM_RUNTIME is enabled automatically 
Installing breakpad exception handler for appid(steam)/version(1428965940) 
libGL error: unable to load driver: r600_dri.so 
libGL error: driver pointer missing 
libGL error: failed to load driver: r600 
libGL error: unable to load driver: swrast_dri.so 
libGL error: failed to load driver: swrast
guntbert
  • 13,134

1 Answers1

19

So after some research, I found the solution.

Open a terminal and run these commands:

rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libgcc_s.so.1
rm-vanda
  • 3,176