Installing nVidia drivers in Debian - Helpful

Discussion in 'Linux, BSD and Other OS's' started by Addis, Sep 29, 2006.

  1. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    I could never get my nvidia drivers working in Ubuntu and co. Whenever I installed the module, and ran the xconfig tool to change from the "nv" driver to "nvidia", it would crash next boot.

    I thought this might be the same for Debian, but not so. Debian-nVidia HOWTO - Installation using a tool called module-assisstant the kernel module source was compiled, and after issuing a few commands and restarting X I had 3d acceleration.

    If anyone has had problem then try the steps here: Debian-nVidia HOWTO - Installation
     
  2. megamaced

    megamaced Geek Geek Geek!

    Likes Received:
    0
    Trophy Points:
    36
    Really? I set up mine in less then a minute
     
  3. Addis

    Addis The King

    Likes Received:
    91
    Trophy Points:
    48
    With the nvidia driver enabled, following the instructions I would get the Ubuntu loading screen but nothing would happen.
     
  4. Anti-Trend

    Anti-Trend Nonconformist Geek

    Likes Received:
    118
    Trophy Points:
    63
    I didn't have any problems installing them in Debian either, using the following method:

    1. Make sure kernel headers are installed and match running kernel.
    2. Download drivers from NVidia.
    3. init 1 (in debian, goes to a maintenence runlevel)
    4. install drivers using --x-module-path=/usr/lib/xorg/modules/ argument
    5. init 3 (go back to graphical runlevel)

    Afterwords, you can check for direct rendering with the following:
    Code:
    glxinfo | grep render
     

Share This Page