GeForce4 MX 440 AGP 8x en ubuntu 10.04

Hola!
Estoy intentado instalar el driver privativo de nvidia en un ubuntu 10.04 pero no logro hacerlo. mi tarjeta de video es una nvidia GeForce4 MX 440 AGP 8x. el driver que descarge tiene por nombre NVIDIA-Linux-x86-1.0-9631-pkg1.run. el log de nvidia-installer es este

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Mon Dec 27 15:25:48 2010

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  precompiled interfaces  : false
  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             : 2.6.32-27-generic
  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.
-> Not probing for precompiled kernel interfaces.
-> Performing CC sanity check with CC="cc".
-> Kernel source path: '/lib/modules/2.6.32-27-generic/build'
-> Kernel output path: '/lib/modules/2.6.32-27-generic/build'
ERROR: If you are using a Linux 2.4 kernel, please make sure
       you either have configured kernel sources matching your
       kernel or the correct set of kernel headers installed
       on your system.

       If you are using a Linux 2.6 kernel, please make sure
       you have configured kernel sources matching your kernel
       installed on your system. If you specified a separate
       output directory using either the "KBUILD_OUTPUT" or
       the "O" KBUILD parameter, make sure to specify this
       directory with the SYSOUT environment variable or with
       the equivalent nvidia-installer command line option.

       Depending on where and how the kernel sources (or the
       kernel headers) were installed, you may need to specify
       their location with the SYSSRC environment variable or
       the equivalent nvidia-installer 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 www.nvidia.com.

tienes instaladas las headers de tu linux????
tambien debes borrar los drivers que tengas antes de instalar estos, podrian dar fallo la install
sudo apt-get install linux-headers-'uname -r'

ruben_linux escribió:

tienes instaladas las headers de tu linux????
tambien debes borrar los drivers que tengas antes de instalar estos, podrian dar fallo la install
sudo apt-get install linux-headers-'uname -r'

hola, creo que tengo el paquete mas reciente

sudo apt-get install linux-headers-$(uname -r)
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias      
Leyendo la información de estado... Hecho
linux-headers-2.6.32-27-generic ya está en su versión más reciente.
fijado linux-headers-2.6.32-27-generic como instalado manualmente.
0 actualizados, 0 se instalarán, 0 para eliminar y 0 no actualizados.

debes desinstalar:

nvidia-glx
nvidia-settings
nvidia-kernel-common

despues instala:

build-essential

Finalizas la sesión GDM:

sudo /etc/init.d/gdm stop

pulsamos: "CTRL+ALT+F1" para obtener una consola, inicias sesion con tu user normal.

vas a la carpeta donde tienes descargado tu drive

sudo sh NVIDIA-Linux-******.run

si no tiene permiso de ejecucion se los damos con:

sudo chmod +x NVIDIA-Linux-******.run

una vez que se este ejecutando el programa, contesta SI a todo, tambien a "nuevo XSERVER"

cuando finaice, para regresar al entorno grafico:

sudo /etc/init.d/gdm restart

web: http://www.nvidia.com/object/unix.html

Fuente:
http://george2002.obolog.com/instalar-controladores-nvidia-ubuntu-kubuntu-xubuntu-26821

Me he currado un wiki referente a tu problema espero que te sirva y te guste. wink

http://www.ubuntuhispano.org/wiki/instalar-drivers-privativos-nvidia-ubuntu-1004-lts

ruben_linux escribió:

debes desinstalar:

nvidia-glx
nvidia-settings
nvidia-kernel-common

despues instala:

build-essential

Finalizas la sesión GDM:

sudo /etc/init.d/gdm stop

pulsamos: "CTRL+ALT+F1" para obtener una consola, inicias sesion con tu user normal.

vas a la carpeta donde tienes descargado tu drive

sudo sh NVIDIA-Linux-******.run

si no tiene permiso de ejecucion se los damos con:

sudo chmod +x NVIDIA-Linux-******.run

una vez que se este ejecutando el programa, contesta SI a todo, tambien a "nuevo XSERVER"

cuando finaice, para regresar al entorno grafico:

sudo /etc/init.d/gdm restart

web: http://www.nvidia.com/object/unix.html

Fuente:
http://george2002.obolog.com/instalar-controladores-nvidia-ubuntu-kubuntu-xubuntu-26821

ok. a sigo obteniendo el mismo log del primer post

¿Algún motivo especial para no instalar el paquete desde Synaptic? confuso