Carte NVIDIA GEFORCE 7500 LE ET CARTE SB BLASTER PLAYER 5.1

bonjour à tous,

Je voudrais savoir si je peux avoir u coup de pouce pour l’installation de ma carte vidéo geforce 7500 et de ma carte son.

Je voudrais utiliser concernant la carte vidéo :

  • un deuxième écran
  • sortie TV
  • Vérifier la 3D

Concernant ma carte son :

  • je n’ai que 2 hauts parleurs sur 4

J’utilise :

Linux Debian 2.6.18-3-686 #1 SMP Mon Dec 4 16:41:14 UTC 2006 i686 GNU/Linux

J’ai essayé de télécharger le driver sur nvidia :

(nvidia.fr/object/linux_displ … 84_fr.html)

mais sans succès … je vois ce code :

#! /bin/sh
skip=925
CRCsum=228212676
MD5=00dd63e4280e3401a0a357f58652f92f
label=“NVIDIA Accelerated Graphics Driver for Linux-x86 1.0-7184"
major_version=1
minor_version=0
patch_version=7184
pkg_version=1
script=./nvidia-installer
targetdir=NVIDIA-Linux-x86-1.0-7184-pkg1
scriptargs=”"
keep=n
add_this_kernel=
TMPROOT=${TMPDIR:=/tmp}
TARGET_OS="Linux"
TARGET_ARCH=“x86”

NVIDIA Accelerated Graphics Driver for Linux-x86 1.0-7184

Generated by Makeself 1.6.0-nv

Do not edit by hand.

NVIDIA Driver Installation .run file

If you were trying to download this file through a web browser, and

instead are seeing this, please click your browser’s back button,

left click on the link, and select “Save as…” (or do whatever is

appropriate for your web browser to download a file, rather than view

it).

print usage information

if [ “$1” = “-help” -o “$1” = “–help” -o “$1” = “-h” ]; then
echo ""
echo "$0 [options]"
echo ""
echo "This program will install the NVIDIA Accelerated Graphics Driver for"
echo "Linux-x86 1.0-7184 by unpacking the embedded tarball and executing"
echo "the ./nvidia-installer installation utility."
echo ""
echo "Below are the most common options; for a complete list use"
echo "’–advanced-options’."
echo ""
echo "–info"
echo " Print embedded info (title, default target directory) and exit."
echo ""
echo "–check"
echo " Check integrity of the archive and exit."
echo ""
echo "-x, --extract-only"
echo " Extract the contents of $0, but do not"
echo " run ‘nvidia-installer’."
echo ""
echo ""
echo "The following arguments will be passed on to the ./nvidia-installer"
echo "utility:"
echo ""
echo " -a, --accept-license"
echo " Bypass the display and prompting for acceptance of the"
echo " NVIDIA Software License Agreement. By passing this option"
echo " to nvidia-installer, you indicate that you have read and"
echo " accept the License Agreement contained in the file"
echo " ‘LICENSE’ (in the top level directory of the driver"
echo " package)."
echo ""
echo " --update"
echo " Connect to the NVIDIA FTP server '"
echo " ftp://download.nvidia.com ’ and determine the latest"
echo " available driver version. If there is a more recent driver"
echo " available, automatically download and install it. Any"
echo " other options given on the commandline will be passed on to"
echo " the downloaded driver package when installing it."
echo ""
echo " -v, --version"
echo " Print the nvidia-installer version and exit."
echo ""
echo " -h, --help"
echo " Print usage information for the common commandline options"
echo " and exit."
echo ""
echo " -A, --advanced-options"
echo " Print usage information for the common commandline options"
echo " as well as the advanced options, and then exit."
echo ""
echo ""
exit 0;
fi

