Install nvidia drivers for Jaunty Jackalope Part 2
Posted by kranny on May 31st, 2009;This post is viewed 3,790 times
To install Nvidia drivers automatically from the ubuntu hardware drivers section visit part 1 of this post.Its always a dissapointment for the linux users because there are no stable drivers provided by the nvidia people nor they disclose the code to ubuntu developers.But offlate we had three major updates of nvidia binary which is quite satisfactory
Please choose the correst version for your graphic card.
Nvidia driver version 180.51 supports GeForce 9600 GSO 512,GeForce 9400 GT,GeForce GTS 250,GeForce GT 130,GeForce GT 140,GeForce 6xxx and newer NVIDIA GPUs Download 32-bit Download 64-bit
Nvidia version 180.37 supports GeForce 8000 series or higher; Geforce G100, GT120, 130, GTS 150, Geforce GTS 250, GeForce GTX 260, 280, 285 and 295, any ION based products Download 32-bit Download 64-bit
NVIDIA version 185.18 graphics driver release supports GeForce 6xxx and newer NVIDIA GPUs Download 32-bit Download 64 bit
GeForce4 and older GPUs are supported through the 96.43.xx and 71.86.xx NVIDIA legacy graphics drivers. GeForce FX GPUs are supported through the 173.14.xx NVIDIA legacy graphics drivers.
How-To install(remember the commands because your x server will stop)
Step 1: Stop your xserver
sudo /etc/init.d/gdm stop
Step 2: You will now enter into a terminal mode .Logininto an account
Step 3:cd Desktop
sudo sh NVIDIA-Linux-x86-xxx.xx.xx-pkg1.run
A restart is everything you need.Enjoyyyyyyy




(2 votes, average: 4.50 out of 5)
June 1st, 2009 at 4:06 pm
I did the same as said above but after install i get a 2-pixel dotted line on the top of screen.
Any help?
Tanx
Quote
June 1st, 2009 at 4:11 pm
Nvidia driver might not be loading after the restart.Try to change the line “nvidia” with “vesa”,and get a working X session.
Now run “nvidia-xconfig” so that it replaces vesa with nvidia.kill the X session,and now it works..But the hectic thing is U have to do this on every restart
Quote