You are not logged in.

#1 2014-05-19 17:25:07

Maximilien Di dio
Member
Registered: 2014-04-25
Posts: 27
Website

[Solved]Issue about xf86-video-ati and lib32-ati-dri drivers withSteam

Hello world !

Firstly i'm sorry i've a bad english :-)

I use Arch and i've an ATI Radeon graphical card. Then i've installed xf86-video-ati and lib32-ati-dri drivers (because steam is in 32 bits and i've a system in 64Bits)
But when i run steam , i've an error message :

libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/gamerlix/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so))
libGL error: unable to load driver: r600_dri.so
libGL error: driver pointer missing
libGL error: failed to load driver: r600
libGL error: dlopen /usr/lib32/xorg/modules/dri/swrast_dri.so failed (/home/gamerlix/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/libLLVM-3.4.so))
libGL error: unable to load driver: swrast_dri.so
libGL error: failed to load driver: swrast
Installing breakpad exception handler for appid(steam)/version(1398287272_client)
Installing breakpad exception handler for appid(steam)/version(1398287272_client)
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number
[0519/190830:WARNING:proxy_service.cc(958)] PAC support disabled because there is no system implementation

What's the solution ? I don't understand why he doesn't work sad
Do you want help me , please ? smile Thanks from France !

Last edited by Maximilien Di dio (2014-05-20 16:37:19)


Sorry if my english is bad, i'm a french archer smile

Offline

#2 2014-05-20 12:14:39

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

Re: [Solved]Issue about xf86-video-ati and lib32-ati-dri drivers withSteam

libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/gamerlix/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so))
libGL error: unable to load driver: r600_dri.so

The problem is that steam uses it's own version of libstdc++.so.6 which doesn't work with the version of libstdc++ used in archlinux.

try rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
if the libstdc++ in steam folders is gone, steam is forced to use the libstdc++ version of arch.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2014-05-20 15:19:38

TheReverend403
Member
From: Boston, UK
Registered: 2014-04-14
Posts: 4
Website

Re: [Solved]Issue about xf86-video-ati and lib32-ati-dri drivers withSteam

Lone_Wolf wrote:
libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/gamerlix/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so))
libGL error: unable to load driver: r600_dri.so

The problem is that steam uses it's own version of libstdc++.so.6 which doesn't work with the version of libstdc++ used in archlinux.

try rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
if the libstdc++ in steam folders is gone, steam is forced to use the libstdc++ version of arch.

This worked for me after days of trying other solutions. Thanks. <3

Offline

#4 2014-05-20 16:36:27

Maximilien Di dio
Member
Registered: 2014-04-25
Posts: 27
Website

Re: [Solved]Issue about xf86-video-ati and lib32-ati-dri drivers withSteam

@Lone_Wolf

Thank you Bro , it works ! big_smile

I can put this post in solved smile

Last edited by Maximilien Di dio (2014-05-20 16:37:40)


Sorry if my english is bad, i'm a french archer smile

Offline

#5 2014-05-23 02:10:54

schmidtbag
Member
From: NH, USA
Registered: 2011-02-08
Posts: 337

Re: [Solved]Issue about xf86-video-ati and lib32-ati-dri drivers withSteam

Unfortunately, this hasn't worked for me.  My steam setup actually never had ...ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6 to begin with.  Steam was working fine for me a week ago.  I did not change my configuration at all.

I have libstdc++5 and lib32-libstdc++5 installed, however, I have noted that I have 3.3.6 installed, not 3.4.x as the error points out.  The weird thing is my extra repository is fully up to date, but I figure this is the problem.

I'd like to point out that according to glxinfo, direct rendering is working for me (steam claims it isn't) and I can run other 3D applications just fine.

EDIT:
I removed libgcc_s.so.1, which supposedly helps some users, and that also didn't work.  I have the 64 bit and 32 bit versions of gcc-libs installed.

Last edited by schmidtbag (2014-05-23 02:20:02)

Offline

#6 2014-05-23 09:27:05

Captain Rage
Member
Registered: 2012-02-02
Posts: 45

Re: [Solved]Issue about xf86-video-ati and lib32-ati-dri drivers withSteam

