Linux - KernelThis forum is for all discussion relating to the Linux kernel.
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 have been happily using the Distro supplied Nvidia drivers and then had to switch to the latest off their site because I upgraded my card to the 8800GT.
So tried removing the distro's through package managed, then installed Nvidia's supplied, then went back to my old card for a bit, so put the package back in and tried to manually remove the Nvidia .run installed files and now back to the Nividia one.
Now when I boot, X fails to log, logs say Nvidia kernel module was the problem. So I manually rmmod Nividia ; modprobe nvidia and restart kdm and its all working.
So do I have 2 nvidia modules, the first one loading being the distro supplied one, hence X wont start cause Card is not supported by it and then when I manually load it, it loads the latest Nvidia supplied one ?
Distribution: Distribution: RHEL 5 with Pieces of this and that.
Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,697
Thanked: 6
I would not see why the Nvidia site modules would not work with the older card unless you had higher resolutions or something. But the module is loaded in /etc/modprobe.conf usually. Should not have to change uch between the two but depends what is enabled between the two. Once you get the xorg.conf in /etc/X11 setup make a backup for each card for easy fix in future.
The problem seems the Ubuntu supplied kernel module was called nvidia_new. I dont know how I missed that and how rmmod nvidia removed it (linked some how ?)
But the solution was to:
In /etc/default/linux-restricted-modules-common
change
DISABLED_MODULES=""
to
DISABLED_MODULES="nv nvidia_new"
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.