if [ “$1” = “-A” -o “$1” = “–advanced-options” ]; then
echo ""
echo "$0 [options]"
echo ""
echo "This program will install the NVIDIA Accelerated Graphics Driver for"
echo "Linux-x86 1.0-7184 by unpacking the embedded tarball and executing"
echo "the ./nvidia-installer installation utility."
echo ""
echo "–info"
echo " Print embedded info (title, default target directory) and exit."
echo ""
echo "–lsm"
echo " Print embedded lsm entry (or no LSM) and exit."
echo ""
echo "–pkg-history"
echo " Print the package history of this file and exit."
echo ""
echo "–list"
echo " Print the list of files in the archive and exit."
echo ""
echo "–check"
echo " Check integrity of the archive and exit."
echo ""
echo "-x, --extract-only"
echo " Extract the contents of $0, but do not"
echo " run ‘nvidia-installer’."
echo ""
echo "–add-this-kernel"
echo " Build a precompiled kernel interface for the currently running"
echo " kernel and repackage the .run file to include this newly built"
echo " precompiled kernel interface. The new .run file will be placed"
echo " in the current directory, and appended with the word “custom”"
echo " to distinguish it from the original .run file."
echo ""
echo "–keep"
echo " Do not delete target directory when done."
echo ""
echo "–target [NewDirectory]"
echo " Extract contents in NewDirectory"
echo ""
echo ""
echo "The following arguments will be passed on to the ./nvidia-installer"
echo "utility:"
echo ""
echo "COMMON OPTIONS:"
echo ""
echo " -a, --accept-license"
echo " Bypass the display and prompting for acceptance of the"
echo " NVIDIA Software License Agreement. By passing this option"
echo " to nvidia-installer, you indicate that you have read and"
echo " accept the License Agreement contained in the file"
echo " ‘LICENSE’ (in the top level directory of the driver"
echo " package)."
echo ""
echo " --update"
echo " Connect to the NVIDIA FTP server '"
echo " ftp://download.nvidia.com ’ and determine the latest"
echo " available driver version. If there is a more recent driver"
echo " available, automatically download and install it. Any"
echo " other options given on the commandline will be passed on to"
echo " the downloaded driver package when installing it."
echo ""
echo " -v, --version"
echo " Print the nvidia-installer version and exit."
echo ""
echo " -h, --help"
echo " Print usage information for the common commandline options"
echo " and exit."
echo ""
echo " -A, --advanced-options"
echo " Print usage information for the common commandline options"
echo " as well as the advanced options, and then exit."
echo ""
echo ""
echo "ADVANCED OPTIONS:"
echo ""
echo " -a, --accept-license"
echo " Bypass the display and prompting for acceptance of the"
echo " NVIDIA Software License Agreement. By passing this option"
echo " to nvidia-installer, you indicate that you have read and"
echo " accept the License Agreement contained in the file"
echo " ‘LICENSE’ (in the top level directory of the driver"
echo " package)."
echo ""
echo " --update"
echo " Connect to the NVIDIA FTP server '"
echo " ftp://download.nvidia.com ’ and determine the latest"
echo " available driver version. If there is a more recent driver"
echo " available, automatically download and install it. Any"
echo " other options given on the commandline will be passed on to"
echo " the downloaded driver package when installing it."
echo ""
echo " -v, --version"
echo " Print the nvidia-installer version and exit."
echo ""
echo " -h, --help"
echo " Print usage information for the common commandline options"
echo " and exit."
echo ""
echo " -A, --advanced-options"
echo " Print usage information for the common commandline options"
echo " as well as the advanced options, and then exit."
echo ""
echo " -i, --driver-info"
echo " Print information about the currently installed NVIDIA"
echo " driver version."
echo ""
echo " --uninstall"
echo " Uninstall the currently installed NVIDIA driver."
echo ""
echo " --sanity"
echo " Perform basic sanity tests on an existing NVIDIA driver"
echo " installation."
echo ""
echo " -e, --expert"
echo " Enable ‘expert’ installation mode; more detailed questions"
echo " will be asked, and more verbose output will be printed;"
echo " intended for expert users. The questions may be suppressed"
echo " with the ‘–no-questions’ commandline option."
echo ""
echo " -q, --no-questions"
echo " Do not ask any questions; the default (normally ‘yes’) is"
echo " assumed for all yes/no questions, and the default string is"
echo " assumed in any situation where the user is prompted for"
echo " string input. The one question that is not bypassed by"
echo " this option is license acceptance; the license may be"
echo " accepted with the commandline option ‘–accept-license’."
echo ""
echo " -s, --silent"
echo " Run silently; no questions are asked and no output is"
echo " printed, except for error messages to stderr. This option"
echo " implies ‘–ui=none --no-questions --accept-license’."
echo ""
echo " --x-prefix=X-PREFIX"
echo " The prefix under which the X components of the NVIDIA"
echo " driver will be installed; the default is ‘/usr/X11R6’"
echo " unless nvidia-installer detects that Xorg >= 7.0 is"
echo " installed, in which case the default is ‘/usr’. Only under"
echo " rare circumstances should this option be used."
echo ""
echo " --xfree86-prefix=XFREE86-PREFIX"
echo " This is a deprecated synonym for --x-prefix."
echo ""
echo " --x-module-path=X-MODULE-PATH"
echo " The path under which the NVIDIA X server modules will be"
echo " installed. If `pkg-config --variable=moduledir"
echo " xorg-server` is successful and returns a directory that"
echo " exists, then that is the default; otherwise, this value"
echo " defaults to the X library path (see the ‘–x-library-path’"
echo " option) plus ‘modules’ or ‘xorg/modules’ if"
echo " nvidia-installer detects that Xorg >= 7.0 is installed."
echo ""
echo " --x-library-path=X-LIBRARY-PATH"
echo " The path under which the NVIDIA X libraries will be"
echo " installed. If `pkg-config --variable=libdir xorg-server`"
echo " is successful and returns a directory that exists, then"
echo " that is the default; otherwise, this value defaults to the"
echo " X prefix (see the ‘–x-prefix’ option) plus ‘lib’ on 32bit"
echo " systems, and ‘lib64’ or ‘lib’ on 64bit systems, depending"
echo " on the installed Linux distribution."
echo ""
echo " --opengl-prefix=OPENGL-PREFIX"
echo " The prefix under which the OpenGL components of the NVIDIA"
echo " driver will be installed; the default is: ‘/usr’. Only"
echo " under rare circumstances should this option be used. The"
echo " Linux OpenGL ABI"
echo " (oss.sgi.com/projects/ogl-sample/ABI/) mandates this"
echo " default value."
echo ""
echo " --opengl-libdir=OPENGL-LIBDIR"
echo " The path relative to the OpenGL library installation prefix"
echo " under which the NVIDIA OpenGL components will be installed."
echo " The default is ‘lib’ on 32bit systems, and ‘lib64’ or ‘lib’"
echo " on 64bit systems, depending on the installed Linux"
echo " distribution. Only under very rare circumstances should"
echo " this option be used."
echo ""
echo " --installer-prefix=INSTALLER-PREFIX"
echo " The prefix under which the installer binary will be"
echo " installed; the default is: ‘/usr’. Note: please use the"
echo " ‘–utility-prefix’ option instead."
echo ""
echo " --utility-prefix=UTILITY-PREFIX"
echo " The prefix under which the NVIDIA utilities"
echo " (nvidia-installer, nvidia-settings, nvidia-xconfig,"
echo " nvidia-bug-report.sh) and the NVIDIA utility libraries will"
echo " be installed; the default is: ‘/usr’."
echo ""
echo " --utility-libdir=UTILITY-LIBDIR"
echo " The path relative to the utility installation prefix under"
echo " which the NVIDIA utility libraries will be installed. The"
echo " default is ‘lib’ on 32bit systems, and ‘lib64’ or ‘lib’ on"
echo " 64bit systems, depending on the installed Linux"
echo " distribution."
echo ""
echo " --documentation-prefix=DOCUMENTATION-PREFIX"
echo " The prefix under which the documentation files for the"
echo " NVIDIA driver will be installed. The default is: ‘/usr’."
echo ""
echo " --kernel-include-path=KERNEL-INCLUDE-PATH"
echo " The directory containing the kernel include files that"
echo " should be used when compiling the NVIDIA kernel module. "
echo " This option is deprecated; please use"
echo " ‘–kernel-source-path’ instead."
echo ""
echo " --kernel-source-path=KERNEL-SOURCE-PATH"
echo " The directory containing the kernel source files that"
echo " should be used when compiling the NVIDIA kernel module. "
echo " When not specified, the installer will use"
echo " ‘/lib/modules/`uname -r`/build’, if that directory exists. "
echo " Otherwise, it will use ‘/usr/src/linux’."
echo ""
echo " --kernel-output-path=KERNEL-OUTPUT-PATH"
echo " The directory containing any KBUILD output files if either"
echo " one of the ‘KBUILD_OUTPUT’ or ‘O’ parameters were passed to"
echo " KBUILD when building the kernel image/modules. When not"
echo " specified, the installer will assume that no separate"
echo " output directory was used."
echo ""
echo " --kernel-install-path=KERNEL-INSTALL-PATH"
echo " The directory in which the NVIDIA kernel module should be"
echo " installed. The default value is either"
echo " ‘/lib/modules/`uname -r`/kernel/drivers/video’ (if"
echo " ‘/lib/modules/`uname -r`/kernel’ exists) or"
echo " ‘/lib/modules/`uname -r`/video’."
echo ""
echo " --proc-mount-point=PROC-MOUNT-POINT"
echo " The mount point for the proc file system; if not specified,"
echo " then this value defaults to ‘/proc’ (which is normally"
echo " correct). The mount point of the proc filesystem is needed"
echo " because the contents of ‘/version’ is used"
echo " when identifying if a precompiled kernel interface is"
echo " available for the currently running kernel. This option"
echo " should only be needed in very rare circumstances."
echo ""
echo " --log-file-name=LOG-FILE-NAME"
echo " File name of the installation log file (the default is:"
echo " ‘/var/log/nvidia-installer.log’)."
echo ""
echo " --tmpdir=TMPDIR"
echo " Use the specified directory as a temporary directory when"
echo " downloading files from the NVIDIA ftp site; if not given,"
echo " then the following list will be searched, and the first one"
echo " that exists will be used: $TMPDIR, /tmp, ., $HOME."
echo ""
echo " -m, --ftp-mirror=FTP-MIRROR"
echo " Use the specified FTP mirror rather than the default '"
echo " ftp://download.nvidia.com ’ when downloading driver"
echo " updates."
echo ""
echo " -l, --latest"
echo " Connect to the NVIDIA FTP server '"
echo " ftp://download.nvidia.com ’ (or use the ftp mirror"
echo " specified with the ‘–ftp-mirror’ option) and query the"
echo " most recent Linux-x86 driver version number."
echo ""
echo " -f, --force-update"
echo " Forces an update to proceed, even if the installer thinks"
echo " the latest driver is already installed; this option implies"
echo " ‘–update’."
echo ""
echo " --ui=UI"
echo " Specify what user interface to use, if available. Valid"
echo " values for UI are ‘ncurses’ (the default) or ‘none’. If the"
echo " ncurses interface fails to initialize, or ‘none’ is"
echo " specified, then a simple printf/scanf interface will be"
echo " used."
echo ""
echo " -c, --no-ncurses-color"
echo " Disable use of color in the ncurses user interface."
echo ""
echo " --no-opengl-headers"
echo " Normally, installation will install NVIDIA’s OpenGL header"
echo " files. This option disables installation of the NVIDIA"
echo " OpenGL header files."
echo ""
echo " --force-tls=FORCE-TLS"
echo " NVIDIA’s OpenGL libraries are compiled with one of two"
echo " different thread local storage (TLS) mechanisms: ‘classic"
echo " tls’ which is used on systems with glibc 2.2 or older, and"
echo " ‘new tls’ which is used on systems with tls-enabled glibc"
echo " 2.3 or newer. nvidia-installer will select the OpenGL"
echo " libraries appropriate for your system; however, you may use"
echo " this option to force the installer to install one library"
echo " type or another. Valid values for FORCE-TLS are ‘new’ and"
echo " ‘classic’."
echo ""
echo " -k, --kernel-name=KERNEL-NAME"
echo " Build and install the NVIDIA kernel module for the"
echo " non-running kernel specified by KERNEL-NAME (KERNEL-NAME"
echo " should be the output of `uname -r` when the target kernel"
echo " is actually running). This option implies"
echo " ‘–no-precompiled-interface’. If the options"
echo " ‘–kernel-install-path’ and ‘–kernel-source-path’ are not"
echo " given, then they will be inferred from KERNEL-NAME; eg:"
echo " ‘/lib/modules/KERNEL-NAME/kernel/drivers/video/’ and"
echo " ‘/lib/modules/KERNEL-NAME/build/’, respectively."
echo ""
echo " -n, --no-precompiled-interface"
echo " Disable use of precompiled kernel interfaces."
echo ""
echo " --no-runlevel-check"
echo " Normally, the installer checks the current runlevel and"
echo " warns users if they are in runlevel 1: in runlevel 1, some"
echo " services that are normally active are disabled (such as"
echo " devfs), making it difficult for the installer to properly"
echo " setup the kernel module configuration files. This option"
echo " disables the runlevel check."
echo ""
echo " --no-abi-note"
echo " The NVIDIA OpenGL libraries contain an OS ABI note tag,"
echo " which identifies the minimum kernel version needed to use"
echo " the library. This option causes the installer to remove"
echo " this note from the OpenGL libraries during installation."
echo ""
echo " --no-rpms"
echo " Normally, the installer will check for several rpms that"
echo " conflict with the driver (specifically: NVIDIA_GLX and"
echo " NVIDIA_kernel), and remove them if present. This option"
echo " disables this check."
echo ""
echo " -b, --no-backup"
echo " During driver installation, conflicting files are backed"
echo " up, so that they can be restored when the driver is"
echo " uninstalled. This option causes the installer to simply"
echo " delete conflicting files, rather than back them up."
echo ""
echo " -N, --no-network"
echo " This option instructs the installer to not attempt to"
echo " connect to the NVIDIA ftp site (for updated precompiled"
echo " kernel interfaces, for example)."
echo ""
echo " --no-recursion"
echo " Normally, nvidia-installer will recursively search for"
echo " potentially conflicting libraries under the default OpenGL"
echo " and X server installation locations. With this option set,"
echo " the installer will only search in the top-level"
echo " directories."
echo ""
echo " -K, --kernel-module-only"
echo " Install a kernel module only, and do not uninstall the"
echo " existing driver. This is intended to be used to install"
echo " kernel modules for additional kernels (in cases where you"
echo " might boot between several different kernels). To use this"
echo " option, you must already have a driver installed, and the"
echo " version of the installed driver must match the version of"
echo " this kernel module."
echo ""
echo " --no-kernel-module"
echo " Install everything but the kernel module, and do not remove"
echo " any existing, possibly conflicting kernel modules. This"
echo " can be useful in some DEBUG environments. If you use this"
echo " option, you must be careful to ensure that a NVIDIA kernel"
echo " module matching this driver version is installed"
echo " seperately."
echo ""
echo " --no-x-check"
echo " Do not abort the installation if nvidia-installer detects"
echo " that an X server is running. Only under very rare"
echo " circumstances should this option be used."
echo ""
echo " --precompiled-kernel-interfaces-path=PRECOMPILED-KERNEL-INTERFA"
echo " CES-PATH"
echo " Before searching for a precompiled kernel interface in the"
echo " .run file, search in the specified directory."
echo ""
echo " --force-selinux=FORCE-SELINUX"
echo " Linux installations using SELinux (Security-Enhanced Linux)"
echo " require that the security type of all shared libraries be"
echo " set to ‘shlib_t’. nvidia-installer will detect when to set"
echo " the security type, and set it using chcon(1) on the shared"
echo " libraries it installs. Use this option to override"
echo " nvidia-installer’s detection of when to set the security"
echo " type. Valid values for FORCE-SELINUX are ‘yes’ (force"
echo " setting of the security type), ‘no’ (prevent setting of the"
echo " security type), and ‘default’ (let nvidia-installer decide"
echo " when to set the security type)."
echo ""
echo " --no-sigwinch-workaround"
echo " Normally, nvidia-installer ignores the SIGWINCH signal"
echo " before it forks to execute commands, e.g. to build the"
echo " kernel module, and restores the SIGWINCH signal handler"
echo " after the child process has terminated. This option"
echo " disables this behavior."
echo ""
echo ""
exit 0;
fi

