Linux - SoftwareThis 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
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.
I am dual-booting two different kernels. One is a standard kernel from an FC1 install [2.4.22-1.2115.nptl] and the other is a custom CCRMA low-latency kernel [2.4.26-1.ll.rhfc1.ccrma].
For the standard kernel, I have installed the NVIDIA kernel module. To enable it, I have had to make some changes to /etc/X11/XF86Config. I do not want to use this for my custom kernel, but since both of them refer to that same X Config file, I cannot do this.
Is there any way to make the custom kernel use a different config file?
Well, the biggest problem is that the nvidia module will only want to work with the kernel version it was compiled for... I'd say pick one and use it... Maybe start trying some 2.6 series maybe...
No, no. My question is not about the NVIDIA module. In the first place, the nvidia binary does not work with my custom kernel, and besides, I need both kernels for my work.
I want to know if it is possible to supply different X config files to different kernels.
The quick answer is no. The long answer is possibly yes you can and it would just require a script of some sort to check the running kernel with uname and rename the xconfigs as necessary... Should be doable.
An easier solution might be a dual boot linux setup with a shared /home partition (and share /usr as well maybe...)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.