The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    installing NVIDIA drivers in ubuntu..

    Discussion in 'Linux Compatibility and Software' started by arjunned, Jun 26, 2008.

  1. arjunned

    arjunned Notebook Deity

    Reputations:
    288
    Messages:
    766
    Likes Received:
    0
    Trophy Points:
    30
    can someone tell me how to install the latest nvidia drivers in ubuntu..?
    i've downloaded the driver from nvidia.com but cant seem to install it.. :eek:
     
  2. srunni

    srunni Notebook Deity

    Reputations:
    96
    Messages:
    854
    Likes Received:
    0
    Trophy Points:
    30
    You don't use the driver from the website. There's a built in restricted driver installer. There should be a popup telling you that you need to install the driver. Otherwise, just hunt around in the menus for the restricted driver manager. I think I just started it from the command line with
    Code:
    restricted-manager
     
  3. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    yes, or click restricted driver manager in the menu, and check the "enable' box next to Nvidia driver....it will then download and install it.
     
  4. somedude

    somedude Notebook Consultant

    Reputations:
    1
    Messages:
    122
    Likes Received:
    0
    Trophy Points:
    30
    make sure you have build essentials first.
    move your downloaded driver to the home folder to make installation a little simpler

    -sudo apt-get install build-essential

    then ctrl-alt-F1 for command line, and type in '/etc/init.d/gdm stop' under root to stop gnome. then under root, type in: sh "file name", and it will install. (for example i had to type in "sh NVIDIA-Linux-x86_64-173.14.09-pkg2.run"). reboot.

    hope this works

    EDIT: i never use the restricted drivers applet, i always manually install my drivers. if you want to take out that then you can uncheck the "Hardware Drivers" under add/remove. also make sure to purge all related nvidia files before you install, do this by typing in terminal: sudo apt-get --purge nvidia*
     
  5. Ayle

    Ayle Trailblazer

    Reputations:
    877
    Messages:
    3,707
    Likes Received:
    7
    Trophy Points:
    106
    You have to logout before doing that otherwise it won't work( installer complains about x still running) and you also have to reinstall them after each kernel upgrade but I find the latest ones faster than the ones used in the repo.
     
  6. srunni

    srunni Notebook Deity

    Reputations:
    96
    Messages:
    854
    Likes Received:
    0
    Trophy Points:
    30
    Is there a third party repo by any chance that maintains up to date versions of the drivers?