if [ “$1” = “-lsm” -o “$1” = “–lsm” ]; then
cat << EOF_LSM
Begin3
Title: NVIDIA Accelerated Graphics Driver Set for Linux-x86
Version: 1.0-7184
Description: The NVIDIA Accelerated Graphics Driver Set for Linux-x86
provides accelerated 2D and 3D support for Linux-x86
using NVIDIA GPUs.
Keywords: OpenGL XFree86 NVIDIA
Author: NVIDIA Corporation Linux Development Team (linux-bugs ‘at’ nvidia.com)
Maintained-by: NVIDIA Corporation Linux Development Team (linux-bugs ‘at’ nvidia.com)
Original-site: nvidia.com
Platform: Linux
Copying-policy: NVIDIA Software License
End
EOF_LSM
exit 0;
fi

if [ “$1” = “–pkg-history” ]; then
cat << EOF_PKG_HISTORY

Package history for NVIDIA-Linux-x86-1.0-7184:

NVIDIA-Linux-x86-1.0-7184-pkg0: Initial package

NVIDIA-Linux-x86-1.0-7184-pkg1: Added precompiled kernel interfaces for:
Red Hat Linux 7.2 kernel 2.4.7-10 i386
Red Hat Linux 7.2 kernel 2.4.7-10 i686
Red Hat Linux 7.2 kernel 2.4.7-10 Athlon
Red Hat Linux 7.2 kernel 2.4.7-10smp i686
Red Hat Linux 7.2 kernel 2.4.7-10smp Athlon
Red Hat Linux 7.2 kernel 2.4.7-10enterprise i686
Red Hat Linux 7.3 kernel 2.4.18-3 i386
Red Hat Linux 7.3 kernel 2.4.18-3 i686
Red Hat Linux 7.3 kernel 2.4.18-3 Athlon
Red Hat Linux 7.3 kernel 2.4.18-3smp i586
Red Hat Linux 7.3 kernel 2.4.18-3smp i686
Red Hat Linux 7.3 kernel 2.4.18-3smp Athlon
Red Hat Linux 7.3 kernel 2.4.18-3bigmem i686
Red Hat Linux 7.3 updated to kernel 2.4.20-19.7 i386
Red Hat Linux 7.3 updated to kernel 2.4.20-19.7 i586
Red Hat Linux 7.3 updated to kernel 2.4.20-19.7 i686
Red Hat Linux 7.3 updated to kernel 2.4.20-19.7 Athlon
Red Hat Linux 7.3 updated to kernel 2.4.20-19.7smp i586
Red Hat Linux 7.3 updated to kernel 2.4.20-19.7smp i686
Red Hat Linux 7.3 updated to kernel 2.4.20-19.7smp Athlon
Red Hat Linux 7.3 updated to kernel 2.4.20-19.7bigmem i686
Red Hat Linux 7.3 updated to kernel 2.4.20-19.7BOOT i386
Red Hat Linux 8.0 kernel 2.4.18-14 i586
Red Hat Linux 8.0 kernel 2.4.18-14 i686
Red Hat Linux 8.0 kernel 2.4.18-14 Athlon
Red Hat Linux 8.0 kernel 2.4.18-14smp i686
Red Hat Linux 8.0 kernel 2.4.18-14smp Athlon
Red Hat Linux 8.0 kernel 2.4.18-14bigmem i686
Red Hat Linux 8.0 updated to kernel 2.4.20-19.8 i386
Red Hat Linux 8.0 updated to kernel 2.4.20-19.8 i586
Red Hat Linux 8.0 updated to kernel 2.4.20-19.8 i686
Red Hat Linux 8.0 updated to kernel 2.4.20-19.8 Athlon
Red Hat Linux 8.0 updated to kernel 2.4.20-19.8smp i586
Red Hat Linux 8.0 updated to kernel 2.4.20-19.8smp i686
Red Hat Linux 8.0 updated to kernel 2.4.20-19.8smp Athlon
Red Hat Linux 8.0 updated to kernel 2.4.20-19.8bigmem i686
Red Hat Linux 8.0 updated to kernel 2.4.20-19.8BOOT i386
Red Hat Linux 9 kernel 2.4.20-6 i586
Red Hat Linux 9 kernel 2.4.20-6 i686
Red Hat Linux 9 kernel 2.4.20-6 Athlon
Red Hat Linux 9 kernel 2.4.20-6smp i686
Red Hat Linux 9 kernel 2.4.20-6smp Athlon
Red Hat Linux 9 kernel 2.4.20-6bigmem i686
Red Hat Linux 9 updated to kernel 2.4.20-8 i586
Red Hat Linux 9 updated to kernel 2.4.20-8 i686
Red Hat Linux 9 updated to kernel 2.4.20-8 Athlon
Red Hat Linux 9 updated to kernel 2.4.20-8smp i686
Red Hat Linux 9 updated to kernel 2.4.20-8smp Athlon
Red Hat Linux 9 updated to kernel 2.4.20-8bigmem i686
Red Hat Linux 9 updated to kernel 2.4.20-31 i386
Red Hat Linux 9 updated to kernel 2.4.20-31 i586
Red Hat Linux 9 updated to kernel 2.4.20-31 i686
Red Hat Linux 9 updated to kernel 2.4.20-31 Athlon
Red Hat Linux 9 updated to kernel 2.4.20-31smp i586
Red Hat Linux 9 updated to kernel 2.4.20-31bigmem i686
Red Hat Linux 9 updated to kernel 2.4.20-31smp Athlon
Red Hat Linux 9 updated to kernel 2.4.20-31BOOT i386
Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.EL i686
Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.EL athlon
Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.ELsmp i686
Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.ELsmp athlon
Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.ELhugemem i686
Red Hat Enterprise Linux WS release 3 kernel 2.4.21-4.ELBOOT i386
Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.EL i686
Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.EL athlon
Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.ELsmp i686
Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.ELsmp athlon
Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.ELhugemem i686
Red Hat Enterprise Linux WS release 3 update 3 kernel 2.4.21-20.ELBOOT i386
Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.EL i686
Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.EL athlon
Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.ELsmp i686
Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.ELsmp athlon
Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.ELhugemem i686
Red Hat Enterprise Linux WS release 3 update 4 kernel 2.4.21-27.ELBOOT i386
Fedora core 1 kernel 2.4.22-1.2115.nptl i586
Fedora core 1 kernel 2.4.22-1.2115.nptl i686
Fedora core 1 kernel 2.4.22-1.2115.nptl Athlon
Fedora core 1 kernel 2.4.22-1.2115.nptlsmp i686
Fedora core 1 kernel 2.4.22-1.2115.nptlsmp Athlon
Fedora core 1 kernel 2.4.22-1.2115.nptlBOOT i386
Fedora core 1 kernel 2.4.22-1.2188.nptl i586
Fedora core 1 kernel 2.4.22-1.2188.nptl i686
Fedora core 1 kernel 2.4.22-1.2188.nptl Athlon
Fedora core 1 kernel 2.4.22-1.2188.nptlsmp i686
Fedora core 1 kernel 2.4.22-1.2188.nptlsmp Athlon
Fedora core 1 kernel 2.4.22-1.2188.nptlBOOT i386
Fedora core 2 kernel 2.6.5-1.358 i586
Fedora core 2 kernel 2.6.5-1.358 i686
Fedora core 2 kernel 2.6.5-1.358smp i586
Fedora core 2 kernel 2.6.5-1.358smp i686
Fedora core 2 kernel 2.6.8-1.521 i586
Fedora core 2 kernel 2.6.8-1.521 i686
Fedora core 2 kernel 2.6.8-1.521smp i586
Fedora core 2 kernel 2.6.8-1.521smp i686
Fedora core 3 kernel 2.6.9-1.667 i586
Fedora core 3 kernel 2.6.9-1.667 i686
Fedora core 3 kernel 2.6.11-1.14_FC3 i586
Fedora core 3 kernel 2.6.11-1.14_FC3smp i586
Fedora core 3 kernel 2.6.11-1.14_FC3 i686
Fedora core 3 kernel 2.6.11-1.14_FC3smp i686
Red Hat Enterprise Linux WS release 4 kernel 2.6.9-5.EL i686
Red Hat Enterprise Linux WS release 4 kernel 2.6.9-5.ELsmp i686
Red Hat Enterprise Linux WS release 4 kernel 2.6.9-5.ELhugemem i686
Mandrake Linux 8.1 kernel 2.4.8-26mdk i586
Mandrake Linux 8.1 kernel 2.4.8-26mdkenterprise i586
Mandrake Linux 8.1 kernel 2.4.8-26mdksmp i586
Mandrake Linux 8.2 kernel 2.4.18-6mdk i586
Mandrake Linux 8.2 kernel 2.4.18-6mdksmp i586
Mandrake Linux 8.1 kernel 2.4.18-6mdksecure i586
Mandrake Linux 8.2 kernel 2.4.18-6mdkenterprise i586
Mandrake Linux 9.0 kernel 2.4.19-16mdk i586
Mandrake Linux 9.0 kernel 2.4.19-16mdksmp i586
Mandrake Linux 9.0 kernel 2.4.19-16mdkenterprise i586
Mandrake Linux 9.1 kernel 2.4.21-0.13mdk i586
Mandrake Linux 9.1 kernel 2.4.21-0.13mdksmp i586
Mandrake Linux 9.1 kernel 2.4.21-0.13mdkenterprise i586
Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdk i586
Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdk4G i586
Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdkenterprise i586
Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdksecure i586
Mandrake Linux 9.2 kernel 2.4.22.10mdk-1-1mdksmp i586
Mandrake Linux 10.0 kernel 2.6.3-7mdk i586
Mandrake Linux 10.0 kernel 2.6.3-7mdk4G i586
Mandrake Linux 10.0 kernel 2.6.3-7mdkenterprise i586
Mandrake Linux 10.0 kernel 2.6.3-7mdksecure i586
Mandrake Linux 10.0 kernel 2.6.3-7mdksmp i586
Mandrake Linux 10.0 kernel 2.6.3-13mdk i586
Mandrake Linux 10.0 kernel 2.6.3-13mdkenterprise i586
Mandrake Linux 10.0 kernel 2.6.3-13mdk4G i586
Mandrake Linux 10.0 kernel 2.6.3-13mdk64G i586
Mandrake Linux 10.0 kernel 2.6.3-13mdksecure i586
Mandrake Linux 10.0 kernel 2.6.3-13mdksmp i586
Mandrake Linux 10.1 kernel 2.6.8.1-10mdk i586
Mandrake Linux 10.1 kernel 2.6.8.1-10mdksmp i586
SuSE Linux 8.2 default 2.4.20-4GB (2.4.20-39)
SuSE Linux 8.2 athlon 2.4.20-4GB-athlon (2.4.20-38)
SuSE Linux 8.2 psmp 2.4.20-4GB-SMP (2.4.20-39)
SuSE Linux 8.2 smp 2.4.20-64GB-SMP (2.4.20-40)
SuSE Linux 9.0 kernel 2.4.21-99 default
SuSE Linux 9.0 kernel 2.4.21-99 athlon
SuSE Linux 9.0 kernel 2.4.21-99 smp
SuSE Linux 9.0 kernel 2.4.21-99 smp4G
SuSE Linux 9.1 kernel 2.6.4-52 default
SuSE Linux 9.1 kernel 2.6.4-52 smp
SuSE Linux 9.1 kernel 2.6.4-52 bigsmp
SuSE Linux 9.2 kernel 2.6.8-24 default
SuSE Linux 9.2 kernel 2.6.8-24 smp
SuSE Linux 9.2 kernel 2.6.8-24 bigsmp
SuSE Linux 9.3 kernel 2.6.11.4-20a default
SuSE Linux 9.3 kernel 2.6.11.4-20a smp
SuSE Linux 9.3 kernel 2.6.11.4-20a bigsmp

