kirjaudu sisään
|
kieli
български (bulgaria)
čeština (tšekki)
Dansk (tanska)
Nederlands (hollanti)
English (englanti)
Français (ranska)
Deutsch (saksa)
Ελληνικά (kreikka)
Magyar (unkari)
Italiano (italia)
日本語 (japani)
한국어 (korea)
Norsk (norja)
Polski (puola)
Português (portugali)
Português-Brasil (brasilianportugali)
Română (romania)
Русский (venäjä)
简体中文 (yksinkertaistettu kiina)
Español (espanja)
Svenska (ruotsi)
繁體中文 (perinteinen kiina)
ไทย (thai)
Türkçe (turkki)
Українська (ukraina)
Auta meitä kääntämään Steamiä
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]