Right now if you let Ubuntu select your Nvidia driver from the official repositories, it will install the 295.xx driver which makes Steam on Linux unhappy. So we need to update it to, at least, 304.xx driver. The least painful way to do this is via ppa rather than downloading the driver from the Nvidia site, shutdown X and sh run the installer.
So to install the Nvidia 304.xx driver on Ubuntu 12.04; Open a terminal and run the following commands:
# Add ppa repo sudo apt-add-repository ppa:ubuntu-x-swat/x-updates # Update software list sudo apt-get update # Install drive sudo apt-get install nvidia-current nvidia-settings
You should be downloading about 70ish MB worth of stuff. Restart and then configure it via:
# Configure video settings sudo nvidia-settings
So that's it and you should be downloading the 25 available games and then playing. I'm download Team Fortress 2 and getting my sandvich.
No comments:
Post a Comment