EOF_PKG_HISTORY
exit 0;
fi

if [ “$1” = “–label” ]; then
echo “$label”;
exit 0;
fi

if [ “$1” = “–major-version” ]; then
echo “$major_version”;
exit 0;
fi

if [ “$1” = “–minor-version” ]; then
echo “$minor_version”;
exit 0;
fi

if [ “$1” = “–patch-version” ]; then
echo “$patch_version”;
exit 0;
fi

if [ “$1” = “–pkg-version” ]; then
echo “$pkg_version”;
exit 0;
fi

if [ “$1” = “–target-os” ]; then
echo “$TARGET_OS”;
exit 0;
fi

if [ “$1” = “–target-arch” ]; then
echo “$TARGET_ARCH”;
exit 0;
fi

if [ “$1” = “–target-directory” ]; then
echo “$targetdir”;
exit 0;
fi

if [ “$1” = “–script” ]; then
echo "$script $scriptargs"
exit 0
fi

if [ “$1” = “–info” ]; then
echo
echo " Identification : $label"
echo " Target directory : $targetdir"
echo " Uncompressed size : 34008 KB"
echo " Compression : gzip"
echo " Date of packaging : Tue Aug 1 19:28:40 PDT 2006"
echo " Application run after extraction : $script $scriptargs"
echo
if [ x"$keep" = xy ]; then
echo " The directory $targetdir will not be removed after extraction."
else
echo " The directory $targetdir will be removed after extraction."
fi
echo
exit 0;
fi

