Drivers gráfica y Nforce en Ubuntu

DaGGoTH

Pues lo que me pasa es que me acabo de instalar ubuntu y quiero poner los drivers de la gráfica y todos los de la placa. Al intentar instalar alguno de los dos me da un error. En el readme pone todo esto, que en resumen creo que dice que debo tener las sources del kernel.

/INICIO DE ROLLAZO/

KERNEL INTERFACES

The NVIDIA kernel module has a kernel interface layer which must be
compiled specifically for the configuration and version of the kernel
you are running. NVIDIA distributes the source code to this kernel
interface layer, as well as a precompiled version for many of the kernels
distributed by some popular distributions.


When the installer is run, it will determine if it has a precompiled
kernel interface for the kernel you are running. If it does not have

one, it will check if there is one on the NVIDIA ftp site (assuming you
have an internet connection), and download it.

If a precompiled kernel interface is found that matches your kernel,
then that will be linked[1] against the binary portion of the NVIDIA
kernel module. The result of this operation will be a kernel module
appropriate for your kernel.

If no matching precompiled kernel interface is found, then the installer
will compile the kernel interface for you. However, first it will
check that you have the correct kernel headers intalled on your system.
If the installer must compile the kernel interface, then you must install
the kernel-sources package for your kernel.

[1] NOTE: installation requires that you have a linker installed.
The linker, usually '/usr/bin/ld', is part of the binutils package;
please be sure you have this package installed prior to installing the
NVIDIA driver.

/* FIN DE ROLLAZO*/

SI me bajo las sources del kernel, ¿a qué directorio deben ir? ¿/usr/src? Por cierto, como se mira la version del kernel (xD)
Muchas gracias por vuestra ayuda y vuestra comprensión con un novatillo. Me vendría muy bien que me echarais una mano :P

P.D.: Ya que ahí dice que si no tienes una interfaz de kernel precompilado se lo puede bajar del FTP de nvidia, a mí no me encuentra nada :S

P.D.2: Tengo la versión para AMD64

m0rG

Para saber la versión del kernel no tienes más que poner uname -a en el terminal.Creo que tienes que bajarte las sources y los headers de tu kernel para que rule el instalador de nVIDIA.De todas maneras puedes instalar el módulo con apt (apt-get install nvidia-glx).

DaGGoTH

Es verdad, se me había olvidado el apt-get. Voy a probar. Muchas gracias :P
Por cierto, ¿qué son los headers?

DaGGoTH

Instalé los drivers de la gráfica pero seguía sin dejarme ponerlo a 85 HZ, por lo que edité el /etc/X11/XF86Config-4 en el apartado monitor, pero me cargué el servidor gráfico :S

Me estoy quedando ciego a 60 Hz

m0rG

dpkg--reconfigure xserver-xfree86 o edita la config a mano...

DaGGoTH

Vale, no puedo ponerlo a 85 pero si a 75, así que puedo ir tirando. Para la instalación de los drivers de la placa necesito los kernel-source, que en una web vi que podía instalarlos con apt-get install kernel-source, pero me dice que no existe tal paquete pero que hay otros que hacen referencia. Tengo que bajarlo a mano e instalarlo?

m0rG

¿Por qué no puedes ponerlo a 85Hz? Mira que el refresco horizontal sea el correcto (44-160) para tu monitor.Sobre tu pregunta supongo que tendrás que bajarte las fuentes de tu kernel (uname -a para saber versión) que deberían andar por apt.Sino pásate por www.kernel.org ...

DaGGoTH

Supongo que apt no me las encuentra porque tendré que añadir lo de universe y multiverse al archivo de configuracion de synaptic, porque tampoco me encuentra el gdesklets :S Probaré y os cuento, o te cuento... xD
Muchas gracias por todo, así da gusto empezar con algo nuevo :)

Edito: Después de haber añadido las ramas universe y multiverse ya me encuentra el kernel source desde apt, cuando acabe de bajar Synaptic los paquetes pruebo a ver :D

DaGGoTH

Vale, nuevo problema. Después de haberme bajado las sources del kernel y todo ahora me pido el OUTPUT PATH al instalar los drivers Nforce. ¿Qué es y qué directorio debo indicar?
Thx ;)

m0rG

¿Has creado un enlace simbólico desde el directorio donde tienes las sources/headers del kernel hacia /usr/src/linux(directorio donde el instalador las buscará)?Con OUTPUT PATH el instalador te está pidiendo que le indiques la ruta del directorio donde se encuentran estos archivos...

Usuarios habituales

  • m0rG
  • DaGGoTH