[HOW-TO]Nvidia latest graphic drivers for ubuntu users

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
stimpak
Level 3
Level 3
Posts: 72
Joined: Tue Apr 01, 2008 12:56 pm

[HOW-TO]Nvidia latest graphic drivers for ubuntu users

Post by stimpak »

Ubuntu distro has in its repositories the 180.11 driver version for nvidia based cards, which are not the ones you get by default with the install.

Its highly recommended to upgrade to 180.11 using the following pain-free method :

Code: Select all

 sudo apt-get install nvidia-glx-180


Since feb 25th nvidia has released an updated version 180.35 [LINK]



How to install that driver:

It is very easy and you can do it just following this steps. (I recommended to uninstall any previous version)

1) Download the driver (for example in your desktop)

2) Enter in a real terminal mode: CONTROL + ALT + F1 (don't do it now as you wouldn't be able to keep reading)

3) Turn off x.org:

Code: Select all

sudo /etc/init.d/gdm stop

4) Go to your desktop:

Code: Select all

cd Desktop

5) Run the installer:

Code: Select all

sudo sh ./Nxxx.run

(If you hit TAB after the first N the rest of the filename it will automatically appear)
Don't forget to choose x.org automatic configuration at the last step inside the installation program.

6) Then restart your computer and you're done

Credits goes to Kosimo at Ubuntuforums.org
Last edited by stimpak on Tue Mar 03, 2009 12:59 pm, edited 1 time in total.
Pinejoker
Level 2
Level 2
Posts: 13
Joined: Thu Feb 26, 2009 5:24 am

Post by Pinejoker »

what about for nvidia geforce 8400 gs??
stimpak
Level 3
Level 3
Posts: 72
Joined: Tue Apr 01, 2008 12:56 pm

Post by stimpak »

Pinejoker wrote:what about for nvidia geforce 8400 gs??
Current releases
Stable: 180.35

Legacy releases for GeForce 5 series GPUs
Stable: 173.14.12
Beta: 173.14.17

Legacy releases for GeForce 2 through GeForce 4 series GPUs
Stable: 96.43.11

Legacy releases for Riva TNT, TNT2, GeForce, and some GeForce 2 GPUs
Stable: 71.86.06
Beta: 71.86.08
---

I guess you want to go with 180.35
Last edited by stimpak on Tue Mar 03, 2009 12:56 pm, edited 1 time in total.
User avatar
Daemon
Level 4
Level 4
Posts: 101
Joined: Wed Nov 12, 2008 2:24 pm

Post by Daemon »

What does a reposted 'buntuforums message have to do with Wine? Thanks for sharing.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

[HOW-TO]Nvidia latest graphic drivers for ubuntu users

Post by austin987 »

On Sat, Feb 28, 2009 at 6:01 PM, Daemon <[email protected]> wrote:
What does a reposted 'buntuforums message have to do with Wine? Thanks for sharing.
Wine makes intensive use of graphics drivers, and many people may have
trouble installing drivers for their distro.

Not necessarily a Wine problem, but related nonetheless.

--
-Austin
David Gerard

[HOW-TO]Nvidia latest graphic drivers for ubuntu users

Post by David Gerard »

2009/3/1 Daemon <[email protected]>:
What does a reposted 'buntuforums message have to do with Wine? Thanks for sharing.
Wine exposes more bugs in the NVidia binary drivers than anything else? :-)


- d.
3vi1
Level 4
Level 4
Posts: 125
Joined: Sun Feb 24, 2008 8:24 pm

Post by 3vi1 »

stimpak wrote:
Pinejoker wrote:what about for nvidia geforce 8400 gs??
Current releases
Stable: 180.35

Legacy releases for GeForce 5 series GPUs
Stable: 173.14.12
Beta: 173.14.17

Legacy releases for GeForce 2 through GeForce 4 series GPUs
Stable: 96.43.11

Legacy releases for Riva TNT, TNT2, GeForce, and some GeForce 2 GPUs
Stable: 71.86.06
Beta: 71.86.08
---

I guess you've want to go with 180.35
Do *NOT* go to 180.35 if you use KDE4.2. Many, many, people are experiencing big problems with them. See:

http://www.nvnews.net/vbulletin/showthread.php?t=128992

https://bugs.launchpad.net/ubuntu/+sour ... bug/335879

for details.
Locked