if [ “$1” = “–list” ]; then
echo "Target directory: $targetdir"
tail -n +$skip $0 | gzip -cd | tar tvf - 2> /dev/null
exit 0;
fi

if [ “$1” = “–check” ]; then
sum1=tail -n +6 $0 | cksum | sed -e 's/ /Z/' -e 's/ /Z/' | cut -dZ -f1
[ “$sum1” != “$CRCsum” ] && {
echo “Error in checksums $sum1 $CRCsum"
exit 2;
}
if [ $MD5 != “00000000000000000000000000000000” ]; then
# space separated list of directories
[ x”$GUESS_MD5_PATH" = “x” ] && GUESS_MD5_PATH="/usr/local/ssl/bin /usr/local/bin /usr/bin"
MD5_PATH=""
for a in $GUESS_MD5_PATH; do
#if which $a/md5 >/dev/null 2>&1 ; then
if [ -x “$a/md5sum” ]; then
MD5_PATH=$a;
fi
done
if [ -x $MD5_PATH/md5sum ]; then
md5sum=tail -n +6 $0 | $MD5_PATH/md5sum | cut -b-32;
[ $md5sum != $MD5 ] && {
echo "Error in md5 sums $md5sum $MD5"
exit 2
} || { echo “check sums and md5 sums are ok”; exit 0; }
fi
if [ ! -x $MD5_PATH/md5sum ]; then
echo "an embedded md5 sum of the archive exists but no md5 program was found in $GUESS_MD5_PATH"
echo "if you have md5 on your system, you should try :"
echo "env GUESS_MD5_PATH=“FirstDirectory SecondDirectory …” $0 -check"
fi
else
echo “check sums are OK ; echo $0 does not contain embedded md5 sum” ;
fi
exit 0;
fi

run_script=y

while [ “$1” ]; do
case “$1” in
"–extract-only"|"-x")
run_script=n;
keep=y;
;;
"–keep")
keep=y;
;;
"–target")
if [ “$2” ]; then
targetdir="$2";
keep=y;
shift;
fi
;;
"–add-this-kernel")
add_this_kernel=y;
scriptargs="$scriptargs $1"
;;
*)
scriptargs="$scriptargs $1"
;;
esac
shift
done

