oh yeah and to install the nvidia driver just save it in your home dir and press ctrl+alt+f1. use root and your system admin pass as the password and when the prompt shows up type this:
(Make sure to save everything first as all your programs will be closed)
telinit 3
<wait til messages stop coming and press enter>
cd /home/<your user name>
chmod +x NVIDIA<press tab>
./NVIDIA<press tab>
<follow onscreen instructions>
telinit 5
<youll know it worked if you see the nvidia logo pop up before it goes to the login screen>
<press ctrl+alt+f1 again>
<type exit>
<press ctrl+alt+f7 to get back to the login screen>
It's not Linux's fault btw that you have to do all this terminal stuff, tell nVidia about making an X-based driver installation. They say you need X not running but there's no reason why X needs to run in actuality.
In Bash (the most common Linux command line) pressing tab autocompletes file names, so you dont have to use regular expressions or type the whole goddamn thing out.
Linux has virtual terminals that allow you to have more than one terminal you can be logged into (most distros have 6 set up by default). You can switch between VTs (as theyre called) by pressing ctrl+alt+F<number>. Actuallyt you only need to press alt+F<number> but when you have X (the Linux graphics system) running, you need to use ctrl, so its good just to use ctrl anyway

.
And of course, each terminal can be graphical, via X.
The last two paragraphs you didnt need to know at all but it's good information if you wanna know how it all works under the hood.
[ July 16, 2003: Message edited by: Fury: Freedom Fighter ]