|
|
#1 | |
|
Registered User
Join Date: Oct 2004
Posts: 15
|
I have used the install instructions from mjmwired.net to install 8178 under 2.6.14-1.1656_FC4 and 2.6.15-1.1830_FC4 (with slight modification). It suggested using -a after the command e.g. sh NVIDIA-Linux-x86-1.0-8178-pkg1.run -a. I also found a website (fedoranews.org/mediawiki) suggesting that upgrades be done using ./NVIDIA-Linux-x86-1.0-8178-pkg1.run -aqn. This failed as I had not extracted the files, so I extrapolated/guessed that I should use sh .... -aqn which worked after my update to the 1830 kernel. All is fine and everything works as expected. However, I cannot find the explanations of -a or -aqn.
Any hints where they are. |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Feb 2006
Posts: 10
|
./NVIDIA-Linux-x86-1.0-8178-pkg1.run --advanced-options
NOTE: sh <file> and ./<file> are basically the same thing, but using ./ requires that the file permissions be executable (chmod +x <file>) as far as the options, -aqn basically just speeds up the process by removing some of the questions the installer would normally make you answer. Remember, you can almost always run <command> --help to get more info regarding options, in this case --help points you to --advanced-options for the complete list Code:
-a, --accept-license
Bypass the display and prompting for acceptance of the
NVIDIA Software License Agreement. By passing this option
to nvidia-installer, you indicate that you have read and
accept the License Agreement contained in the file
'LICENSE' (in the top level directory of the driver
package).
-q, --no-questions
Do not ask any questions; the default (normally 'yes') is
assumed for all yes/no questions, and the default string is
assumed in any situation where the user is prompted for
string input. The one question that is not bypassed by
this option is license acceptance; the license may be
accepted with the commandline option '--accept-license'.
-n, --no-precompiled-interface
Disable use of precompiled kernel interfaces.
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Oct 2004
Posts: 15
|
Thanks for the speedy response. Very well done. I'm just a casual garden variety user of Linux (since RH 5.2), so I just issue the commands given in instructions unless I have problems. The instructions that suggested ./ did not say to chmod, and therefore I didn't issue that command first. I've now learned a few more things. I got it running under 1830 without a hitch. I see some others are having extreme problems with certain things relating to 1830 and nvidia drivers and certain modules. Haven't had any of that yet
Thanks again This morning, 8 Feb 06, there is a new kernel and with the info above on --advanced-options I let yum update the kernel then logged out and rebooted the new kernel and logged in as root but did not issue startx. Using the -K option I ran sh NVIDIA....pkg1.run -K -a and only made a kernel module so that I could boot into 1830 or 1831 and have the NVIDIA driver. Now I'm off to pay Quake4. This is slick!!! Last edited by stanmc; 02-08-06 at 06:57 AM. |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mageia 2 Cannot Install 71.86.15 for Riva TNT/TNT2 | kbulgrien | NVIDIA Linux | 3 | 06-29-12 08:27 AM |
| PC deadlock when running X for ~2 min after Debian/wheezy driver install | TpmKranz | NVIDIA Linux | 0 | 05-31-12 04:53 AM |
| Getting the proprietary nvidia driver to run with Debian 3.0 r0 (woody) | Katchina404 | NVIDIA Linux | 9 | 01-12-03 08:49 AM |
| How to install my nvdia driver... | danyal_r | NVIDIA Linux | 2 | 10-11-02 12:06 PM |
| Getting bizarre errors with driver install | clutch | NVIDIA Linux | 1 | 09-14-02 09:53 PM |