Problemas para instalar el driver de la tarjeta de video

Asked by JOSHEP009

Hola a todos, tengo una problema muy grande con mi tarjeta de video, no me deja instalar los driver; El modelo de mi tarjeta es : Nvidia GeForze GT 525M, ya baje los controladores de la pagina oficial (http://la.nvidia.com/object/linux-display-amd64-280.13-driver-la.html ) y de la arquitectura que es mi maquina ( amd64).

Segun las instrucciones que hay en la pagina oficial de Nvidia tengo que tener ciertos requisitos para poder instalarlo :

Minimum Software Requirements

Software Element Supported versions Check With...
Linux kernel 2.4.7 and newer cat /proc/version
XFree86* 4.0.1 and newer XFree86 -version
X.Org* 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10, 1.11 Xorg -version
Kernel modutils 2.1.121 and newer insmod --version
* It is only required that you have one of XFree86 or X.Org, not both. Sometimes very recent versions are not supported immediately following release, but we aim to support all new versions as soon as possible.

If you need to build the NVIDIA kernel module:

Software Element Min Requirement Check With...
binutils 2.9.5 size --version
GNU make 3.77 make --version
gcc 2.91.66 gcc --version
glibc 2.0 ls /lib/libc.so.* > 6

Y me falta el XFree86 y el glibc ..... Ya tengo horas buscando eso y no encuentro nada... y las que encuentro son para arquitecturas x86.
Por favor necesito su ayuda, por que no puedo programar las animaciones que me dejan en la escuela . (OpenGL para para Java)

Question information

Language:
Spanish Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
enubuntu
Solved:
Last query:
Last reply:
Revision history for this message
Best enubuntu (mr.tennents) said :
#1

For install nvidia driver, do this:
1. Open a terminal by hitting CTRL + ALT + T
2. Insert and run this commands:
sudo apt-get update
sudo apt-get install nvidia-current
sudo reboot

3. When the system have rebooted, you have the nvidia driver installed.

Revision history for this message
enubuntu (mr.tennents) said :
#2

Para instalar el driver de nvidia, haga lo siguiente:
1. Abre un terminal pulsando CTRL + ALT + T
2. Insertar y ejecutar estos comandos:
sudo apt-get update
sudo apt-get install nvidia-current
sudo reboot

3. Cuando el sistema haya reiniciado, usted tiene el driver de nvidia instalado.

Revision history for this message
JOSHEP009 (pepe-charly-22) said :
#3

Thanks Enrico "eNry" Carafa, that solved my question.