View previous topic :: View next topic |
Author |
Message |
bishop00s Tux's lil' helper
Joined: 27 Apr 2004 Posts: 139 Location: pittsburgh, pa
|
Posted: Fri Sep 10, 2004 5:42 pm Post subject: using nvidia for different kernels |
|
|
I have a working gentoo-dev-sources kernel and wanted to try out the ck-sources kernel. The nVidia driver loads fine when i boot into the Gentoo kernel, but when i boot into the ck kernel it says that the nVidia module failed to load. Could this be a result of the fbsplash compiled into that kernel? Im booting grub if it makes a difference. |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54799 Location: 56N 3W
|
Posted: Fri Sep 10, 2004 5:43 pm Post subject: |
|
|
zion1,
You need to emerge the nVidia module against every kernel you want to use it with. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
bishop00s Tux's lil' helper
Joined: 27 Apr 2004 Posts: 139 Location: pittsburgh, pa
|
Posted: Fri Sep 10, 2004 5:45 pm Post subject: |
|
|
so when i boot into the new kernel i can emerge nvidia-sources with out it screwing up the other kernel |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54799 Location: 56N 3W
|
Posted: Fri Sep 10, 2004 6:15 pm Post subject: |
|
|
zion1,
Its nvidia-kernel and no it will screw up the other kernel unless you take precautions.
Go to /lib/modules/<kernel>/video. and make a copy of nvidia.ko.
Leave it in the same directory. The nvidia installed will then not delete the original nvidia.ko. It will tell you it has but its a lie.
you do not need to do emerge nvidia-glx. Bee aware that the two parts of nvidia must be the same version and its easy to get different versions over different kernels. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
Muso Veteran
Joined: 22 Oct 2002 Posts: 1052 Location: The Holy city of Honolulu
|
Posted: Fri Sep 10, 2004 6:35 pm Post subject: |
|
|
zion1 wrote: | so when i boot into the new kernel i can emerge nvidia-sources with out it screwing up the other kernel |
You don't have to boot before emerging it. As soon as you rm -rf /usr/src/linux and then make the symlink from the new kernel to /usr/src/linux... you can emerge nvidia-kernel (and lm-sensors if you use them)... so it will be ready on reboot. _________________ "You can lead a horticulture but you can't make her think" ~ Dorothy Parker
2021 is the year of the Linux Desktop! |
|
Back to top |
|
|
|