0

I have Ubuntu 12.10 64 bit and a Nvidia card GT430 and installed 304.60 Linux driver manually and it worked beautifully until the latest Ubuntu update which got modified to 3.5.0-18 Kernel. Everything has gone: launcher, windows I can't move them it got USELESS. I tried to run the previous kermel 3.5.0-17 with which the driver was working well. I gto the same desktop. USeless - So the problem is something else I guess but it has to do with the update that's for sure- Any idea what to do? Now I have to switch back to Windows 7 which I don't want in order to able to work until an update will come up.

1 Answers1

1

I was able to solve this by following rft183's approach here:

Desktop does not show when I installed nvidia drivers!

Basically, install the linux-source and linux-headers-generic packages, then reinstall the nvidia-current-updates package (it worked for me just by providing the --reinstall flag, I didn't need to remove the package). Then reboot.

Eric Mill
  • 180