[LA-discussions] Installation de steam sous Debian wheezy 64 bits

[ Thread Index | Date Index | More linuxarverne.org/discussions Archives ]


                                                  

Description:

Steam est une plate forme célèbre pour les jeux. Mais son intégration sous LINUX est parfois compliqué.
Voici une procédure que j'ai pu dénicher sur les sites anglophone et que j'ai traduis puis adapté en fonction de ma débian 7 mini.
Je tiens à signaler que je ne suis pas l'auteur des scripts et du .deb


Capture:

http://nsa34.casimages.com/img/2013/12/09/1312090128584600.png

Installation:

1- Préparer l'architecture 32 bits:



sudo dpkg --add-architecture i386
sudo apt-get update

Pour les cartes ATI: libgl1-fglrx-glx:i386

Pour les cartes NVIDIA: libgl1-nvidia-glx:i386

Pour les cartes INTEL: libgl1-mesa-glx:i386

2- Installation de jockey-common grâce  au script:
    
#!/bin/bash
#inspired by kochd's script
# installs equivs which is used to generate fake packages
sudo apt-get install equivs

# creates a file called 'tmp'
> tmp

# appends package info to tmp
echo "
Package: jockey-common
Priority: optional
Section: admin
Installed-Size: 728
Maintainer: Martin Pitt 
Architecture: all
Source: jockey
Version: 0.9.7-0ubuntu7
Depends: bash,
Description: user interface and desktop integration for driver management
Jockey provides a user interface for configuring third-party drivers,
such as the Nvidia and ATI fglrx X.org and various Wireless LAN
kernel modules.
.
This package contains the common data shared between the frontends.
Python-Version: 2.7

" >> tmp

# builds fake package
equivs-build tmp
# installs fake package
sudo dpkg -i jockey-common_0.9.7-0ubuntu7_all.deb

rm tmp jockey-common_0.9.7-0ubuntu7_all.deb


3 - Téléchargement de steam pour Debian:



wget https://dl.dropboxusercontent.com/u/82856418/Steam-Installer-For-Wheezy/steam-debian_1.0.0.45-4_all.deb

4- Installation du .deb:



dpkg -i steam-debian_1.0.0.45-4_all.deb


5 - Lancement de steam pour les adepte du compte ROOT:



xhost +
su "user" -c steam-debian


-- 
"Celui qui endure avec persévérance,Conquiert !"by Darius Le Grand

 -----------------------------
|http://www.tux-security.org/ |
 -----------------------------


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/