Thanks alot! Deleting libstdc++.so.6 made that error message go away and now Starbound is starting normally again. However, I had to remove libstdc++.so.6 from both the i386 and amd64 subdirectories (running Steam on the x86_64 version of Arch Linux, using open source drivers for some AMD graphics card).

Offline

#7 2014-05-23 10:23:18

Lone_Wolf
Forum Moderator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,922

Re: [Solved]Issue about xf86-video-ati and lib32-ati-dri drivers withSteam

schmidtbag wrote:

Unfortunately, this hasn't worked for me.  My steam setup actually never had ...ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6 to begin with.  Steam was working fine for me a week ago.  I did not change my configuration at all.

I have libstdc++5 and lib32-libstdc++5 installed, however, I have noted that I have 3.3.6 installed, not 3.4.x as the error points out.  The weird thing is my extra repository is fully up to date, but I figure this is the problem.

I'd like to point out that according to glxinfo, direct rendering is working for me (steam claims it isn't) and I can run other 3D applications just fine.

EDIT:
I removed libgcc_s.so.1, which supposedly helps some users, and that also didn't work.  I have the 64 bit and 32 bit versions of gcc-libs installed.

ALL WITH STEAM PROBLEMS , PLEASE STOP BLINDLY REMOVING random libraries that fixed it for someone else.

the solution for these issues is very specific to a machine, and what helps you may very well cause (big) problems for others.

Check the steam error log thoroughly for clues what is wrong.
The vast majority of these problems can be solved easily by using proper troubleshooting/diagnosing  skills.
In case you can't figure it out yourself, create a NEW thread and POST the error log.


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#8 2014-06-11 05:56:31

philomathean
Member
Registered: 2013-09-17
Posts: 17

Re: [Solved]Issue about xf86-video-ati and lib32-ati-dri drivers withSteam

The problem is that steam uses it's own version of libstdc++.so.6 which doesn't work with the version of libstdc++ used in archlinux.

try rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
if the libstdc++ in steam folders is gone, steam is forced to use the libstdc++ version of arch.


Just wanted to give a shout out to say thanks. I had this same issue & this worked perfectly! Ended what was becoming a major headache.

Offline

#9 2014-09-17 09:56:07

addictedtoflames
Member
Registered: 2014-06-13
Posts: 6

Re: [Solved]Issue about xf86-video-ati and lib32-ati-dri drivers withSteam

it's also worth mentioning that some games come with their own libstdc++.so.6 in ~/.local/share/Steam/SteamApps/common/[name of game] which might need removing (or renaming if you want to check before doing anything permanent). this solved an issue i was having with portal 2 but i assume it applies to other games too

Offline

#10 2015-05-21 11:22:11

Archimaredes
Member
Registered: 2013-01-23
Posts: 60

Re: [Solved]Issue about xf86-video-ati and lib32-ati-dri drivers withSteam

Lone_Wolf wrote:
libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/gamerlix/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so))
libGL error: unable to load driver: r600_dri.so

The problem is that steam uses it's own version of libstdc++.so.6 which doesn't work with the version of libstdc++ used in archlinux.

try rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
if the libstdc++ in steam folders is gone, steam is forced to use the libstdc++ version of arch.

Thanks for this, worked beautifully, I had the same issue :)

Offline

#11 2015-06-18 08:58:21

fabioamd87
Member
Registered: 2008-11-22
Posts: 128

Re: [Solved]Issue about xf86-video-ati and lib32-ati-dri drivers withSteam

Lone_Wolf wrote:
libGL error: dlopen /usr/lib32/xorg/modules/dri/r600_dri.so failed (/home/gamerlix/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/lib32/xorg/modules/dri/r600_dri.so))
libGL error: unable to load driver: r600_dri.so

The problem is that steam uses it's own version of libstdc++.so.6 which doesn't work with the version of libstdc++ used in archlinux.

try rm ~/.local/share/Steam/ubuntu12_32/steam-runtime/i386/usr/lib/i386-linux-gnu/libstdc++.so.6
if the libstdc++ in steam folders is gone, steam is forced to use the libstdc++ version of arch.

thanks.

Offline

Board footer

Powered by FluxBB