LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 02-16-2003, 11:25 AM   #1
needamiracle
Member
 
Registered: Apr 2002
Location: North Attleboro, MA
Distribution: RH 7.3
Posts: 106

Rep: Reputation: 15
Upgrading Graphics Drivers


Hi All,

I am embarking on upgrading my drivers for my GeForce2 on my system. I have downloaded the RPMs and the manual. Anyone have any suggestions of things to avoid that aren't necessarily covered in the documentation.

Peace,
Ryan
 
Old 02-16-2003, 11:45 AM   #2
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Make sure you have the right RPMs. That's essential.
If possible, don't install from X, use console mode.
 
Old 02-16-2003, 11:48 AM   #3
Silent Bob
Member
 
Registered: Feb 2003
Location: Ireland
Distribution: Debian
Posts: 56

Rep: Reputation: 15
The only drivers I have ever had trouble with were NVidia RPMs. After that I built them from source which was honestly less trouble than the RPMS.

Other people seem to get on fine with them though.
 
Old 02-16-2003, 01:02 PM   #4
Fingel
Member
 
Registered: Feb 2003
Location: 127.0.0.1
Distribution: Latest Ubuntu
Posts: 161

Rep: Reputation: 30
I have a question, but I didnt really want to start a new thread because its annoying for other people. I just downloaded and installed the 18-24 kernel, and I attempted to install the nvidia drivers like I did the first time, from a src.rpm. I rebuild the kernel fine, but when I try to run the RPM in /usr/src/redhat/RPMS/i386 it says its already installed and I cant start X. Do I have to unistall the nvidia drivers for this kernel (18-19) before I install them for 18-24? I hope that isnt the case because knowing me, I might end up with no X at all.
 
Old 02-16-2003, 02:39 PM   #5
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
Fingel, I think you need to remove the old drivers and the install the new ones (but keep a backup copy of older RPMs so you can install them any time).
 
Old 02-16-2003, 02:51 PM   #6
Fingel
Member
 
Registered: Feb 2003
Location: 127.0.0.1
Distribution: Latest Ubuntu
Posts: 161

Rep: Reputation: 30
the rpms are the same for both kernels. So I have to unistall them in 18-19 and then install them in 18-24? anyone have an idea of how to do this?
 
Old 02-16-2003, 02:59 PM   #7
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
The thing is not about installing the RPMs. It's about copying the module to the right directory, in fact. List the files the kernel RPM has (rpm -ql) and copy/symlink them to the /lib/modules/yournewkernelversion. Not very clean, but should work.
 
Old 02-16-2003, 03:04 PM   #8
Fingel
Member
 
Registered: Feb 2003
Location: 127.0.0.1
Distribution: Latest Ubuntu
Posts: 161

Rep: Reputation: 30
rpm -ql nvidia_kernel returns "nvidia_kernel is not installed"
I dont think that was what you were telling me to do.
I do see what your talking about however, when i go into lib/modules/2.4.18-19.8.0 there are a lot more modules in the driver folder than there is in 18-24. I just dont know which ones to copy, there are quite a few more. I really wish Nvidia would cover this in thier manuals.

Last edited by Fingel; 02-16-2003 at 03:09 PM.
 
Old 02-17-2003, 11:18 AM   #9
Fingel
Member
 
Registered: Feb 2003
Location: 127.0.0.1
Distribution: Latest Ubuntu
Posts: 161

Rep: Reputation: 30
*bump* Fingel needs help
 
Old 02-17-2003, 12:03 PM   #10
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
The command will be a bit different. You need to type the right filename, nvidia_kernel will not work. To find it out try
rpm -qa|grep kernel
Among kernel RPMs, there will be the driver, too. Use the name and list files.
 
Old 02-17-2003, 07:01 PM   #11
Fingel
Member
 
Registered: Feb 2003
Location: 127.0.0.1
Distribution: Latest Ubuntu
Posts: 161

Rep: Reputation: 30
I did type the full file name. Is there a way to copy the modules in the 18-19 folder to the 18-24? would that work or just mess things up? If you can, where do you think I coulf find a list of the ones to move?
 
Old 02-18-2003, 06:24 AM   #12
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
In my system it looks there's only one file /lib/modules/kernelversion/kernel/drivers/video/nvidia.o (approx 1.7MB)
 
Old 02-18-2003, 08:55 AM   #13
Fingel
Member
 
Registered: Feb 2003
Location: 127.0.0.1
Distribution: Latest Ubuntu
Posts: 161

Rep: Reputation: 30
thats funny, what distro are you using? mine has /lib/modules/(3 kernel versions)/drivers/video/ and then a whole bunch of stuff. Maybe its left over from the vesa and nv drivers? I think I'lll just try copying nvidia.o to my new kernel version's folder, see what happens.
 
Old 02-18-2003, 02:59 PM   #14
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
I compile all my kernels myself, so I don't have drivers I don't need. And it's easy to find the file I'm searching for...
Copy it and then modprobe it. Should work.
 
  


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
Upgrading laptop graphics card/motherboard? hbbtstar Linux - Hardware 1 11-05-2005 06:23 PM
Upgrading a graphics card. what's involved? Phyrexicaid Linux - Hardware 3 10-28-2005 02:11 AM
Nvidia Drivers Graphics and motherboard drivers help sithyoda Linux - Newbie 4 10-01-2004 06:32 PM
What to to when upgrading motherboard and graphics card? ade135 Linux - Hardware 2 08-05-2004 03:05 PM
Graphics Drivers linuxcam Linux - Software 0 12-21-2001 08:26 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:26 PM.

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