Steam for Linux

Steam for Linux

Kepos 24 Apr, 2016 @ 7:30am
No Steam for AMD graphic on Ubuntu + Flavors with 16.04?
Just upgraded my laptop and pc to 16.04 LTS Mate. On both systems I was able to install Steam without problem.

Unfortunately Steam won't launch...well, it starts, but then it drops/crashes.
On Laptop I tried to install unsupported old fglrx Radeon drivers and Steam started, also started update, but didn't launch due to 'missing OpenGL' and ended.

Systems:

- Laptop: Toshiba L650D-10H, 4GB RAM, Mobility Radeon HD 5650
- PC: AMD Phenom II 4X, 8GB RAM, HD 7950

I know there is a problem with current AMD graphic drivers, but even the open driver should allow to start Steam client and access my games. Probably Steam client needs update to let it work?

Any idea?
< >
Showing 1-15 of 17 comments
SRH 24 Apr, 2016 @ 10:49am 
Run this command to delete the runtime libraries known to cause issues

find ~/.steam/root/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete

If the above command does not work, run the above command again, then run this command.

find ~/.local/share/Steam/ \( -name "libgcc_s.so*" -o -name "libstdc++.so*" -o -name "libxcb.so*" -o -name "libgpg-error.so*" \) -print -delete
Kepos 24 Apr, 2016 @ 11:54am 
Great help, thx @srh420
With first command line it started working. Now I do get Steam notice about outdated files, but at least Steam client started and is running. Should I do second command too, or is it just failsafe one?
SRH 24 Apr, 2016 @ 12:01pm 
Originally posted by Kepos:
Great help, thx @srh420
With first command line it started working. Now I do get Steam notice about outdated files, but at least Steam client started and is running. Should I do second command too, or is it just failsafe one?
You should be fine with the first command. Ubuntu 16.04 has bugs at the moment that need to be worked out but most games should work for you.
SRH 24 Apr, 2016 @ 12:03pm 
https://www.gamingonlinux.com/articles/is-steam-giving-you-an-annoying-error-message-on-ubuntu-1604-heres-a-solution.7098
This may or may not work for you, I don't use ubuntu so i have no idea if it works.
Kepos 24 Apr, 2016 @ 12:03pm 
Ok, thx again! :steamhappy:
ryvix 25 Apr, 2016 @ 6:26am 
After running the first command steam will launch for me but I can't browse any pages like this page for example. In the ~/.steam/error.log It shows it's looking for the libgpg-error.so.1 file or whatever it was called and can't find it.
SRH 25 Apr, 2016 @ 6:35am 
Originally posted by ThunderAcoustic:
After running the first command steam will launch for me but I can't browse any pages like this page for example. In the ~/.steam/error.log It shows it's looking for the libgpg-error.so.1 file or whatever it was called and can't find it.
Did you try the second command?
ryvix 25 Apr, 2016 @ 6:44am 
Yep, that one says ~/.local/share/steam/ no such file or directory

Edit: Was on my phone before, to be more precise it says:
find: ‘/home/me/.local/share/Steam/’: No such file or directory
Last edited by ryvix; 25 Apr, 2016 @ 6:59am
ryvix 25 Apr, 2016 @ 7:41am 
Aha! I found something that seems to do the trick for me! The comment I linked below has a BASH script which I created and made executable. I had to uninstall and remove the ~/.steam folder and reinstall and then use this script to start steam and it started right up and I can browse pages too. Woohoo!

I'm not sure if removing the ~/.steam folder is advisable since I have no idea where it stores the games and settings and whatnot but I deleted those other files and didn't care to make a backup since I'm on a brand new fresh install of Ubuntu so that was the route I chose to take.

http://www.omgubuntu.co.uk/2016/03/ubuntu-drops-amd-catalyst-fglrx-driver-16-04#comment-2583636496

Try to create this script and run it with sh

And you may be able to run steam on ubuntu 16.04

#!/bin/bash

export LD_PRELOAD='/usr/$LIB/libstdc++.so.6' #Export so all child processes are affected as well

export DISPLAY=:0

#export LIBGL_DEBUG=verbose

steam
Kepos 25 Apr, 2016 @ 8:15am 
Just an info I found on ubuntu-mate community about your notice @ThunderAcoustic

Originally posted by ubuntu-mate.community:
Warning: this solution (LD_PRELOAD on libstdc++) seems to work at first but some games won't launch (I've encountered the issue with Borderlands:TPS a few weeks ago).
ryvix 25 Apr, 2016 @ 8:58am 
Well poop. Guess I will have to stick to windows then.
SavageHands 25 Apr, 2016 @ 10:20am 
Since I got steam to open from this thread, I was wondering if anyone having issues with the steam store just being black and the loading icon going on forever?
ryvix 25 Apr, 2016 @ 10:49am 
That's what I was experiencing, a lot of pages in steam would do that. If you check your ~/steam/error.log it shows the errors in there when it happens.
SavageHands 25 Apr, 2016 @ 12:09pm 
Originally posted by ThunderAcoustic:
That's what I was experiencing, a lot of pages in steam would do that. If you check your ~/steam/error.log it shows the errors in there when it happens.
Didn't see any error logs. Besides getting steam to work all my games are working but dead island and idk why. lol
Rhapsody of Fire 28 May, 2016 @ 9:01am 
Originally posted by cxz215:
Since I got steam to open from this thread, I was wondering if anyone having issues with the steam store just being black and the loading icon going on forever?
My steam store its black too, I cant buy games.
< >
Showing 1-15 of 17 comments
Per page: 1530 50