LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 10-07-2006, 06:02 PM   #1
tyfobpo
LQ Newbie
 
Registered: Sep 2006
Posts: 19

Rep: Reputation: 0
nvidia installer


finally got nvidia installer to start, but got error. this is from the installer log file:
i put the file on my site and am providing link to it, since it contained to much text for me to paste.

http://www.aflz.net/nvidia-installer.log
 
Old 10-07-2006, 06:51 PM   #2
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
System-> Administration-> Synaptic Package Manager

Search for nvidia-glx and install/Apply it or nvidia-glx-legacy depending on how old your card is. The description will let you know which to use.
 
Old 10-07-2006, 07:35 PM   #3
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
I see what you did. You downloaded the Nvidia drivers from the Nvidia website. The error is here:

Code:
ERROR: Unable to load the kernel module 'nvidia.ko'.  This happens most
       frequently when this kernel module was built against the wrong or
       improperly configured kernel sources, with a version of gcc that differs
       from the one used to build the target kernel, or if a driver such as
       rivafb/nvidiafb is present and prevents the NVIDIA kernel module from
       obtaining ownership of the NVIDIA graphics device(s).
The EASIEST way to install the Nvidia driver is to do what fragos suggested. Install the nvidia-glx through apt-get or the Synaptics Package Manager. I'm not sure if you hosed your system or not. I remember trying to do some Nvidia installation after trying to manually install the drivers and I couldn't get the Nvidia drivers to load, even when I installed the nvidia-glx package. I had to reinstall the whole Ubuntu base system and start fresh. I then immediately installed nvidia-glx and it worked right away.
 
Old 10-07-2006, 07:46 PM   #4
tyfobpo
LQ Newbie
 
Registered: Sep 2006
Posts: 19

Original Poster
Rep: Reputation: 0
reply

yeah i did the nvidia-glx like he said, it installed, then i restarted x server w/ ctl alt backspace. now iunno how to test if things are working right or not? and if after i do test em, their not, reinstalling then doin what he said first shuld work? cuz i was wondering same thing, if all the manual stuff i tried first will have messed it up. first i need t see if its all working, and dont know how to do this ubuntu.
 
Old 10-07-2006, 07:49 PM   #5
tyfobpo
LQ Newbie
 
Registered: Sep 2006
Posts: 19

Original Poster
Rep: Reputation: 0
repy

just tried doing glxinfo and got this:



Code:
tyfobpo@tyfobpo-desktop:~$ glxinfo
name of display: :0.0
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
0x21 24 tc  1  0  0 c  .  .  0  0  0  0  0  0  0  0  0  0  0  0 0 None

Last edited by tyfobpo; 10-07-2006 at 07:51 PM.
 
Old 10-07-2006, 08:36 PM   #6
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
Doesn't sound promising. You could try the following command:

cat /etc/X11/xorg.conf|grep Driver

A few lines will be displayed and the last line should be:

Driver "nvidia"

If the driver didn't install it will say "nv" or "vesa"
 
Old 10-07-2006, 08:46 PM   #7
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Try what Fragos mentioned.

If the Nvidia driver is working, when you boot into KDE/Gnome, you will immediately see the Nvidia logo. plus when you run glxgears, you will see the gears turning.

If nothing else works, I say reinstall your base system and do the nvidia-glx package installation from the start.
 
Old 10-07-2006, 09:00 PM   #8
tyfobpo
LQ Newbie
 
Registered: Sep 2006
Posts: 19

Original Poster
Rep: Reputation: 0
yeah, i did cat /etc/X11/xorg.conf|grep Driver and got vesa at the end. im just going to reinstall base system, and see what i get when i try after that.
 
Old 10-07-2006, 09:48 PM   #9
tyfobpo
LQ Newbie
 
Registered: Sep 2006
Posts: 19

Original Poster
Rep: Reputation: 0
redid the system, did what u guys said, and i still get vesa =\
Code:
tyfobpo@tyfobpo-desktop:~$ cat /etc/X11/xorg.conf|grep Driver
        Driver          "kbd"
        Driver          "mouse"
  Driver        "wacom"
  Driver        "wacom"
  Driver        "wacom"
        Driver          "vesa"
tyfobpo@tyfobpo-desktop:~$
 
Old 10-07-2006, 11:04 PM   #10
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
Uff! Are you using Kubuntu or Ubuntu? I'm just curious.

What kind of video card do you have Nvidia what series?
 
Old 10-07-2006, 11:27 PM   #11
fragos
Senior Member
 
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466

Rep: Reputation: 51
It's clear Linux doesn't recognize your video card try:

lspci|grep VGA

In my case I get the following line:

0000:01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)

Publish yours and we see where that takes us.
 
Old 10-07-2006, 11:28 PM   #12
tyfobpo
LQ Newbie
 
Registered: Sep 2006
Posts: 19

Original Poster
Rep: Reputation: 0
NVIDIA GeForce 6150 LE. Its a PCI Express Integrated card.

and im running ubuntu. got from here: http://iso.linuxquestions.org/version.php?version=362

i downloaded the desktop cd version
 
Old 10-08-2006, 02:49 AM   #13
tyfobpo
LQ Newbie
 
Registered: Sep 2006
Posts: 19

Original Poster
Rep: Reputation: 0
any other ideas on how to fix the probem?
 
Old 10-08-2006, 05:23 AM   #14
tyfobpo
LQ Newbie
 
Registered: Sep 2006
Posts: 19

Original Poster
Rep: Reputation: 0
ok, i got the drivers working. now i installed ut2004. when the installer finished, it asked if i wanted to start, so i said yes. game booted, ran fine. then after, i tried to run the game again from the sorcut it made, and it didnt open. so i tried from a command line and got thise error:

Code:
tyfobpo@tyfobpo-desktop:~$ ut2004
Can't find 'ini:Engine.Engine.GameEngine' in configuration file

History:

Exiting due to error
 
Old 10-08-2006, 12:41 PM   #15
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
THat sounds more like a UT2004 error than the Nvidia drivers.

Run the game manually at the directory instead of the shortcut. For example,

cd /home/username/ut2004
./ut2004

That's what I do for mine and it works.
 
  


Reply

Tags
geforce, glx, nvidia



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
Is the You nvidia installer working? hyapadi SUSE / openSUSE 7 07-06-2005 03:19 AM
Nvidia installer fails Slinky Mandriva 1 03-12-2005 06:24 PM
nvidia installer fails to create nvidia module rooman Linux - Software 3 10-04-2004 03:39 AM
problems with nvidia installer!! LinuxOG Slackware 9 08-22-2003 05:35 PM
nvidia-installer problems geezy Linux - Hardware 11 07-22-2003 12:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 12:17 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