Perform a platform check

LOCAL_OS=uname 2> /dev/null
LOCAL_ARCH=uname -m 2> /dev/null

[ “$LOCAL_ARCH” = “i386” ] && LOCAL_ARCH=“x86”
[ “$LOCAL_ARCH” = “i486” ] && LOCAL_ARCH=“x86”
[ “$LOCAL_ARCH” = “i586” ] && LOCAL_ARCH=“x86”
[ “$LOCAL_ARCH” = “i686” ] && LOCAL_ARCH=“x86”

if [ -z “$LOCAL_OS” -o -z “$LOCAL_ARCH” ]; then
echo "ERROR: missing/broken uname. Cannot perform platform check."
exit 1;
fi

if [ “$LOCAL_ARCH” != “$TARGET_ARCH” -o “$LOCAL_OS” != “$TARGET_OS” ]; then
if [ “$run_script” = “y” ]; then
echo ""
echo "ERROR: this .run file is intended for the"
echo "${TARGET_OS}-${TARGET_ARCH} platform, but you appear to be"
echo "running on ${LOCAL_OS}-${LOCAL_ARCH}. Aborting installation."
echo ""
exit 1;
fi
fi

if [ “$keep” = y ]; then
echo “Creating directory $targetdir”; tmpdir=$targetdir;
else
workingdir="$TMPROOT/selfgz$$“
tmpdir=”$workingdir/$targetdir";
rm -rf $tmpdir
fi

