Esse é meu preferido. Neste método usaremos o APT, o poderoso gerenciador do Debian.
Primeiramente iremos fazer uma busca em nosso repositórios pelo driver de nossa placa de vídeo.
Em um terminal emita este comando:
$ apt-cache search nvidia
O resultado dever ser algo parecido com este:
smartdimmer - Change LCD brightness on Geforce 6200Go cards
xserver-xorg-video-nv - X.Org X server -- NV display driver
nvidia-kernel-common - NVIDIA binary kernel module common files
nvidia-settings - Tool of configuring the NVIDIA graphics driver
restricted-manager - manage non-free hardware drivers - GNOME frontend
restricted-manager-core - manage non-free hardware drivers
restricted-manager-kde - manage non-free hardware drivers - KDE frontend
cpufreqd - fully configurable daemon for dynamic frequency and voltage scaling
dmraid - Device-Mapper Software RAID support tool
kcmnvview - KControl Center Module for NVIDIA graphic cards
nvclock - Allows you to overclock your nVidia card under
GNU/Linux
nvclock-gtk - Allows you to overclock your nVidia card under GNU/Linux
nvclock-qt - Allows you to overclock your nVidia card under GNU/Linux
nvidia-xconfig - The NVIDIA X Configuration Tool
nvtv - tool to control TV chips on NVidia cards under Linux
sensors-applet - Display readings from hardware sensors in your Gnome panel
sysinfo - Simple GTK program that shows some UNIX/Linux system information
trigger - free 3D rally racing car game
trigger-data - free 3D rally racing car game - data files
nvidia-cg-toolkit - NVIDIA Cg Toolkit installer
xen-restricted-modules-2.6.17-6-generic-xen0 - Non-free Linux 2.6.17 modules on x86_64 generic-xen0
linux-restricted-modules-2.6.22-14-386 - Non-free Linux 2.6.22 modules on 386
linux-restricted-modules-2.6.22-14-generic - Non-free Linux 2.6.22 modules on x86/x86_64
nvidia-glx - NVIDIA binary XFree86 4.x/X.Org driver
nvidia-glx-dev - NVIDIA binary XFree86 4.x/X.Org driver development files
nvidia-glx-new - NVIDIA binary XFree86 4.x/X.Org 'new' driver
nvidia-glx-new-dev - NVIDIA binary XFree86 4.x/X.Org 'legacy' driver development files
nvidia-new-kernel-source - NVIDIA binary 'new' kernel module source
linux-restricted-modules-2.6.22-14-rt - Non-free Linux 2.6.22 modules on Realtime kernel
linux-restricted-modules-2.6.22-14-xen - Non-free Linux 2.6.22 modules on Xen
nvidia-glx-legacy - NVIDIA binary XFree86 4.x/X.Org 'legacy' driver
nvidia-glx-legacy-dev - NVIDIA binary XFree86 4.x/X.Org 'legacy' driver development files
nvidia-kernel-source - NVIDIA binary kernel module source
nvidia-legacy-kernel-source - NVIDIA binary 'legacy' kernel module source
envy - install the ATI or the NVIDIA driver
Depois de analisarmos o resultado, alguns pacotes nos interessam:
- nvidia-kernel-common - este pacote vai instalar o driver nvidia;
- nvidia-glx - este habilitará o suporte a GLX;
- nvidia-xconfig - e este será responsável por escrever as novas configurações em nosso xorg.
Então vamos lá.
Em um terminal como root:
# apt-get install nvidia-glx nvidia-kernel-common
Depois da instalação destes dois pacotes, ainda como root:
# nvidia-xconfig
Aqui ele escreverá em nosso xorg as novas configurações.
Feito isso reinicie o sistema e pronto!
Só alegria...
Té mais.