LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-09-2010, 02:55 PM   #1
nnjond
Member
 
Registered: Feb 2007
Distribution: Ubuntu 10.04
Posts: 281

Rep: Reputation: 31
Graphic driver install prob


Hi,

I have failed to install the Ubuntu recommended driver many times.

It's been pointed out that i have a build error in my make.log, (See att) but i don't know what the implications are? Can you advise please.
Attached Files
File Type: log make.log (58.2 KB, 12 views)
 
Old 08-09-2010, 05:20 PM   #2
cargod_hera
LQ Newbie
 
Registered: Apr 2010
Location: Dallas, TX
Distribution: Simply MEPIS, OpenArtist, Ubuntu 10.04, Mint, Elive, Epidemic, Kongoni, Anibus, BackTrack4
Posts: 29

Rep: Reputation: 2
I had lots of problems installing/upgrading my NVIDIA drivers too. This post http://www.linuxquestions.org/questi...eforce-822680/ really helped me.
 
Old 08-09-2010, 05:57 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
first why are you tiring to install the very old 195 driver???
Quote:
DKMS make.log for nvidia-current-195.36.24 for kernel 2.6.32-24-generic (i686)
the " 256.44 " is the current .

and why are you not using "apt-get"

Quote:
echo " ERROR: Kernel configuration is invalid.";
you have an invalid kernel for this old driver

also WHAT IS your nvidia card???
if it is very old ( Gforce 4 or older there is no xorg 1.8 support )
if it is a new card use the 256.44 driver.
 
Old 08-10-2010, 06:17 AM   #4
nnjond
Member
 
Registered: Feb 2007
Distribution: Ubuntu 10.04
Posts: 281

Original Poster
Rep: Reputation: 31
Thanks for your interest Double V.

I have freshly installed Ubuntu 9.10 and now 10.04 several times. Each time the driver recommended by Ubuntu, Nvidia-173, has failed to install. I simply followed instructions not really understanding them yet.

I take it my graphics card is :
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5500] (rev a1)

Which is quite new i believe. How should i go ahead and use the 256.44 driver.eve ?
 
Old 08-10-2010, 07:06 AM   #5
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
1) Download Newest Nvidia drivers from here http://www.nvidia.com/Download/index.aspx?lang=en-us

2) Open module blacklist as admin

gksudo gedit /etc/modprobe.d/blacklist.conf

Add these lines and save:

blacklist vga16fb
blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv

3) Uninstall any previously installed Nvidia drivers:

sudo apt-get --purge remove nvidia-*

4) Reboot your computer

5) When an error message pops up saying that Ubuntu cannot load Nvidia drivers, choose Exit to terminal (Exit to console)

6) Login and cd to the directory where you saved your file

7)Install drivers

sudo sh NVIDIA-Linux- your arch 256.44-pkg2.run

8)Start GDM

sudo service gdm start

next time google how to install nvidia on 10.04 Ubuntu

Last edited by Drakeo; 08-10-2010 at 07:08 AM.
 
Old 08-10-2010, 10:00 AM   #6
nnjond
Member
 
Registered: Feb 2007
Distribution: Ubuntu 10.04
Posts: 281

Original Poster
Rep: Reputation: 31
Thanks for your assistance. I found the pge you quoted from and it seemed to refer to some other specific prob. However i tried to follow it upto the install command; which returned a failure and suggested i look at NVidia-install.log. I att it hoping you can make sense of it.
Attached Files
File Type: log nvidia-installer.log (22.1 KB, 9 views)
 
Old 08-10-2010, 11:49 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
for this card
Quote:
nVidia Corporation NV34 [GeForce FX 5500] (rev a1)
you need the legacy 173 ( but the new er one built for xorg 1.8 )
PS the gf5 cards are on life support and will soon be not supported ( like the gf 2 card i have in this old computer)

the 173 is this one
http://www.nvidia.com/object/linux-d...27-driver.html

the 256 WILL NOT WORK ON YOUR OLD CARD

as stated above you need to REMOVE all the others you have installed ( the incompatibilities will cause problems )

for any of the ubuntu packages
" sudo apt-get --purge remove nvidia-* "
then for ALL of the different nvidia.run's
in text mod rerun the installer BUT VERY IMPORTANT with the -uninstall option
Code:
sh ./NV...( the full name) -uninstall 
--- an example with the driver in my sig --
su -
sh ./NVIDIA-Linux-x86-96.43.16-pkg1.run -uninstall
do that for all of the .runs you installed
then install the 173 .run - as you normally would
 
Old 08-10-2010, 12:34 PM   #8
nnjond
Member
 
Registered: Feb 2007
Distribution: Ubuntu 10.04
Posts: 281

Original Poster
Rep: Reputation: 31
I have tried many times with fresh installs of Ubuntu 9.10 and now 10.04 to install the recommended and pointed out, driver Nvidia 173. Every time it has failed. You are the 1st person to say my card is old. Am i to take it that a new card will soon be necessary anyway?
 
