The desktop does not show after I installed nvidia experimental drivers. I tried nvidia simple proprietary drivers, and they did not work either.
Here is how it looks. This is not cropped or any thing. This is how it looks, after the installation of the drivers the desktop resolution decreased from 1440×900 to 1024×768
The desktop only shows desh and panels when I use the open source drivers.
Is there any way to fix this so I can get better performance?
Best Answer
I had the same thing happen. Here is how I fixed it:
Switch to a terminal Ctrl+Alt+F1.
Login as your username.
Install linux headers:
Uninstall nvidia driver - this depends on which version you installed :
or
or
Reinstall nvidia driver
When you do this, it must say something like:
If it says
then the problem will not be solved. Do not believe the message. It is not asking for
linux-source
to be install, it does only want the headers but you must install the specific-generic
headers for your kernel. Run:It will not work with just
linux-headers-generic
orlinux-headers-3.5.0-17
(for example).If it successfully installs, restart the computer :
This should allow the kernel module to compile and install properly. It did for me!