DebianThis forum is for the discussion of Debian Linux.
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 did an update and an upgrade the other day and screwed something up.
Any suggestions on how I can fix this?
Code:
$ uname -a
Linux debian 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64 GNU/Linux
Code:
$ startx
Error: API mismatch: the NVIDIA kernel module has version 195.36.31, but this NVIDIA driver component has version 260.19.44. Please make sure that the kernel module and all NVIDIA driver components have the same version.
That's the problem, probably. If you installed it the debian way, and then installed the driver from Nvidia's website, that explain why you have this mismatch. Try the following:
Code:
nvidia-installer --uninstall
And then, attempt to start X again. If it doesn't work, then you probably have to uninstall the nvidia-glx package and reinstall it again the debian way (following the wiki link you posted).
You can't mix the Debian Nvidia packages and the installer you download from Nvidia themselves.
I would remove all Nvidia packages installed on the system and start from scratch,using one method.
This is why you are getting the error message you posted.
I would remove all Nvidia packages installed on the system and start from scratch,using one method.
Yes, I also think that's the best thing to do (that means removing the nvidia-glx and the nvidia-kernel-* packages as well, besides the one from nvidia's website).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.