malaca
(usa Debian)
Enviado em 30/01/2013 - 19:19h
you have to be running Debian Wheezy or unstable
you have to enable i386 in Multi-Arch
dpkg --add-architecture i386
apt-get update
you have to add experimental to your sources.list
echo -e "\ndeb
http://ftp.debian.org/debian experimental main contrib non-free" >> /etc/apt/sources.list
echo -e "\ndeb-src
http://ftp.de.debian.org/debian experimental main contrib non-free" >> /etc/apt/sources.list
apt-get update
you should install a more recent kernel (the one from experimental) as the older kernel might cause problems with the new libc (I have seen that sometimes)
apt-get install linux-image-3.6-trunk-amd64 linux-headers-3.6-trunk-amd64 -t=experimental
reboot after this
you have to install libc from experimental, also for i386
apt-get install libc6 libc-bin libc6:i386 -t=experimental
download and execute the following script
wget
http://kanotix.com/files/fix/install-steam-wheezy.sh
chmod 755 install-steam-wheezy.sh
./install-steam-wheezy.sh
If you are using the proprietary nVidia driver, make sure you install the nVidia OpenGL Mesa libraries for i386 as well (associated error message: "Fatal error: failed to load steamui.so")
apt-get install libgl1-nvidia-glx:i386
It should now be possible to run Steam from the applications menu or by running the command "steam"
Tive muitos problemas para instalar o SteamLinux no Debian. Achei isso, deu muito certo comigo e estou repassando... Espero ter ajudado!