- # stop gdm
- /etc/init.d/gdm stop
- # The Debian and only way to do this
- apt-get update && apt-get install nvidia-kernel-source module-assistant nvidia-settings nvidia-xconfig nvidia-glx
- # to be sure
- modprobe nvidia
- # reconfigure automatically your graphic card
- dpkg-reconfigure xserver-xorg
- # restart gdm
- /etc/init.d/gdm start