Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
however if you upgrade to ubuntu 13.04 you will not have this issue so you can install nvidia drivers without any addicional steps. keep in mind tho ubuntu 13.04 is a alpha and does have bugs, i been using has my main OS and its stable enough for me tho.
That might not be the only thing missing though. So, if your system generates another error, please post it.
https://github.com/ValveSoftware/steam-for-linux/issues/321
Solution:
sudo gedit /etc/ld.so.conf.d/steam.conf
Add next two lines to file:
/usr/lib32
/usr/lib/i386-linux-gnu/mesa
Then execute:
sudo ldconfig
Now you should be able to run Steam
I re-installed these packages via Synaptic : http://image.noelshack.com/fichiers/2013/08/1361367346-screenshot-from-2013-02-20-14-34-45.png
And it works !
Thanks a lot ! :)
add this to the file:
/etc/ld.so.conf.d/steam.conf
/usr/lib32
/emul/ia32-linux/usr/lib/
note that second folder name and after adding the lines run:
ldconfig
done.