<quote who="Heracles"> > I can install the new NVIDIA drivers and startx works and all is well > BUT as soon as the machine is restarted X fails to load and complains of > a module mismatch.
That's usually a result of a mismatch between the nv, nvidia and nvidia-new kernel modules and Xorg driver. Check /etc/modules to see if one of them is being loaded at startup -- if so, remove it. The Xorg driver will load the one it requires automagically. (Assuming Ubuntu based on your previous post.) - Jeff -- linux.conf.au 2008: Melbourne, Australia http://lca2008.linux.org.au/ "Whatcha wanna be when you grow up?" "Eight and a half." -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
