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
https://github.com/GhostSquad57/Steam-Installer-for-Wheezy/issues/16
Nvidia doesn't need ATI libs.
And I know that Nvidia doesn't need ATI libs ;)
http://packages.ubuntu.com/precise-updates/nvidia-331
Both libgl1-mesa-dri and libgl1-mesa-glx are in Steam's and nvidia's dependencies on Ubuntu, that is Steam seems to need both of them. Unfortunately I don't have Ubuntu, and don't know what exactly must be installed... But anyway, installing libatiuku.so will hardly solve the problem.
I openend an issue at github for that, because I think this is an error in the script.
I think it's libGL.so that wants that libatiuki.so for some reason. Several packages (glrfx, nvidia, mesa, etc) install their own variants of libGL.so lib, that may overwrite each other. Shortly, if glxinfo doesn't work too, it seems to me that 331 just wasn't installed correctly, and now misses its libGL.so, so reinstalling 331 will bright its lib back.
Solution: I deleted /usr/lib32/libGL.so.1.2 and reinstalled libgl1-mesa-glx:i386
Explanation: This is a very old and frequently updated installation of Ubuntu. And back in the days, I had an ATI/AMD graphics card and its drivers installed. Seems like the deinstallation didn't clean everything up and the /usr/lib32/libGL.so.1.2 was still built against the AMD files. After I've deleted this file and reinstalled libgl1-mesa-glx:i386, the symlinks to it were removed, too, and the Nvidia driver is now found. Steam works fine again.
Full explanation at github[github.com]