slt,
En faisant un :
./NFORCE-Linux-x86-1.0-0310-pkg1.run -A
Il y a pas mal d’option dont celle la :
--add-this-kernel
Build a precompiled kernel interface for the currently running
kernel and repackage the .run file to include this newly built
precompiled kernel interface. The new .run file will be placed
in the current directory, and appended with the word "custom"
to distinguish it from the original .run file.
Aussi ca :
--sanity
Perform basic sanity tests on an existing NVIDIA driver
installation.
-e, --expert
Enable 'expert' installation mode; more detailed questions will
be asked, and more verbose output will be printed; intended for
expert users. The questions may be suppressed with the
'--no-questions' commandline option.
--kernel-source-path=[KERNEL SOURCE PATH]
The directory containing the kernel source files that should be
used when compiling the NVIDIA kernel module. When not
specified, the installer will use '/lib/modules/`uname
-r`/build', if that directory exists. Otherwise, it will use
'/usr/src/linux'.
--kernel-output-path=[KERNEL OUTPUT PATH]
The directory containing any KBUILD output files if either one
of the 'KBUILD_OUTPUT' or 'O' parameters were passed to KBUILD
when building the kernel image/modules. When not specified,
the installer will assume that no separate output directory was
used.
Le must :
[code]-k, --kernel-name=[KERNELNAME]
Build and install the NVIDIA kernel module for the non-running
kernel specified by [KERNELNAME] ([KERNELNAME] should be the
output of uname -r
when the target kernel is actually
running). This option implies ‘–no-precompiled-interface’.
If the options ‘–net-kernel-install-path’,
’–sound-kernel-install-path’ and ‘–kernel-source-path’ are
not given, then they will be inferred from [KERNELNAME]; eg:
’/lib/modules/[KERNELNAME]/kernel/drivers/net/’ and
’/lib/modules/[KERNELNAME]/build/’, respectively.
-n, --no-precompiled-interface
Disable use of precompiled kernel interfaces.
-K, --kernel-module-only
Install a kernel module only, and don’t uninstall the existing
driver. This is intended to be used to install kernel modules
for additional kernels (in cases where you might boot between
several different kernels). To use this option, you must
already have a driver installed, and the version of the
installed driver must match the version of this kernel module.
–precompiled-kernel-interfaces-path
Before searching for a precompiled kernel interface in the .run
file, search in the specified directory.
[/code]
Avec tout ca, et en detaillant les logs ca devrait aller ?