Skip to content

install nvidia graphic card for Debian

  • by
  1. # stop gdm
  2. /etc/init.d/gdm stop
  3. # The Debian and only way to do this
  4. apt-get update && apt-get install nvidia-kernel-source module-assistant nvidia-settings nvidia-xconfig nvidia-glx
  5. # to be sure
  6. modprobe nvidia
  7. # reconfigure automatically your graphic card
  8. dpkg-reconfigure xserver-xorg
  9. # restart gdm
  10. /etc/init.d/gdm start