LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   nVidia drivers (https://www.linuxquestions.org/questions/ubuntu-63/nvidia-drivers-817945/)

Mr. Alex 07-04-2010 06:02 AM

nVidia drivers
 
Are nVidia drivers in Ubuntu's repositories? I mean - where does Ubuntu download 'em from? Directly from it's own repos?

johnsfine 07-04-2010 06:13 AM

You mean the closed source "nvidia" drivers? Or do you mean some of the open source drivers that might be used for an nVidia display (nouveau, nv, vesa or fbdev)?

I'm sure the open source drivers in Ubuntu were compiled for Ubuntu and the binaries are in Ubuntu's repositories.

I'm not sure about the binaries for the various closed source "nvidia" drivers for Ubuntu.

In Ubuntu 10.04, I've seen mostly cases (various nVidia hardware) where the open source driver "nouveau" works best. Things are very different from older versions of Linux where the closed source "nvidia" driver was almost always the best choice.

Mr. Alex 07-04-2010 07:41 AM

Quote:

Originally Posted by johnsfine (Post 4023419)
You mean the closed source "nvidia" drivers?

Yes.

Mr. Alex 07-04-2010 07:48 AM

Take a look at this: http://i129.photobucket.com/albums/p...l/11screen.png .
Proprietary. Was installed automatically after I admitted it to be installed. And I don't know where it was downloaded from.

pixellany 07-04-2010 08:10 AM

I think you'll find that there is a section in the Ubuntu repos called "non-free" (or something like that). Look in the package manager configuration to see which repos are enabled.

(I like the feature in Ubuntu where it offers to install proprietary drivers for you.---I was pleasantly surprised when it volunteered to go find the proprietary plugin for my latest HP printer.)

Mr. Alex 07-04-2010 09:12 AM

This non-free address should be in "sources.list" also, right?

pixellany 07-04-2010 11:19 AM

Quote:

Originally Posted by Mr. Alex (Post 4023491)
This non-free address should be in "sources.list" also, right?

I don't know how Ubuntu is set up in this regard---in Arch the repos are all generic URLs. The different types of SW are then simply in sub-directories.

Look at some Ubuntu repos to see how they are organized.

taylorkh 07-05-2010 01:59 PM

Mr. Alex,

The nVidia proprietary drivers are in the Ubuntu repositories. If you call up the symaptic package manager and search for "nvidia" you should find nvidia-current with the Ubuntu icon to the left of the entry. On my system the Installed Version is shown as 195.36.24-0ubuntu1~10.04.

To further confirm this I marked the package for re-installation and then did File; Generate download script. The contents of the script is
Quote:

#!/bin/sh
wget -c http: //us.archive.ubuntu.com/ubuntu/pool/restricted/n/nvidia-graphics-drivers/nvidia-current_195.36.24-0ubuntu1~10.04_i386.deb
so to me that proves that the driver is stored in the Ubuntu repositories.

Ken

Mr. Alex 07-06-2010 09:50 AM

Thanks, Ken.
So if I perform
Code:

apt-get update && apt-get upgrade
and new version of drivers is available, APT will upgrade nVidia drivers to newer version on my PC?

taylorkh 07-06-2010 10:04 AM

Yes Mr. Alex, I believe that should do it. However, I generally use the gui "Update Manager" so I can see in advance what is about to be updated.

Are you having problems with the nVidia driver on your machine?

Ken

Mr. Alex 07-06-2010 12:11 PM

No problems. I just wanna use console instead of GUI apps to do different installes and updates. So I'm trying to learn how different things work. Thanks for help. :)


All times are GMT -5. The time now is 09:49 PM.