Quote:
Originally Posted by lostmage;15235476
Hey everyone, I just started using Ubuntu 11.04 yesterday, and I've never run anything on linux before (BTW its not on the computer I'm on now) So I'm a wee bit confused with a few things. Mainly, I can't seem to install the latest nvidia driver to run WoW with off of wine. I disable the x server, and start the install, then it says that some file cant be opened, and an nvidia file might me able to fix it, then the install just crashes. Is there any newb friendly install guide to getting this nvidia driver downloaded? I managed to get the wow.exe to open, but it wont run because there is no GPU driver.
if you want to run the drivers that are available from nvidia, here's how.
download the drivers for your card from nvidia.com (make sure you select the linux version, 32 or 64 bit, depending on which one you installed.)
while they are download, do this:
open up a terminal, copy and paste the following:
sudo apt-get update
sudo apt-get install build-essential linux-headers-generic
^this stuff might already be installed by default, but this is just to make sure they are. after is done, copy and paste these:
echo options nouveau modeset=0 | sudo tee -a /etc/modprobe.d/nouveau-kms.conf
sudo update-initramfs -u
once you are done with that, if your download is done, do the following in terminal:
chmod +x ~/Downloads/
usually with the above command if you just type like NI for the niviad drivers name and then hit the tab key, it will auto complete. now restart, it should start in "vesa" mode, kill x again (since you said you already were able to accomplish this, i wont go into detail.)
at the cli, type in the following:
sudo sh ~/Downloads/
and hit enter, viola, it should proceed to install the official updated nvidia driver, and you will be on your way to playing WoW in no time
.