LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Upgrading Graphics Drivers (https://www.linuxquestions.org/questions/linux-software-2/upgrading-graphics-drivers-45648/)

needamiracle 02-16-2003 11:25 AM

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

Mara 02-16-2003 11:45 AM

Make sure you have the right RPMs. That's essential.
If possible, don't install from X, use console mode.

Silent Bob 02-16-2003 11:48 AM

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.

Fingel 02-16-2003 01:02 PM

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.:cry:

Mara 02-16-2003 02:39 PM

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).

Fingel 02-16-2003 02:51 PM

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?

Mara 02-16-2003 02:59 PM

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.

Fingel 02-16-2003 03:04 PM

rpm -ql nvidia_kernel returns "nvidia_kernel is not installed":confused:
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.:(

Fingel 02-17-2003 11:18 AM

*bump* Fingel needs help

Mara 02-17-2003 12:03 PM

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.

Fingel 02-17-2003 07:01 PM

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?

Mara 02-18-2003 06:24 AM

In my system it looks there's only one file /lib/modules/kernelversion/kernel/drivers/video/nvidia.o (approx 1.7MB)

Fingel 02-18-2003 08:55 AM

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.

Mara 02-18-2003 02:59 PM

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.


All times are GMT -5. The time now is 06:15 PM.