Old 08-10-2010, 01:36 PM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
new card and computer
the gf 5 series is and has been on the legacy list for about 1 to 2 years

the older gf 4 and older cards are already unsupported for the new xorg 1.8

i do think ubuntu (like fedora,Arch,Cent) use a 173 in the driver name in the repos
search for it
the standard nvidia driver is incompatible with the gforce5
the make.log you posted is with the wrong 195 driver

? a question ?
you are installing the "/NVIDIA-Linux-x86-173.14.27-pkg1.run"
in TEXT only mode and x11 is OFF
NO GUI - no Gnome or KDE running
AND
have the kernel headers installed AND gcc installed
but you should be able to install the nvidia,173.xxx package from the ubuntu repo

see the install README
http://us.download.nvidia.com/XFree8...DME/index.html

Last edited by John VV; 08-10-2010 at 01:39 PM.
 
Old 08-10-2010, 02:10 PM   #10
nnjond
Member
 
Registered: Feb 2007
Distribution: Ubuntu 10.04
Posts: 281

Original Poster
Rep: Reputation: 31
Thanks for your help.

I figured out how to shutdown the xsever and follow the steps from the consul. but it still failed. I'm going to buy a new pc.
 
Old 08-11-2010, 09:16 AM   #11
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
Quote:
thanks JV for catching the 173
if you do not blacklist blacklist nouveau
make sure you did this also sudo apt-get install build-essentials .
That said hey different systems I keep it simple KISS. Ubuntu is good for a million questions.
 
Old 08-11-2010, 12:46 PM   #12
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
the 173 and 96 have been on my mind recently
see the hardware in my sig. before i change it for the new computer
 
Old 08-12-2010, 05:31 AM   #13
Drakeo
Senior Member
 
Registered: Jan 2008
Location: Urbana IL
Distribution: Slackware, Slacko,
Posts: 3,716
Blog Entries: 3

Rep: Reputation: 483Reputation: 483Reputation: 483Reputation: 483Reputation: 483
before build the nvidia driver in ubuntu 10.04 you must
Quote:
sudo apt-get --purge remove xserver-xorg-video-nouveau
 
Old 08-12-2010, 06:48 AM   #14
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
BinaryDriverHowto/Nvidia - Community Ubuntu Documentation : https://help.ubuntu.com/community/Bi...erHowto/Nvidia
Quote:
Important information for NVIDIA users in ubuntu 10.04
ubuntu 10.04 comes with Nouveau, which is an open source driver with 3D acceleration for NVIDIA cards.
As from 10.04, Nouveau is installed by Default. The NVIDIA provided driver supports hardware-accelerated 3D, TV-Out support, and dual-head functions.
To use NVIDIA-provided driver, you will need to remove Nouveau first. You can remove it from a command-line by entering this:

sudo apt-get --purge remove xserver-xorg-video-nouveau
Quote:
Ubuntu (Gnome)
Ubuntu 9.10 and Ubuntu 10.04
Go to System->Administration->Hardware Drivers and check the box to enable the restricted drivers for your NVIDIA card if the option is provided.
If the restricted driver remains unactivated after attempting to activate it in the Hardware Drivers dialog, you may not have the appropriate linux headers installed to compile the driver. Ensure that the linux-headers-XXX and linux-restricted-modules-XXX packages are installed, where XXX matches the version of the kernel you are using (linux-image-XXX).
If the activation hangs on download/install dialog, you can install the driver using System->Administration->Synaptic Package Manager, make sure you pick the latest driver version recommended by the "Hardware Drivers" tool and all its dependencies. Go to Hardware Drivers tool and activate the driver you just installed.
once downloaded & installed reboot your computer.
The Hardware Drivers tool may not work properly on machines that have previously used third party tools like 'Envy' or manual installation to install previous drivers. You should remove those drivers before attempting to install using the built in tool.
Common Issues
NVIDIA driver activated but not currently in use in ubuntu 10.04
Due to a bug see https://bugs.launchpad.net/ubuntu/+s...ey/+bug/539997 .The NVIDIA driver may not work .
From a command-line enter this
sudo apt-get install nvidia-current (or nvidia-173 or nvidia-96)
select the alternative that matches the driver that you have installed
(e.g. /usr/lib/nvidia-current/ld.so.conf for nvidia-current):
sudo update-alternatives --config gl_conf
update the ld cache:
sudo ldconfig
then configure your xorg.conf with:
sudo nvidia-xconfig
And restart your computer.
sudo reboot
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI Driver prob: Black screen after driver install linuxboynz Linux - Laptop and Netbook 2 10-19-2004 02:52 AM
x crash with wine since graphic driver install iainvt Linux - Software 5 08-21-2004 01:21 AM
red hat 9 graphic driver install ronss Linux - Software 1 09-15-2003 07:32 PM
kernel prob with driver install Avenging_Angel Linux - General 5 05-28-2003 06:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration