Is there any way I can have both open and closed sourced version? #304
-
Is there any way I can have both open and closed sourced version? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Why...? |
Beta Was this translation helpful? Give feedback.
-
For testing purposes. |
Beta Was this translation helpful? Give feedback.
-
Sorry, there isn't an official way to have both sets of kernel modules installed at the same time. Both sets of kernel modules provide files with the same names (nvidia.ko, nvidia-modeset.ko, etc), and modprobe wouldn't know which set you want to use. That said, you could probably be clever with a script that copies one set of kernel modules or the other into place, such that the script effectively "switches" between the two sets. This would require some care though; I wouldn't recommend this if you're not pretty familiar with the files involved. |
Beta Was this translation helpful? Give feedback.
Sorry, there isn't an official way to have both sets of kernel modules installed at the same time. Both sets of kernel modules provide files with the same names (nvidia.ko, nvidia-modeset.ko, etc), and modprobe wouldn't know which set you want to use.
That said, you could probably be clever with a script that copies one set of kernel modules or the other into place, such that the script effectively "switches" between the two sets. This would require some care though; I wouldn't recommend this if you're not pretty familiar with the files involved.