iOS AND ANDROID
Topics:
Choose a tag
As you have come across this article, I’m sure you’re aware of the good news… STEAM FOR LINUX! All this is good news, but the only issue is to get it up and running. This task actually proved to be very tedious for me (due to my graphics driver being out of date), but for you I’m going to make it very simple for you.
In this blog post I’m going to walk you through step by step how to get steam on Ubuntu. I’m running 12.10, but I’m sure this guide can be applied to previous (and future) versions of Ubuntu.
sudo apt-get install linux-headers-generic
sudo apt-get remove nvidia-current nvidia-current-updates nvidia-experimental-304
sudo apt-get install nvidia-current-updates
/x-updatessudo apt-add-repository ppa:bumblebee/stable sudo apt-add-repository ppa:ubuntu-x-swat sudo apt-get updates
sudo apt-get install bumblebee bumblebee-nvidia
sudo apt-get install linux-headers-generic
Happy gaming!
Hey this is awesome! It’s a great guide for an Ubuntu noob like myself!
By thew way, I’m in 12.04 and it works also.