if [ -d “$tmpdir” -o -f “$tmpdir” ]; then
echo "The directory ‘$tmpdir’ already exists. Please either"
echo "move the existing directory out of the way, or specify a"
echo "different directory with the ‘–target’ option."
exit 1
fi

mkdir -p $tmpdir || {
echo "Unable to create the target directory ‘$tmpdir’."
exit 1
}

location="pwd"
echo=echo; [ -x /usr/ucb/echo ] && echo=/usr/ucb/echo
if [ x$SETUP_NOCHECK != x1 ]; then
$echo -n “Verifying archive integrity… “
sum1=tail -n +6 $0 | cksum | sed -e 's/ /Z/' -e 's/ /Z/' | cut -dZ -f1
[ $sum1 != $CRCsum ] && {
$echo “Error in check sums $sum1 $CRCsum"
exit 2;
}
echo “OK"
fi
if [ $MD5 != “00000000000000000000000000000000” ]; then
# space separated list of directories
[ x”$GUESS_MD5_PATH” = “x” ] && GUESS_MD5_PATH=”/usr/local/ssl/bin /usr/local/bin /usr/bin"
MD5_PATH=”"
for a in $GUESS_MD5_PATH; do
#if which $a/md5 >/dev/null 2>&1 ; then
if [ -x “$a/md5sum” ]; then
MD5_PATH=$a;
fi
done
if [ -x $MD5_PATH/md5sum ]; then
md5sum=tail -n +6 $0 | $MD5_PATH/md5sum | cut -b-32;
[ $md5sum != $MD5 ] && {
$echo "Error in md5 sums $md5sum $MD5"
exit 2;
}
fi
fi

