If you want to get the most out of your big dollar hardware, it would be recommended to use the Nvidia drivers provided by Nvidia.com.
To install:
1) Download the 32bit or 64bit (based on what kernel you installed) driver for your card.
2)
- Code: Select all
sudo apt-get install build-essential linux-headers-`uname -r`
3)
- Code: Select all
sudo apt-get remove xserver-xorg-video-nouveau
4) Reboot to Single user (maintenance mode), login, and go to where you downloaded the Nvidia driver install (.run). (There are other ways of course)
5)
- Code: Select all
sudo /etc/init.d/gdm3 stop
6)
- Code: Select all
sh nvidia-driver.run -z --no-x-check
Possible Errors:
1) "You do not have the right GCC compiler version." Just click no and it should continue to use the compiler that you have.
2) "You have Nouveau drivers loaded." or "Unable to load the kernel module 'nvidia.ko'." Even after removing/purging i've witnessed this happen, you can blacklist but I find it easier to just run "sudo apt-get remove xserver-xorg-video-nouveau" from the single user mode and reboot. This should have removed the driver. Then re-run
- Code: Select all
sh nvidia-driver.run -z --no-x-check
and it should build the kernel module, install the binaries, etc..
Why use Nvidia proprietary drivers downloaded from their site?
1) Newer versions provide better support for latter hardware.
2)
http://www.phoronix.com/scan.php?page=a ... 011&num=24The Nouveau driver can be usable for those that just care about a basic composited Linux desktop for office and Internet tasks, but for gaming and other demanding workloads it is not too viable.
Which is something I've known just with use and simple tests for quite some time. Nouveau is still better than what we had on linux years ago. That was always an issue back then, with ATI even being more of a headache.
Please note that as of the time of this writing, a considerable amount of bug fixes have been applied to the lateset "290.10" drivers provided by Nvidia.