Ubuntu This forum is for the discussion of Ubuntu Linux. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
10-07-2006, 07:02 PM
|
#1
|
LQ Newbie
Registered: Sep 2006
Posts: 19
Rep:
|
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
|
|
|
10-07-2006, 07:51 PM
|
#2
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
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.
|
|
|
10-07-2006, 08:35 PM
|
#3
|
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:
|
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.
|
|
|
10-07-2006, 08:46 PM
|
#4
|
LQ Newbie
Registered: Sep 2006
Posts: 19
Original Poster
Rep:
|
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.
|
|
|
10-07-2006, 08:49 PM
|
#5
|
LQ Newbie
Registered: Sep 2006
Posts: 19
Original Poster
Rep:
|
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 08:51 PM.
|
|
|
10-07-2006, 09:36 PM
|
#6
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
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"
|
|
|
10-07-2006, 09:46 PM
|
#7
|
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:
|
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.
|
|
|
10-07-2006, 10:00 PM
|
#8
|
LQ Newbie
Registered: Sep 2006
Posts: 19
Original Poster
Rep:
|
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.
|
|
|
10-07-2006, 10:48 PM
|
#9
|
LQ Newbie
Registered: Sep 2006
Posts: 19
Original Poster
Rep:
|
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:~$
|
|
|
10-08-2006, 12:04 AM
|
#10
|
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:
|
Uff! Are you using Kubuntu or Ubuntu? I'm just curious.
What kind of video card do you have Nvidia what series?
|
|
|
10-08-2006, 12:27 AM
|
#11
|
Senior Member
Registered: May 2004
Location: Fresno CA USA
Distribution: Ubuntu 10.10
Posts: 1,466
Rep:
|
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.
|
|
|
10-08-2006, 03:49 AM
|
#13
|
LQ Newbie
Registered: Sep 2006
Posts: 19
Original Poster
Rep:
|
any other ideas on how to fix the probem?
|
|
|
10-08-2006, 06:23 AM
|
#14
|
LQ Newbie
Registered: Sep 2006
Posts: 19
Original Poster
Rep:
|
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
|
|
|
10-08-2006, 01:41 PM
|
#15
|
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:
|
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.
|
|
|
All times are GMT -5. The time now is 04:10 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|