Well I use sgfxi which you can install with one single command, just copy and paste into a root terminal:
- Code: Select all
cd /usr/local/bin && wget -Nc smxi.org/sgfxi && chmod +x sgfxi
To install the latest driver all you do is
Ctl/Alt/F1
to get you into a virtual terminal (you have to log in as user 'root' but with your normal user password) (see edit below) then type:
- Code: Select all
sgfxi
or
- Code: Select all
sgfxi -B
if you want the latest beta driver
press enter and that is it, it does the rest for you, an absolutely brilliant script.
It can do an awful lot more than that, but those are the basics. To learn more go to:
http://smxi.org/There is one problem that comes up on LMDE (maybe not Mint 11, not sure) but if you get updates to xorg then you may have to reinstall the nvidia driver, but the process is so quick and easy that it really isn't a problem.
Edit Feb 2013. It has been a long time since I used sgfxi, but it still works perfectly, I just tried it again on Ubuntu 12.10 (which was running nouveau). The only difference I experienced from the procedure above was in the virtual terminal login. Logging in as 'root' with a user password didn't work for me this time. If it doesn't work for you the procedure is as follows. Login with your usual username and password then run the command:
- Code: Select all
sudo passwd root
Enter a password for the root account (twice) then run the command
- Code: Select all
su
And login with the root password. After that proceed as normal.
The script does tell you this, but I will repeat it here just in case you don't read it. If after rebooting the graphics look wrong it has probably booted using the fallback vesa mode. In order to correct this run 'sgfxi' again from the virtual terminal which will tidy up any remaining errors and complete install of the nvidia driver. Start the desktop as directed by the script.