Agregar los repositorios non-free, editando el archivo /etc/apt/sorce.list, agregando la palabra non-free al final de las lineas
apt-get update |
Instalar el paquete de nvidia necesario para detectar el driver correcto
apt-get install nvidia-detect |
Ejecutamos el programa para detectar el drivers
$ nvidia-detect Detected NVIDIA GPUs: 02:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98 [GeForce 8400 GS Rev. 2] [10de:06e4] (rev a1) Your card is supported by the default drivers and legacy driver series 304. It is recommended to install the nvidia-driver package. |
Nos dice que instalemos nvidia-driver, instalamos el driver y algunas herramientas extras
apt-get install nvidia-driver nvidia-settings nvidia-xconfig |
Fuente: dmdcosillas.org
Deja un comentario