Installa Steam
Accedi
|
Lingua
简体中文 (cinese semplificato)
繁體中文 (cinese tradizionale)
日本語 (giapponese)
한국어 (coreano)
ไทย (tailandese)
Български (bulgaro)
Čeština (ceco)
Dansk (danese)
Deutsch (tedesco)
English (inglese)
Español - España (spagnolo - Spagna)
Español - Latinoamérica (spagnolo dell'America Latina)
Ελληνικά (greco)
Français (francese)
Indonesiano
Magyar (ungherese)
Nederlands (olandese)
Norsk (norvegese)
Polski (polacco)
Português (portoghese - Portogallo)
Português - Brasil (portoghese brasiliano)
Română (rumeno)
Русский (russo)
Suomi (finlandese)
Svenska (svedese)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraino)
Segnala un problema nella traduzione
I basically followed post #1126 of http://ubuntuforums.org/showthread.php?t=1743535&page=113 with a few modifications. I was able to get the linux steam client to work after installing nvidia proprietary graphics card drivers by doing the following:
1. sudo apt-get remove --purge nvidia-current xserver-xorg-video-nouveau. Do not remove libkwinnvidiahack4 as it will cause the X11 window manager to fail to load on the next reboot.
2a. Blacklist the nouveau driver. sudo kate /etc/modprobe.d/nouveaublacklist.conf and add the following:
blacklist nouveau
blacklist lbm-nouveau
alias nouveau off
alias lbm-nouveau off
2b. sudo update-initramfs -u to remove nouveau from the initramfs so that it won't get loaded at next boot.
3. Prep the necessary dependencies: sudo apt-get install build-essential gcc-4.5 g++-4.5 libxi-dev libxmu-dev freeglut3-dev libgl1-mesa-glx libglu1-mesa libglui-dev.
4. Add the xorg-edgers PPA to get the latest nvidia drivers in a nice package installer: https://launchpad.net/~xorg-edgers/+archive/ppa.
5. sudo apt-get install nvidia-325 nvidia-settings-325 from the xorg-edgers PPA.
6. Add the steam ppa through the steam deb download and install.
I had some success getting the windows client of steam working through PlayOnLinux and wine, but your mileage may vary depending on what games you wish to play. I was able to get the windows versions of Portal 2 (with no issues), Serious Sam HD: The First Encounter (glitchy, the screen would often go black), and the Black Mesa: Source (crashed constantly when saving/loading but ran well otherwise) to work.
And, once again, I get dependency issues that refuse to resolve themselves; this tells me it isn't Linux, it's Steam. All I know to say is...feel sorry for all the Linux gamers out there who see that Steam has a Linux version and think they might be able to use the service, because they cannot if this is any indication.
I'm tired of fighting with it, I shouldn't have to do this.
http://steamcommunity.com/app/221410/discussions/
On a side note, Steam for Linux was designed around Ubuntu. Debian is such a different version of Linux that you have to download almost everything for it from scratch.
Other then that, Ubuntu doesn't get along with Virtual Box very well.
Remember, VB doesn't allow Linux to load the proper drivers for your hardware, so you will have performance issues.