UnTAR() {
tar xvf - 2> /dev/null || {
echo “Extraction failed.” > /dev/tty; kill -15 $$;
};
}

$echo -n "Uncompressing $label"
cd $tmpdir ; res=3

[ “$keep” = y ] || trap ‘echo “Signal caught, cleaning up” > /dev/tty; cd $TMPROOT; /bin/rm -rf $tmpdir; exit 15’ 1 2 15

if (cd “$location”; tail -n +$skip $0; ) | gzip -cd | UnTAR | (while read a; do $echo -n “.”; done; echo; ); then
chown -Rf id -u:id -g .
res=0;
if [ “$script” -a “$run_script” = “y” ]; then
$script $scriptargs $*; res=$?
fi

if [ "$add_this_kernel" = y -a "$res" = "0" ]; then

    cd ..

    new_targetdir="`basename $targetdir`"
    new_targetdir="${new_targetdir}-custom"

    mv $targetdir $new_targetdir

    # update the pkg-history.txt file
    chmod 644 ./$new_targetdir/pkg-history.txt
    echo "$new_targetdir: Added precompiled kernel interface for:" >> ./$new_targetdir/pkg-history.txt
    echo "  `uname -s -r -v -m 2> /dev/null`" >> ./$new_targetdir/pkg-history.txt
    echo "" >> ./$new_targetdir/pkg-history.txt

    # retrieve the lsm file
    tmplsm="$TMPDIR/nvidia.lsm.$$"
    sh $location/$0 --lsm > $tmplsm

    sh ./$new_targetdir/usr/bin/makeself.sh             --lsm $tmplsm             --major-version $major_version             --minor-version $minor_version             --patch-version $patch_version             --pkg-version $pkg_version             --pkg-history ./$new_targetdir/pkg-history.txt             --target-os $TARGET_OS             --target-arch $TARGET_ARCH             $new_targetdir $new_targetdir.run             "$label" "$script"

    rm -f $tmplsm

    [ "$keep" = y ] || mv $new_targetdir.run $location
fi

[ "$keep" = y ] || { cd $TMPROOT; /bin/rm -rf $workingdir; }

else
echo “Cannot decompress $0”; exit 1
fi

exit $res

END_OF_STUB
‹[/code]

j’ai enregistré le fichier en passant par “fichier, puis enregister …” puis j’ai quitté le mode graphique et executer :

sh NVIDIA-Linux-x86-1.0-9746-pkg1.run
[b]

L’installation commence et me dit que cela à echoué …

Voici le log :

nvidia-installer log file '/var/log/nvidia-installer.log’
creation time: Sun Jan 7 17:28:56 2007

option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
precompiled interfaces : true
no ncurses color : false
query latest version : false
OpenGL header files : true
no questions : false
silent : false
no recursion : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
no kernel module : false
force SELinux : default
no X server check : false
force tls : (not specified)
X install prefix : (not specified)
X library install path : (not specified)
X module install path : (not specified)
OpenGL install prefix : (not specified)
OpenGL install libdir : (not specified)
utility install prefix : (not specified)
utility install libdir : (not specified)
doc install prefix : (not specified)
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror : ftp://download.nvidia.com
RPM file list : (not specified)

Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
this means that the installer will need to compile a kernel interface for
your kernel.
-> Performing CC sanity check with CC=“cc”.
-> Performing CC version check with CC=“cc”.
ERROR: Unable to find the kernel source tree for the currently running kernel.
Please make sure you have installed the kernel source files for your
kernel and that they are properly configured; on Red Hat Linux systems,
for example, be sure you have the ‘kernel-source’ or ‘kernel-devel’ RPM
installed. If you know the correct kernel source files are installed,
you may specify the kernel source path with the ‘–kernel-source-path’
command line option.
ERROR: Installation has failed. Please see the file
’/var/log/nvidia-installer.log’ for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at nvidia.com.

Merci de votre aide …

Une des première chose qu’on dit ici:
forum.debian-fr.org/viewtopic.php?t=4657
c’est qu’il faut chercher avant de poser des questions.
Cherches déjà dans trucs et astuces ce qui parle de nvidia, et reviens aprés avoir appliqué le tuto et installé ta carte pour les réglages supplémentaires.
(et si tu pouvais couper ce long script inutile dans ton premier post, à partir de “je vois ce code :” )
Merci .